X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=daklib%2Fqueue_install.py;h=80787b5cb411c533bf243fa3ceb55c05925c5cc5;hb=efd055264c79493ca82c5be1066a8188f1aa0ad8;hp=9af274a6504206b589c59fdcf1156c7d0362e998;hpb=8e187b4a74a84dd45bc320c0034b7d51716457cd;p=dak.git 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 },