From: James Troup Date: Fri, 16 Jun 2006 03:54:12 +0000 (+0100) Subject: Fix check for oldstable. X-Git-Url: https://git.decadent.org.uk/gitweb/?a=commitdiff_plain;h=1ec0e7a144152b05cce63149fe9cfa1be9eac140;p=dak.git Fix check for oldstable. --- diff --git a/dak/security_install.py b/dak/security_install.py index 1bb5780f..2cea7308 100755 --- a/dak/security_install.py +++ b/dak/security_install.py @@ -84,7 +84,7 @@ def do_upload(changes_files): if changes["architecture"].has_key("amd64"): print "Not uploading amd64 part to ftp-master\n" continue - if changes["distribution"].has_key("oldstable-security"): + if changes["distribution"].has_key("oldstable"): print "Not uploading oldstable-security changes to ftp-master\n" continue # Build the file list for this .changes file