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
899adbcf
Commit
899adbcf
authored
Dec 26, 2015
by
Mattia Rizzolo
Committed by
Holger Levsen
Dec 26, 2015
Browse files
reproducible: common: remove gone issues or issues that must be fixed now from filtered_issues
parent
d73c544a
Changes
1
Hide whitespace changes
Inline
Side-by-side
bin/reproducible_common.py
View file @
899adbcf
...
...
@@ -222,13 +222,9 @@ url2html = re.compile(r'((mailto\:|((ht|f)tps?)\://|file\:///){1}\S+)')
# filter used on the index_FTBFS pages and for the reproducible.json
filtered_issues
=
(
'bad_handling_of_extra_warnings'
,
'ftbfs_wdatetime'
,
'ftbfs_wdatetime_due_to_swig'
,
'ftbfs_pbuilder_malformed_dsc'
,
'ftbfs_in_jenkins_setup'
,
'ftbfs_build_depends_not_available_on_amd64'
,
'ftbfs_due_to_root_username'
,
'ftbfs_due_to_virtual_dependencies'
)
)
filter_query
=
''
for
issue
in
filtered_issues
:
if
filter_query
==
''
:
...
...
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