diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-03-12 18:38:35 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-03-12 18:38:35 +0100 |
commit | 2df029d644553f3785aac7ae383643da008e5ef7 (patch) | |
tree | 953d45187ac7c230281f79ae245cc88bf4d46580 | |
parent | 7d212d83ff63fc7155f604429d5727df669add90 (diff) | |
download | jenkins.debian.net-2df029d644553f3785aac7ae383643da008e5ef7.tar.xz |
reproducible: make more robust
-rwxr-xr-x | bin/reproducible_build.sh | 2 |
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() { |