diff options
author | Holger Levsen <holger@layer-acht.org> | 2016-06-07 18:37:23 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2016-06-07 18:37:23 +0200 |
commit | 3ff777de3955581357410ecc10e92949f553e8a6 (patch) | |
tree | 7609b4e078c8a5475d9d38b26372567f5646b679 /bin | |
parent | cb413fff2d684fcdcc0076ccab3cf4047ee6230d (diff) | |
download | jenkins.debian.net-3ff777de3955581357410ecc10e92949f553e8a6.tar.xz |
reproducible debian: the issue ftbfs_build-indep_not_build_on_armhf has been renamed to ftbfs_build-indep_not_build_on_some_archs in notes.git
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/reproducible_common.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_common.py b/bin/reproducible_common.py index 368aed5e..e064e5c4 100755 --- a/bin/reproducible_common.py +++ b/bin/reproducible_common.py @@ -265,7 +265,7 @@ 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_armhf' + 'ftbfs_build-indep_not_build_on_some_archs' ) filter_query = '' for issue in filtered_issues: |