]> git.decadent.org.uk Git - dak.git/commitdiff
Fix sorting of NEW packages
authorLuca Falavigna <dktrkranz@debian.org>
Sun, 3 Oct 2010 13:37:38 +0000 (13:37 +0000)
committerLuca Falavigna <dktrkranz@debian.org>
Sun, 3 Oct 2010 13:37:38 +0000 (13:37 +0000)
Signed-off-by: Luca Falavigna <dktrkranz@debian.org>
dak/process_new.py

index 41e9e802ebb2d584e3ecf75767d9f3cd224ccb3c..a7cfb94e3066295e488231694bc3510dcec0f4dc 100755 (executable)
@@ -765,7 +765,7 @@ def main():
         sys.stderr.write("Sorting changes...\n")
     changes_files = sort_changes(changes_paths, session)
 
-    for changes_file in changes_paths:
+    for changes_file in changes_files:
         changes_file = utils.validate_changes_file_arg(changes_file, 0)
         if not changes_file:
             continue