[Collab-qa-commits] r1072 - upload-history
filippo at alioth.debian.org
filippo at alioth.debian.org
Mon Aug 11 15:51:52 UTC 2008
Author: filippo
Date: 2008-08-11 15:51:52 +0000 (Mon, 11 Aug 2008)
New Revision: 1072
Modified:
upload-history/munge_ddc.py
Log:
output Architecture and Closes fields
Modified: upload-history/munge_ddc.py
===================================================================
--- upload-history/munge_ddc.py 2008-08-11 13:53:37 UTC (rev 1071)
+++ upload-history/munge_ddc.py 2008-08-11 15:51:52 UTC (rev 1072)
@@ -139,7 +139,7 @@
c['Date'] = d
# finally output fields
- for field in 'Source', 'Version', 'Date', 'Changed-By', 'Maintainer', 'NMU', 'Key', 'Signed-By':
+ for field in 'Source', 'Version', 'Date', 'Architecture', 'Changed-By', 'Maintainer', 'NMU', 'Closes', 'Key', 'Signed-By':
try:
print "%s: %s" % (field, c[field])
except KeyError:
More information about the Collab-qa-commits
mailing list