Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Debian QA
jenkins.debian.net
Commits
7a4f142d
Commit
7a4f142d
authored
Aug 30, 2015
by
Holger Levsen
Browse files
reproducible: don't scream if a package is untested
parent
c66dbc0b
Changes
1
Hide whitespace changes
Inline
Side-by-side
bin/reproducible_html_packages.py
View file @
7a4f142d
...
...
@@ -224,7 +224,7 @@ def gen_packages_html(packages, no_clean=False):
if
build_date
and
status
!=
'blacklisted'
:
build_date
=
'at '
+
build_date
else
:
build_date
=
'
<span style="color:red;font-weight:bold;">UNTESTED</span>
'
build_date
=
''
if
status
==
False
:
# the package is not in the checked suite
continue
log
.
debug
(
'Generating the page of %s/%s/%s @ %s built at %s'
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment