From 298e6ac4c0774b5e9641f341e795fcdaee6bb4b2 Mon Sep 17 00:00:00 2001 From: Thomas Viehmann Date: Thu, 24 Apr 2008 23:12:42 +0000 Subject: [PATCH 1/1] store changes[sponsoremail] if present --- daklib/queue.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/daklib/queue.py b/daklib/queue.py index 7bf2df18..d5314c97 100755 --- 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 -- 2.39.2