You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ja...@apache.org on 2013/10/10 14:06:10 UTC

git commit: updated refs/heads/master to dddd617

Updated Branches:
  refs/heads/master 0b9fef60b -> dddd617db


[build] ship Vagrantfile in releases


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

Branch: refs/heads/master
Commit: dddd617db674f6083d2ddb9585154cbafb0d3cb9
Parents: 0b9fef6
Author: Jan Lehnardt <ja...@apache.org>
Authored: Thu Oct 10 14:06:03 2013 +0200
Committer: Jan Lehnardt <ja...@apache.org>
Committed: Thu Oct 10 14:06:03 2013 +0200

----------------------------------------------------------------------
 Makefile.am | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb/blob/dddd617d/Makefile.am
----------------------------------------------------------------------
diff --git a/Makefile.am b/Makefile.am
index 527cf18..22809f8 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -42,7 +42,8 @@ EXTRA_DIST = \
     build-aux/dist-error \
     build-aux/sphinx-build \
     build-aux/sphinx-touch \
-    license.skip
+    license.skip \
+    Vagrantfile
 
 AUTHORS.gz: AUTHORS
 	gzip -9 < $< > $@