projects
/
dak.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
680dad9
)
store changes[sponsoremail] if present
author
Thomas Viehmann
<tv@beamnet.de>
Thu, 24 Apr 2008 23:12:42 +0000
(23:12 +0000)
committer
Thomas Viehmann
<tv@beamnet.de>
Thu, 24 Apr 2008 23:12:42 +0000
(23:12 +0000)
daklib/queue.py
patch
|
blob
|
history
diff --git
a/daklib/queue.py
b/daklib/queue.py
index 7bf2df18b24e982042786f680154b574c92de3dc..d5314c97a04bd2ce56ca595369779c4ddcc6c608 100755
(executable)
--- a/
daklib/queue.py
+++ b/
daklib/queue.py
@@
-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