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/08/23 18:11:29 UTC

[1/2] git commit: updated refs/heads/master to 5bdd87e

Updated Branches:
  refs/heads/master 008378a89 -> 5bdd87e66


Fixed typos in Vagrantfile


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

Branch: refs/heads/master
Commit: 87ec5e7e01e526f2ff644c197e6bfff74b31af88
Parents: 771f468
Author: nvdev <mo...@gmail.com>
Authored: Fri Aug 23 18:57:56 2013 +0300
Committer: nvdev <mo...@gmail.com>
Committed: Fri Aug 23 18:57:56 2013 +0300

----------------------------------------------------------------------
 Vagrantfile | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb/blob/87ec5e7e/Vagrantfile
----------------------------------------------------------------------
diff --git a/Vagrantfile b/Vagrantfile
index 465d5a6..4b5eee1 100644
--- a/Vagrantfile
+++ b/Vagrantfile
@@ -15,7 +15,7 @@ Vagrant::Config.run do |config|
   if Dir.glob("#{File.dirname(__FILE__)}/.vagrant/machines/default/*/id").empty?
     # install build-essential
     pkg_cmd = "apt-get update -qq; apt-get install -q -y build-essential git " 
-        "autoconf autoconf-archive gnu-standards help2man textinfo; "
+        "autoconf autoconf-archive gnu-standards help2man texinfo; "
 
     # Install erlang
     pkg_cmd << "apt-get install -q -y erlang-base-hipe erlang-dev " \
@@ -26,8 +26,7 @@ Vagrant::Config.run do |config|
         "curl libcurl4-gnutls-dev libtool; "
 
     # doc dependencies
-    pkg_cmd << "apt-get install -q -y apt-get install -q -y help2man " \
-        "textinfo python-sphix python-pip; " \
+    pkg_cmd << "apt-get install -q -y help2man texinfo python-sphinx python-pip; " \
         "pip install -U pygments; "
 
     config.vm.provision :shell, :inline => pkg_cmd


[2/2] git commit: updated refs/heads/master to 5bdd87e

Posted by ja...@apache.org.
Merge branch 'vagrantfile_fix' of https://github.com/nvdev/couchdb

* 'vagrantfile_fix' of https://github.com/nvdev/couchdb:
  Fixed typos in Vagrantfile


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

Branch: refs/heads/master
Commit: 5bdd87e669adeaacca8eac3e398836d5fd1b160a
Parents: 008378a 87ec5e7
Author: Jan Lehnardt <ja...@apache.org>
Authored: Fri Aug 23 18:11:03 2013 +0200
Committer: Jan Lehnardt <ja...@apache.org>
Committed: Fri Aug 23 18:11:03 2013 +0200

----------------------------------------------------------------------
 Vagrantfile | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)
----------------------------------------------------------------------