From: Ansgar Burchardt Date: Wed, 22 Apr 2015 19:38:41 +0000 (+0200) Subject: Choose a more useful default overridesuite for build queues. X-Git-Url: https://git.decadent.org.uk/gitweb/?p=dak.git;a=commitdiff_plain;h=9f76a5fb514532dc60eb94099d357a98dd0c61d7 Choose a more useful default overridesuite for build queues. --- diff --git a/dak/admin.py b/dak/admin.py index 66113b94..2c1f4c34 100755 --- a/dak/admin.py +++ b/dak/admin.py @@ -415,7 +415,7 @@ def __suite_add_build_queue(d, args): s.description = "buildd {0} incoming".format(suite_name) s.codename = build_queue_codename s.notautomatic = suite.notautomatic - s.overridesuite = suite.overridesuite + s.overridesuite = suite.overridesuite or suite.suite_name s.butautomaticupgrades = suite.butautomaticupgrades s.signingkeys = suite.signingkeys s.include_long_description = False