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

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