]> git.decadent.org.uk Git - dak.git/blobdiff - daklib/queue_install.py
Fix error with qa, as we send mail to removed-packages@qa... twice
[dak.git] / daklib / queue_install.py
index bc1b873997620854e768647aaeae0644d9d5df10..d016c98638619ed9888333c6d8bf907d806a030f 100755 (executable)
@@ -254,7 +254,7 @@ def determine_target(u):
     # Statically handled queues
     target = None
 
-    for q in ["new", "autobyhand", "byhand"]:
+    for q in ["autobyhand", "byhand", "new"]:
         if QueueInfo[q]["is"](u):
             target = q
             break