summaryrefslogtreecommitdiff
path: root/buildbot/bb-stop.sh
blob: 8fcc7247c3ef5dead92762a44546fe9caed91510 (plain)
1
2
3
4
5
6
#!/bin/bash

cd ~/buildbot
source venv/bin/activate
buildslave stop slave/
deactivate