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/manager
Charlton Austin e30cd931d1 feat(buildtrigger): allow use to specify dockerfile
users can only specify the folder and the
  dockerfile must be names "Dockerfile" this allows
  users to specify the file and it can be called
  "Dockerfile" or <some name>.Dockerfile
2017-03-06 21:20:17 -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
basemanager.py Make the redis client use AsyncWrapper and coroutines 2016-11-18 15:59:14 -05:00
buildcanceller.py Adding in cancel for a build that is building. 2016-11-16 17:40:24 -05:00
enterprise.py Make the redis client use AsyncWrapper and coroutines 2016-11-18 15:59:14 -05:00
ephemeral.py fix(buildman/ephemeral): remove exception log on noncritical error 2017-02-09 11:32:41 -08:00
etcd_canceller.py Fixing the ttl on etcd. 2016-12-02 13:27:47 -05:00
executor.py feat(buildtrigger): allow use to specify dockerfile 2017-03-06 21:20:17 -05:00
noop_canceller.py Adding in cancel for a build that is building. 2016-11-16 17:40:24 -05:00