[Qa-jenkins-scm] [jenkins.debian.net] 09/12: reproducible: make more robust
Holger Levsen
holger at moszumanska.debian.org
Thu Mar 12 18:20:39 UTC 2015
This is an automated email from the git hooks/post-receive script.
holger pushed a commit to branch master
in repository jenkins.debian.net.
commit 2df029d644553f3785aac7ae383643da008e5ef7
Author: Holger Levsen <holger at layer-acht.org>
Date: Thu Mar 12 18:38:35 2015 +0100
reproducible: make more robust
---
bin/reproducible_build.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bin/reproducible_build.sh b/bin/reproducible_build.sh
index 65eba8f..f8ae899 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() {
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git
More information about the Qa-jenkins-scm
mailing list