Add the first part of the build worker that runs on quay.

This commit is contained in:
yackob03 2013-10-24 16:37:03 -04:00
parent 9dc9e0c940
commit 847e91b696
10 changed files with 196 additions and 11 deletions

View file

@ -195,4 +195,4 @@ def get_all_status():
if __name__ == '__main__':
logging.basicConfig(level=logging.DEBUG, format=LOG_FORMAT)
app.run(host='0.0.0.0', port=5002, debug=True)
app.run(host='0.0.0.0', port=5002, debug=True)