+2008-12-31 Joerg Jaspert <joerg@debian.org>
+
+ * dak/queue_report.py (process_changes_files): Actually use the
+ right changes filename
+
2008-12-30 Michael Casadevall <sonicmctails@gmail.com>
* src/sql-aptvc.cpp - Fixed to work on modern postgresql version
changeby = {}
changedby=""
sponsor=""
+ filename=i[1]["list"][0]["filename"]
last_modified = time.time()-i[1]["oldest"]
source = i[1]["list"][0]["source"]
if len(source) > max_source_len:
note = " | [N]"
else:
note = ""
- entries.append([source, version_list, arch_list, note, last_modified, maint, distribution, closes, fingerprint, sponsor, changedby, cache[filename]["filename"]])
+ entries.append([source, version_list, arch_list, note, last_modified, maint, distribution, closes, fingerprint, sponsor, changedby, filename])
# direction entry consists of "Which field, which direction, time-consider" where
# time-consider says how we should treat last_modified. Thats all.