mirror of
https://git.launchpad.net/~ubuntu-release/britney/+git/britney2-ubuntu
synced 2025-07-28 08:51:31 +00:00
Stop setting artifacts link if log is running.shtml.
This commit is contained in:
parent
7478b80b85
commit
fbb4293091
@ -1965,6 +1965,7 @@ class Britney(object):
|
|||||||
for arch, (status, log_url) in arch_status.items():
|
for arch, (status, log_url) in arch_status.items():
|
||||||
kwargs = {}
|
kwargs = {}
|
||||||
if self.options.adt_ppas:
|
if self.options.adt_ppas:
|
||||||
|
if log_url.endswith('log.gz'):
|
||||||
kwargs['artifact_url'] = log_url.replace('log.gz', 'artifacts.tar.gz')
|
kwargs['artifact_url'] = log_url.replace('log.gz', 'artifacts.tar.gz')
|
||||||
else:
|
else:
|
||||||
kwargs['history_url'] = cloud_url % {
|
kwargs['history_url'] = cloud_url % {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user