summaryrefslogtreecommitdiffstats
path: root/libcxx/utils/docker/scripts/run_buildbot_new.sh
diff options
context:
space:
mode:
Diffstat (limited to 'libcxx/utils/docker/scripts/run_buildbot_new.sh')
-rwxr-xr-xlibcxx/utils/docker/scripts/run_buildbot_new.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/libcxx/utils/docker/scripts/run_buildbot_new.sh b/libcxx/utils/docker/scripts/run_buildbot_new.sh
index 92ec2abd2dd..7030a5348d1 100755
--- a/libcxx/utils/docker/scripts/run_buildbot_new.sh
+++ b/libcxx/utils/docker/scripts/run_buildbot_new.sh
@@ -69,6 +69,7 @@ function try_start_builder {
local BOT_DIR=$BOT_ROOT/b$N
local BOT_NAME=$BOT_ROOT_NAME$N
setup_numbered_bot $BOT_NAME $BOT_DIR
+ chown -R buildbot:buildbot $BOT_DIR/
sudo -u buildbot /usr/bin/buildslave start $BOT_DIR
sleep 30
OpenPOWER on IntegriCloud