summaryrefslogtreecommitdiff
path: root/setup.sh
diff options
context:
space:
mode:
authorWill Holland <william.holland@codethink.co.uk>2015-09-15 09:16:30 +0100
committerWill Holland <william.holland@codethink.co.uk>2015-09-15 09:16:30 +0100
commit2d0ba177c415bd0ef49b0e91e6adcf1212930205 (patch)
treeeb937d7b027e40d875e49adccc0dea87958a3cc3 /setup.sh
parentc6a083dc952ee054ffeebc777654defd4b2927e3 (diff)
downloadorchestration-2d0ba177c415bd0ef49b0e91e6adcf1212930205.tar.gz
Fix umask in slave
Diffstat (limited to 'setup.sh')
-rw-r--r--setup.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.sh b/setup.sh
index 05dddfc..bd80ed6 100644
--- a/setup.sh
+++ b/setup.sh
@@ -16,7 +16,7 @@ virtualenv --no-site-packages orchenv-slave
cd orchenv-slave
echo "Buildbot Local Slave: Installing dependencies"
./bin/pip install buildbot-slave
-./bin/buildslave create-slave -r slave localhost:9989 example-slave pass
+./bin/buildslave create-slave --umask=022 -r slave localhost:9989 example-slave pass
# setup bottlerock
cd ..
echo "Bottlerock: Creating virtual environment"