Fix Philipps new helper function to not break by moving Upload.build_summaries there.
+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
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