You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by de...@apache.org on 2013/09/05 19:34:48 UTC

[05/17] git commit: updated refs/heads/1807-Replication to 80a5e6e

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/1807-Replication
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