From: Joerg Jaspert Date: Sun, 12 Dec 2010 14:51:22 +0000 (+0100) Subject: fixme note X-Git-Url: https://git.decadent.org.uk/gitweb/?a=commitdiff_plain;h=efd055264c79493ca82c5be1066a8188f1aa0ad8;p=dak.git fixme note Signed-off-by: Joerg Jaspert --- diff --git a/daklib/queue_install.py b/daklib/queue_install.py index 9af274a6..80787b5c 100755 --- a/daklib/queue_install.py +++ b/daklib/queue_install.py @@ -251,6 +251,8 @@ def acknowledge_new(u, summary, short_summary, chg, session): ################################################################################ +# FIXME: queues should be able to get autobuild +# the current logic doesnt allow this, as buildd stuff is AFTER accept... # q-unapproved hax0ring QueueInfo = { "new": { "is": is_new, "process": acknowledge_new },