提交 f0ea5b86 编写于 作者: M Mark Hymers

Fix suite case

Signed-off-by: NMark Hymers <mhy@debian.org>
上级 1b9be6a7
......@@ -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]
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册