ReleaseEngineering/How To/Restart BuildAPI: Difference between revisions

Jump to navigation Jump to search
corrected command for restarting BuildAPi
(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 buildapi $(./virtualenv/bin/pip freeze | grep buildapi | sed 's,[^0-9]\+,,')
# ./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:
148

edits

Navigation menu