You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@allura.apache.org by jo...@apache.org on 2013/05/28 21:27:38 UTC

[04/22] git commit: Fix venv permissions problem

Fix venv permissions problem

Signed-off-by: Tim Van Steenburgh <tv...@gmail.com>


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

Branch: refs/heads/cj/6218
Commit: e375efbf59058a977f05a616909c4b6ae9479ff6
Parents: 1e9c251
Author: Tim Van Steenburgh <tv...@gmail.com>
Authored: Fri May 24 12:02:49 2013 -0400
Committer: Tim Van Steenburgh <tv...@gmail.com>
Committed: Fri May 24 12:02:49 2013 -0400

----------------------------------------------------------------------
 vagrant/allura_setup.sh |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-allura/blob/e375efbf/vagrant/allura_setup.sh
----------------------------------------------------------------------
diff --git a/vagrant/allura_setup.sh b/vagrant/allura_setup.sh
index 4da7f8d..d9adf6b 100755
--- a/vagrant/allura_setup.sh
+++ b/vagrant/allura_setup.sh
@@ -63,8 +63,8 @@ then
     chown vagrant:vagrant /home/vagrant/.bash_profile
 fi
 
-# Make sure vagrant user can execute venv bin scripts
-sudo chown -R vagrant:vagrant /home/vagrant/env-allura/bin/
+# Make sure vagrant user has full ownership of venv
+sudo chown -R vagrant:vagrant /home/vagrant/env-allura/
 
 # Setup Allura python packages
 cd /home/vagrant/src/allura