summaryrefslogtreecommitdiff
path: root/buildbot/bb-stop.sh
blob: bb04d2b7f381a9e9f84a8176f8a66074f40b02ef (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 stop master/
deactivate
exit
su - test
cd buildbot
source venv/bin/activate
buildslave stop slave/
deactivate
exit