diff options
| author | Eric Fiselier <eric@efcs.ca> | 2019-04-28 17:00:46 +0000 |
|---|---|---|
| committer | Eric Fiselier <eric@efcs.ca> | 2019-04-28 17:00:46 +0000 |
| commit | a1f420de8cffc03196a4902418f768ecb65a3934 (patch) | |
| tree | df036f5089fea92645ff28607498433aa439a097 /libcxx | |
| parent | 290a3a364888c26999e61ddd3247725ef81b6686 (diff) | |
| download | bcm5719-llvm-a1f420de8cffc03196a4902418f768ecb65a3934.tar.gz bcm5719-llvm-a1f420de8cffc03196a4902418f768ecb65a3934.zip | |
Fix permission error while running bots
llvm-svn: 359405
Diffstat (limited to 'libcxx')
| -rwxr-xr-x | libcxx/utils/docker/scripts/run_buildbot_new.sh | 1 |
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 |

