mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-03-13 08:01:09 +00:00
* buildd: Do not rescore or retry successfully built packages.
This commit is contained in:
parent
28d84fa1a8
commit
f48309fd48
6
buildd
6
buildd
@ -127,6 +127,12 @@ for build, (arch, status) in buildstats.iteritems():
|
||||
# Skip this architecture.
|
||||
continue
|
||||
|
||||
if oneArch and options.architecture == arch:
|
||||
if status in ('Successfully built'):
|
||||
print "Package has been marked as successfully built on %s." % arch
|
||||
print "A %s of this package shall not be requested." % op
|
||||
sys.exit(0)
|
||||
|
||||
if op == 'rescore':
|
||||
if status == 'Needs building':
|
||||
print 'Rescoring', build, '(%s).' % arch
|
||||
|
Loading…
x
Reference in New Issue
Block a user