Skip to content

Instantly share code, notes, and snippets.

@kamituel
Last active December 11, 2015 07:08
Show Gist options
  • Save kamituel/4564281 to your computer and use it in GitHub Desktop.
Save kamituel/4564281 to your computer and use it in GitHub Desktop.
Buildbot: create master and slave with default configuration options.
# Syntax: buildbot create-master DIR/
$ buildbot create-master master/
$ cp master/master.cfg.sample master/master.cfg
# Syntax: buildslave create-slave DIR MASTER_CONN NAME PASS
$ buildslave create-slave slave/ localhost:9989 example-slave pass
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment