diff options
author | makefu <github@syntax-fehler.de> | 2014-01-14 03:09:24 +0100 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2014-01-14 03:09:24 +0100 |
commit | cadbb50417dfbab153f31f0fa52b4d7e015692c9 (patch) | |
tree | 765e3261b6dd92891f37bbc34b0ba10b36e091db /sites | |
parent | 1e25ca1c79333ca18c04191b2790d20b17c1a2b6 (diff) |
add buildbot.krebsco.de Installation
Diffstat (limited to 'sites')
-rw-r--r-- | sites/buildbot.krebsco.de/INSTALLATION.md | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/sites/buildbot.krebsco.de/INSTALLATION.md b/sites/buildbot.krebsco.de/INSTALLATION.md new file mode 100644 index 00000000..b31a3989 --- /dev/null +++ b/sites/buildbot.krebsco.de/INSTALLATION.md @@ -0,0 +1,17 @@ +#?/bin/sh +# something like this + +useradd ci +punani install python-virtualenv +su ci +virtualenv buildbot +echo ". $HOME/buildbot/bin/activate" >~/.bashrc +pip install buildbot-slave buildbot +buildbot create-master master +# tahoe cp krebs:master.conf master/master.conf +buildbot reconf master +# or reconfigure as many slaves as you wish +buildslave create-slave slave localhost "ubuntu1204-local-slave" <PWD> +buildbot start master +buildslave start slave +# now make sure that docker is up and working |