This repository has been archived on 2020-03-24. You can view files and clone it, but cannot push or open issues or pull requests.
quay/buildman
2015-02-12 16:19:44 -05:00
..
component Handle internal errors in a better fashion: If a build would be marked as internal error, only do so if there are retries remaining. Otherwise, we mark it as failed (since it won't be rebuilt anyway) 2015-02-12 16:19:44 -05:00
jobutil Handle internal errors in a better fashion: If a build would be marked as internal error, only do so if there are retries remaining. Otherwise, we mark it as failed (since it won't be rebuilt anyway) 2015-02-12 16:19:44 -05:00
manager Switch to using a squashed image for the build workers 2015-02-10 15:43:01 -05:00
templates Switch to using a squashed image for the build workers 2015-02-10 15:43:01 -05:00
__init__.py WIP: Start implementation of the build manager/controller. This code is not yet working completely. 2014-11-11 18:23:15 -05:00
asyncutil.py Switch a few of the buildman methods to coroutines in order to support network calls in methods. Add a test for the ephemeral build manager. 2014-12-22 12:14:16 -05:00
builder.py Merge master changes 2015-02-05 13:11:16 -05:00
server.py Better handling of retries on build errors 2015-02-03 16:29:47 -05:00