summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2016-06-07 18:37:23 +0200
committerHolger Levsen <holger@layer-acht.org>2016-06-07 18:37:23 +0200
commit3ff777de3955581357410ecc10e92949f553e8a6 (patch)
tree7609b4e078c8a5475d9d38b26372567f5646b679 /bin
parentcb413fff2d684fcdcc0076ccab3cf4047ee6230d (diff)
downloadjenkins.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-xbin/reproducible_common.py2
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: