X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=daklib%2Fqueue_install.py;h=d016c98638619ed9888333c6d8bf907d806a030f;hb=1e532dabcf16f870f9815bf9a38a6a7077c79233;hp=bc1b873997620854e768647aaeae0644d9d5df10;hpb=31d36ceb62dfd471afa6dd6a521c16146215f8e8;p=dak.git diff --git a/daklib/queue_install.py b/daklib/queue_install.py index bc1b8739..d016c986 100755 --- a/daklib/queue_install.py +++ b/daklib/queue_install.py @@ -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