You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by ct...@apache.org on 2016/04/17 23:37:54 UTC

accumulo git commit: Exclude vendor dir for travis-ci bundler cache

Repository: accumulo
Updated Branches:
  refs/heads/gh-pages 15689bcca -> 9701420b7


Exclude vendor dir for travis-ci bundler cache

Travis-ci bundler cache is put in a vendor directory, which causes
jekyll to fail to build. Thus, jekyll is configured to ignore this
directory, and git is also configured to ignore it so it doesn't
accidentally get used.


Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo
Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/9701420b
Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/9701420b
Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/9701420b

Branch: refs/heads/gh-pages
Commit: 9701420b7638f08c0401becd9602c761345157cc
Parents: 15689bc
Author: Christopher Tubbs <ct...@apache.org>
Authored: Sun Apr 17 17:34:31 2016 -0400
Committer: Christopher Tubbs <ct...@apache.org>
Committed: Sun Apr 17 17:34:31 2016 -0400

----------------------------------------------------------------------
 .gitignore      | 1 +
 _config-asf.yml | 1 +
 _config.yml     | 1 +
 3 files changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/accumulo/blob/9701420b/.gitignore
----------------------------------------------------------------------
diff --git a/.gitignore b/.gitignore
index 89bfa63..281e2c6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 /_site
 /.sass-cache
 /.jekyll-metadata
+/vendor

http://git-wip-us.apache.org/repos/asf/accumulo/blob/9701420b/_config-asf.yml
----------------------------------------------------------------------
diff --git a/_config-asf.yml b/_config-asf.yml
index 3b0dc6a..ffe6acc 100644
--- a/_config-asf.yml
+++ b/_config-asf.yml
@@ -16,6 +16,7 @@ url: "https://accumulo.apache.org" # the base hostname & protocol for your site
 twitter_username: ApacheAccumulo
 github_username:  apache/accumulo
 repository: apache/accumulo
+exclude: [vendor]
 
 # Build settings
 markdown: kramdown

http://git-wip-us.apache.org/repos/asf/accumulo/blob/9701420b/_config.yml
----------------------------------------------------------------------
diff --git a/_config.yml b/_config.yml
index f07739c..66fba16 100644
--- a/_config.yml
+++ b/_config.yml
@@ -16,6 +16,7 @@ url: "https://accumulo.apache.org" # the base hostname & protocol for your site
 twitter_username: ApacheAccumulo
 github_username:  apache/accumulo
 repository: apache/accumulo
+exclude: [vendor]
 
 # Build settings
 markdown: kramdown