From eacb324188cdf51451c1bdf0c5dd47d0e541bffd Mon Sep 17 00:00:00 2001 From: Seth Vargo Date: Mon, 6 Oct 2014 20:31:57 -0400 Subject: [PATCH] Consul does not have prefixed packages (yet) --- website/Gemfile.lock | 2 +- website/config.rb | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/website/Gemfile.lock b/website/Gemfile.lock index d5ab0dc049..faf7ce071d 100644 --- a/website/Gemfile.lock +++ b/website/Gemfile.lock @@ -1,6 +1,6 @@ GIT remote: git://github.com/hashicorp/middleman-hashicorp.git - revision: 123a860d461b9e17cfefb8211ef64ec27f7bdc47 + revision: fe7d5bb4b04c408857dbe94345341cafcbc02de4 specs: middleman-hashicorp (0.1.0) bootstrap-sass (~> 3.2) diff --git a/website/config.rb b/website/config.rb index 6514afb1e6..ac3a05efcc 100644 --- a/website/config.rb +++ b/website/config.rb @@ -8,9 +8,14 @@ activate :hashicorp do |h| h.bintray_user = 'mitchellh' h.bintray_key = ENV['BINTRAY_API_KEY'] + # Do not include the "web" in the default list of packages h.bintray_exclude_proc = Proc.new do |os, filename| os == 'web' end + + # Consul packages are not prefixed with consul_ - they should be in the + # future though! + h.bintray_prefixed = false end helpers do