148
edits
(correct to use pip from the virtualenv) |
(corrected command for restarting BuildAPi) |
||
| Line 26: | Line 26: | ||
# cd /data/releng/src/buildapi | # cd /data/releng/src/buildapi | ||
# echo "# <user> restarting bug XXXX" >> production.ini | # echo "# <user> restarting bug XXXX" >> production.ini | ||
# ./update | # ./update $(./virtualenv/bin/pip freeze | grep buildapi | sed 's,[^0-9]\+,,') | ||
</pre> | </pre> | ||
You'll know that buildapi has been restarted if you see the following output reported for all web hosts: | You'll know that buildapi has been restarted if you see the following output reported for all web hosts: | ||
edits