[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[dak/master] Fix sorting of NEW packages



Signed-off-by: Luca Falavigna <dktrkranz@debian.org>
---
 dak/process_new.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dak/process_new.py b/dak/process_new.py
index 41e9e80..a7cfb94 100755
--- a/dak/process_new.py
+++ b/dak/process_new.py
@@ -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
-- 
1.5.6.5


Reply to: