]> git.decadent.org.uk Git - dak.git/commitdiff
store changes[sponsoremail] if present
authorThomas Viehmann <tv@beamnet.de>
Thu, 24 Apr 2008 23:12:42 +0000 (23:12 +0000)
committerThomas Viehmann <tv@beamnet.de>
Thu, 24 Apr 2008 23:12:42 +0000 (23:12 +0000)
daklib/queue.py

index 7bf2df18b24e982042786f680154b574c92de3dc..d5314c97a04bd2ce56ca595369779c4ddcc6c608 100755 (executable)
@@ -232,7 +232,8 @@ class Upload:
                    "closes", "changes" ]:
             d_changes[i] = changes[i]
         # Optional changes fields
-        for i in [ "changed-by", "filecontents", "format", "process-new note", "adv id", "distribution-version" ]:
+        for i in [ "changed-by", "filecontents", "format", "process-new note", "adv id", "distribution-version",
+                   "sponsoremail" ]:
             if changes.has_key(i):
                 d_changes[i] = changes[i]
         ## dsc