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