summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-03-12 18:38:35 +0100
committerHolger Levsen <holger@layer-acht.org>2015-03-12 18:38:35 +0100
commit2df029d644553f3785aac7ae383643da008e5ef7 (patch)
tree953d45187ac7c230281f79ae245cc88bf4d46580 /bin
parent7d212d83ff63fc7155f604429d5727df669add90 (diff)
downloadjenkins.debian.net-2df029d644553f3785aac7ae383643da008e5ef7.tar.xz
reproducible: make more robust
Diffstat (limited to 'bin')
-rwxr-xr-xbin/reproducible_build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_build.sh b/bin/reproducible_build.sh
index 65eba8f9..f8ae899b 100755
--- a/bin/reproducible_build.sh
+++ b/bin/reproducible_build.sh
@@ -47,7 +47,7 @@ update_db_and_html() {
python3 -c "from reproducible_html_indexes import build_page; \
build_page('scheduled'); \
build_page('last_24h', suite=\"$SUITE\", arch=\"$ARCH\"); \
- build_page('last_48h', suite=\"$SUITE\", arch=\"$ARCH\")"
+ build_page('last_48h', suite=\"$SUITE\", arch=\"$ARCH\")" || true
}
call_debbindiff() {