X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=dak%2Fsecurity_install.py;h=46c861b5b37499180f16ba5f75f6c11c6e89741a;hb=11cdb7b061b7ae8aadbc3bd6da3cc796bb00396c;hp=1bb5780f14ac64b1a3813f81637c2eff916cff74;hpb=e2ae71066cbb134753d7bfceb16e87d0b76dfd6e;p=dak.git diff --git a/dak/security_install.py b/dak/security_install.py index 1bb5780f..46c861b5 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 @@ -114,7 +114,7 @@ def do_upload(changes_files): uploads[upload_uri] = [] uploads[upload_uri].extend(file_list) # Update the changes list for the upload uri - if not changes.has_key(upload_uri): + if not changesfiles.has_key(upload_uri): changesfiles[upload_uri] = [] changesfiles[upload_uri].append(changes_file) # Remember the suites and source name/version