2020-12-04 09:35:39 +03:00
|
|
|
#!/bin/bash
|
|
|
|
|
2021-10-26 14:27:23 +00:00
|
|
|
pip install treq --upgrade
|
|
|
|
pip install buildbot_gitea --upgrade
|
2020-12-31 07:21:58 +00:00
|
|
|
BASE_DIR=$(dirname "$(readlink -f "$0")")
|
2020-12-04 09:37:54 +03:00
|
|
|
|
2022-01-21 12:47:38 +00:00
|
|
|
buildbot restart $BASE_DIR
|