From 4d97c620b8f572daf2d2f0b1ba951edd14e4a1a6 Mon Sep 17 00:00:00 2001 From: root Date: Tue, 26 Dec 2017 02:23:02 +0000 Subject: [PATCH] definitely need the permissions fix, but not the .. --- solo-builder/tools/auto_compile.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/solo-builder/tools/auto_compile.py b/solo-builder/tools/auto_compile.py index eb21f4d..945b3d3 100755 --- a/solo-builder/tools/auto_compile.py +++ b/solo-builder/tools/auto_compile.py @@ -102,7 +102,7 @@ def drop_privileges(uid_name='nobody', gid_name='nogroup'): print >>log, "fixing perms\n"; print "fixing perms\n"; -run_command_capture_results("chown -R vagrant /vagrant/.*"); +run_command_capture_results("chown -R vagrant /vagrant/.git /vagrant/.gitignore"); run_command_capture_results("chown -R vagrant /vagrant/*"); # now actually do ita: