[Qa-jenkins-scm] [jenkins.debian.net] 02/02: reproducible Debian: ignore captures_build_path issues for unreproducible packages
Holger Levsen
holger at layer-acht.org
Mon Oct 3 13:40:49 UTC 2016
This is an automated email from the git hooks/post-receive script.
holger pushed a commit to branch h01ger/filtered-json
in repository jenkins.debian.net.
commit 99fe39dda22127d0bb0cffd1a633aedf81a427a8
Author: Holger Levsen <holger at layer-acht.org>
Date: Mon Oct 3 15:27:36 2016 +0200
reproducible Debian: ignore captures_build_path issues for unreproducible packages
ignore captures_build_path issues for unreproducible packages to not
annoy people with an issue we suggest to override in stretch anyway.
There are more build path issues which are probably fine to export to
json, as there are only few issues found yet… these are:
leaks_path_environment_variable, random_build_path_by_golang_compiler,
golang_compiler_captures_build_path_in_binary, hevea_captures_build_path
perl_extutils_xspp_captures_build_path, cython_captures_build_path
---
bin/reproducible_common.py | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/bin/reproducible_common.py b/bin/reproducible_common.py
index 356b4af..30f526f 100755
--- a/bin/reproducible_common.py
+++ b/bin/reproducible_common.py
@@ -197,7 +197,8 @@ url2html = re.compile(r'((mailto\:|((ht|f)tps?)\://|file\:///){1}\S+)')
filtered_issues = (
'ftbfs_in_jenkins_setup',
'ftbfs_build_depends_not_available_on_amd64',
- 'ftbfs_build-indep_not_build_on_some_archs'
+ 'ftbfs_build-indep_not_build_on_some_archs',
+ 'captures_build_path'
)
filter_query = ''
for issue in filtered_issues:
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git
More information about the Qa-jenkins-scm
mailing list