10 lines
249 B
Bash
Executable File
10 lines
249 B
Bash
Executable File
#!/bin/bash
|
|
|
|
|
|
buildbot-worker create-worker /var/lib/buildbot/workers/default --connection-string "$1" "$2" "$3"
|
|
|
|
unset CONNECTIONSTRING WORKERNAME WORKERPASS
|
|
|
|
cd /var/lib/buildbot/workers/default
|
|
/usr/bin/dumb-init buildbot-worker start --nodaemon
|