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
Alexey Brodkin
jenkins.debian.net
Commits
abd0efdf
Commit
abd0efdf
authored
Dec 22, 2021
by
Holger Levsen
Browse files
Revert "reproducible Debian: fix testing suite name (fixes json for tracker.d.o)"
This reverts commit
3cd4cee3
.
parent
3cd4cee3
Changes
1
Hide whitespace changes
Inline
Side-by-side
bin/reproducible_json.py
View file @
abd0efdf
...
@@ -60,7 +60,7 @@ for row in result:
...
@@ -60,7 +60,7 @@ for row in result:
output
.
append
(
pkg
)
output
.
append
(
pkg
)
# tracker.d.o should only care about results in testing
# tracker.d.o should only care about results in testing
if
pkg
[
'suite'
]
==
'b
ullseye
'
:
if
pkg
[
'suite'
]
==
'b
ookworm
'
:
if
pkg
[
"status"
]
in
(
"E404"
,
"NFU"
,
"blacklisted"
):
if
pkg
[
"status"
]
in
(
"E404"
,
"NFU"
,
"blacklisted"
):
# don't export these states in reproducible-tracker.json
# don't export these states in reproducible-tracker.json
...
...
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