Last active
December 11, 2015 07:08
-
-
Save kamituel/4564281 to your computer and use it in GitHub Desktop.
Buildbot: create master and slave with default configuration options.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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