Signed-off-by: Joerg Jaspert <joerg@debian.org>
2008-11-23 Joerg Jaspert <joerg@debian.org>
+ * dak/process_unchecked.py (check_files): fix this armel mess
+
* config/debian-security/dak.conf: Set ValidTime
* config/debian-security/cron.weekly: Added
# Ensure the architecture of the .deb is one we know about.
default_suite = Cnf.get("Dinstall::DefaultSuite", "Unstable")
architecture = control.Find("Architecture")
- upload_suite = changes["distribution"]
+ upload_suite = changes["distribution"].keys()[0]
if architecture not in Cnf.ValueList("Suite::%s::Architectures" % (default_suite)) and architecture not in Cnf.ValueList("Suite::%s::Architectures" % (upload_suite)):
reject("Unknown architecture '%s'." % (architecture))