From f0ea5b8606e09ab0a35ac0fc8967cc7e68085fef Mon Sep 17 00:00:00 2001 From: Mark Hymers Date: Wed, 27 Jul 2011 17:26:20 +0100 Subject: [PATCH] Fix suite case Signed-off-by: Mark Hymers --- daklib/queue.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daklib/queue.py b/daklib/queue.py index 63375f2d..c9ebb482 100755 --- a/daklib/queue.py +++ b/daklib/queue.py @@ -751,7 +751,7 @@ class Upload(object): self.rejects.append("%s: invalid version number '%s'." % (f, version)) # Ensure the architecture of the .deb is one we know about. - default_suite = cnf.get("Dinstall::DefaultSuite", "Unstable") + default_suite = cnf.get("Dinstall::DefaultSuite", "unstable") architecture = control.Find("Architecture") upload_suite = self.pkg.changes["distribution"].keys()[0] -- 2.39.2