summaryrefslogtreecommitdiff
path: root/buildbot/bb-start.sh
blob: ca4253ac7f9255ea26b926f2d9ec2e9edb01d97b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/bin/bash

su - fournier
cd buildbot
source buildbot-venv/bin/activate
buildbot start master/
deactivate
exit
su - test
cd buildbot
source venv/bin/activate
buildslave start slave/
deactivate
exit