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
6aee9c8a
Commit
6aee9c8a
authored
Aug 30, 2015
by
Holger Levsen
Browse files
Revert "reproducible: fix logic, /me
♥
logic"
This reverts commit
a1c47666
.
parent
a1c47666
Changes
1
Hide whitespace changes
Inline
Side-by-side
bin/reproducible_html_packages.py
View file @
6aee9c8a
...
...
@@ -181,7 +181,7 @@ def gen_suites_links(package, current_suite, current_arch):
continue
version
=
package
.
get_tested_version
(
s
,
a
)
build_date
=
package
.
get_build_date
(
s
,
a
)
if
build_date
or
status
!=
'blacklisted'
:
if
build_date
and
status
!=
'blacklisted'
:
build_date
=
' on '
+
build_date
else
:
build_date
=
''
...
...
@@ -221,7 +221,7 @@ def gen_packages_html(packages, no_clean=False):
status
=
package
.
get_status
(
suite
,
arch
)
version
=
package
.
get_tested_version
(
suite
,
arch
)
build_date
=
package
.
get_build_date
(
suite
,
arch
)
if
build_date
or
status
!=
'blacklisted'
:
if
build_date
and
status
!=
'blacklisted'
:
build_date
=
'at '
+
build_date
else
:
build_date
=
''
...
...
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