]> git.decadent.org.uk Git - dak.git/commitdiff
fixme note
authorJoerg Jaspert <joerg@debian.org>
Sun, 12 Dec 2010 14:51:22 +0000 (15:51 +0100)
committerJoerg Jaspert <joerg@debian.org>
Sun, 12 Dec 2010 14:51:22 +0000 (15:51 +0100)
Signed-off-by: Joerg Jaspert <joerg@debian.org>
daklib/queue_install.py

index 9af274a6504206b589c59fdcf1156c7d0362e998..80787b5cb411c533bf243fa3ceb55c05925c5cc5 100755 (executable)
@@ -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 },