Repository : http://git.fedorahosted.org/cgit/copr.git
On branch : skvidal-backend
commit cc1f0ba6e55734f7f453a47321cbd778b6453de3 Author: Seth Vidal skvidal@fedoraproject.org Date: Thu Dec 6 17:25:35 2012 -0500
add TODO list from my paper lists
TODO-backend | 15 +++++++++++++++ 1 files changed, 15 insertions(+), 0 deletions(-)
diff --git a/TODO-backend b/TODO-backend new file mode 100644 index 0000000..e532fc9 --- /dev/null +++ b/TODO-backend @@ -0,0 +1,15 @@ + +- change instance type by build request for more mem/procs/extend timeouts + - use extra-vars? + - need ansible 0.9? +- auto-timer/cleanup script for old instances that may have been orphaned +- prune out builders when we drop the number of them active +- LOADS of fixme and catching weird conditions +- make logging from mockremote more sane and coinsistent +- mock configs should be pushed to instances at creation time + - should include enabled package_state pluging + - single url to repos, not mirrorlists +- consider making each worker return job to a completed queue so the primary + process can do other kinds of notification +- email notifications from backend? +- refactor mockremote/dispatcher.worker together?
copr-devel@lists.fedorahosted.org