mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-03-12 15:41:09 +00:00
* buildd: Some full stops.
This commit is contained in:
parent
f760b4e845
commit
fbc1f1f6d8
8
buildd
8
buildd
@ -162,16 +162,16 @@ for build in builds:
|
||||
if build.can_be_rescored:
|
||||
# FIXME: make priority an option
|
||||
priority = 5000
|
||||
print 'Rescoring build %s to %d' % (build.arch_tag, priority)
|
||||
print 'Rescoring build %s to %d...' % (build.arch_tag, priority)
|
||||
build.recore(score = priority)
|
||||
else:
|
||||
print 'Cannot rescore build on %s' % build.arch_tag
|
||||
print 'Cannot rescore build on %s.' % build.arch_tag
|
||||
if op == 'retry':
|
||||
if build.can_be_retried:
|
||||
print 'Retrying build on %s' % build.arch_tag
|
||||
print 'Retrying build on %s...' % build.arch_tag
|
||||
build.retry()
|
||||
else:
|
||||
print 'Cannot retry build on %s' % build.arch_tag
|
||||
print 'Cannot retry build on %s.' % build.arch_tag
|
||||
|
||||
|
||||
# We are done
|
||||
|
Loading…
x
Reference in New Issue
Block a user