]> git.decadent.org.uk Git - dak.git/blobdiff - daklib/queue.py
store changes[sponsoremail] if present
[dak.git] / 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