projects
/
dak.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
536f66a
)
Sponsor is just a mailaddress
author
Joerg Jaspert
<joerg@debian.org>
Wed, 24 Dec 2008 00:05:01 +0000
(
01:05
+0100)
committer
Joerg Jaspert
<joerg@debian.org>
Wed, 24 Dec 2008 00:05:01 +0000
(
01:05
+0100)
Signed-off-by: Joerg Jaspert <joerg@debian.org>
dak/queue_report.py
patch
|
blob
|
history
diff --git
a/dak/queue_report.py
b/dak/queue_report.py
index b083c1076dd3c8cd8922a7ce174ae99a9eb5109b..ce0f1bf1c71b23d2daf88ae6976f733e40b5b897 100755
(executable)
--- a/
dak/queue_report.py
+++ b/
dak/queue_report.py
@@
-460,8
+460,7
@@
def process_changes_files(changes_files, type):
(name, mail) = changedby.split(":")
f.write("Changed-By: " + name + " <"+mail+">" + "\n")
if sponsor:
- (name, mail) = sponsor.split(":")
- f.write("Sponsored-By: " + name + " <"+mail+">" + "\n")
+ f.write("Sponsored-By: " + sponsor + "\n")
f.write("Distribution:")
for dist in distribution:
f.write(" " + dist)