summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_html_notes.py
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2016-01-01 17:59:56 +0100
committerHolger Levsen <holger@layer-acht.org>2016-01-01 17:59:56 +0100
commit3b5b249d024c1ce454f3f8ae43f3a8f820b405b2 (patch)
treeff84f040b94738d2f11e4deb8f2d29e86d8ecce8 /bin/reproducible_html_notes.py
parent0148477a69cb709f069cf87f59d731ff9bc580d5 (diff)
downloadjenkins.debian.net-3b5b249d024c1ce454f3f8ae43f3a8f820b405b2.tar.xz
reproducible armhf: enable testing of testing
Diffstat (limited to 'bin/reproducible_html_notes.py')
-rwxr-xr-xbin/reproducible_html_notes.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/bin/reproducible_html_notes.py b/bin/reproducible_html_notes.py
index 320f75a1..f7d045f0 100755
--- a/bin/reproducible_html_notes.py
+++ b/bin/reproducible_html_notes.py
@@ -439,8 +439,6 @@ if __name__ == '__main__':
gen_packages_html([Package(x) for x in notes])
for suite in SUITES:
for arch in ARCHS:
- if arch == 'armhf' and suite == 'testing':
- continue
build_page('notes', suite, arch)
build_page('no_notes', suite, arch)
build_page('FTBFS', suite, arch)