From: Joerg Jaspert Date: Sun, 12 Dec 2010 14:52:37 +0000 (+0100) Subject: Merge branch 'master' into security X-Git-Url: https://git.decadent.org.uk/gitweb/?a=commitdiff_plain;h=e531ecdc04d1c9204ab001a3dac9eda2b6405338;hp=3f481a09790f85764aca7aaf37fb21e1109ba043;p=dak.git Merge branch 'master' into security * master: fixme note --- 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 },