mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-03-13 08:01:09 +00:00
More whitespace around the important post-build blocks
This commit is contained in:
parent
7c994cefee
commit
7196ad55f1
@ -483,11 +483,12 @@ def sponsor_patch(bug_number, build, builder, edit, keyid, lpinstance, update,
|
|||||||
# Run harvest
|
# Run harvest
|
||||||
harvest = Harvest(task.package)
|
harvest = Harvest(task.package)
|
||||||
if harvest.data:
|
if harvest.data:
|
||||||
|
print ""
|
||||||
print harvest.report()
|
print harvest.report()
|
||||||
|
|
||||||
# Upload package
|
# Upload package
|
||||||
if upload:
|
if upload:
|
||||||
print "Please check %s %s carefully:\nfile://%s\nfile://%s" % \
|
print "\nPlease check %s %s carefully:\nfile://%s\nfile://%s" % \
|
||||||
(task.package, new_version, debdiff_filename,
|
(task.package, new_version, debdiff_filename,
|
||||||
lintian_filename)
|
lintian_filename)
|
||||||
if build_log:
|
if build_log:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user