From c9a2b9ac2ba54722e305070d6f7d0dc38e98343f Mon Sep 17 00:00:00 2001 From: Stefano Rivera Date: Sun, 4 Sep 2011 01:05:29 +0200 Subject: [PATCH] Reorder output --- ubuntutools/sponsor_patch/sponsor_patch.py | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/ubuntutools/sponsor_patch/sponsor_patch.py b/ubuntutools/sponsor_patch/sponsor_patch.py index 2d8d0d0..dfb672c 100644 --- a/ubuntutools/sponsor_patch/sponsor_patch.py +++ b/ubuntutools/sponsor_patch/sponsor_patch.py @@ -480,12 +480,6 @@ def sponsor_patch(bug_number, build, builder, edit, keyid, lpinstance, update, lintian_file.writelines(report) lintian_file.close() - # Run harvest - harvest = Harvest(task.package) - if harvest.data: - print "" - print harvest.report() - # Upload package if upload: print "\nPlease check %s %s carefully:\nfile://%s\nfile://%s" % \ @@ -493,6 +487,11 @@ def sponsor_patch(bug_number, build, builder, edit, keyid, lpinstance, update, lintian_filename) if build_log: print "file://%s" % build_log + + harvest = Harvest(task.package) + if harvest.data: + print harvest.report() + if upload == "ubuntu": target = "the official Ubuntu archive" else: