]> git.decadent.org.uk Git - dak.git/commitdiff
dak/process_new.py (_accept)
authorJoerg Jaspert <joerg@debian.org>
Mon, 1 Sep 2008 22:17:25 +0000 (00:17 +0200)
committerJoerg Jaspert <joerg@debian.org>
Mon, 1 Sep 2008 22:17:25 +0000 (00:17 +0200)
Fix Philipps new helper function to not break by moving Upload.build_summaries there.

ChangeLog
dak/process_new.py

index 36294a1ba774089e3773ef7eafaac1ec5536fd76..0368c0d48ecf256d06c704bc9b6865c867a8b536 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-09-02  Joerg Jaspert  <joerg@debian.org>
+
+       * dak/process_new.py (_accept): Fix Philipps new helper function
+       to not break by moving Upload.build_summaries there.
+
 2008-08-31  Philipp Kern  <pkern@debian.org>
 
        * dak/process_new.py (_accept): new helper function to accept
index f79c87ee8f4e91ef42387597af6b15e036a3b4c1..6ac1d44dac7ee6242a9ea3219a0e69ad4c96377f 100755 (executable)
@@ -844,11 +844,11 @@ def move_to_holding(suite, queue_dir):
 def _accept():
     if Options["No-Action"]:
         return
+    (summary, short_summary) = Upload.build_summaries()
     Upload.accept(summary, short_summary)
     os.unlink(Upload.pkg.changes_file[:-8]+".dak")
 
 def do_accept_stableupdate(suite, q):
-    (summary, short_summary) = Upload.build_summaries()
     queue_dir = Cnf["Dir::Queue::%s" % (q,)]
     if not Upload.pkg.changes["architecture"].has_key("source"):
         # It is not a sourceful upload.  So its source may be either in p-u