From cadbb50417dfbab153f31f0fa52b4d7e015692c9 Mon Sep 17 00:00:00 2001 From: makefu Date: Tue, 14 Jan 2014 03:09:24 +0100 Subject: add buildbot.krebsco.de Installation --- sites/buildbot.krebsco.de/INSTALLATION.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 sites/buildbot.krebsco.de/INSTALLATION.md (limited to 'sites') 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" +buildbot start master +buildslave start slave +# now make sure that docker is up and working -- cgit v1.2.3