[Qa-jenkins-scm] [jenkins.debian.net] 02/02: fixup 30ab7bd0: reproducible Arch Linux: detect SSL verify failures with bzr

Holger Levsen holger at layer-acht.org
Sat Dec 2 14:13:10 UTC 2017


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 ec9631d7fd7e0334e8dcb120157cd11c1bb0afc4
Author: Holger Levsen <holger at layer-acht.org>
Date:   Sat Dec 2 14:12:28 2017 +0000

    fixup 30ab7bd0: reproducible Arch Linux: detect SSL verify failures with bzr
    
    Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
 bin/reproducible_html_archlinux.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/reproducible_html_archlinux.sh b/bin/reproducible_html_archlinux.sh
index 5743d5f..f48869d 100755
--- a/bin/reproducible_html_archlinux.sh
+++ b/bin/reproducible_html_archlinux.sh
@@ -113,7 +113,7 @@ for REPOSITORY in $ARCHLINUX_REPOS ; do
 					elif [ ! -z "$(egrep '==> ERROR: One or more PGP signatures could not be verified' $ARCHLINUX_PKG_PATH/build1.log $ARCHLINUX_PKG_PATH/build2.log 2>/dev/null)" ] ; then
 						echo 404_7 > $ARCHLINUX_PKG_PATH/pkg.state
 						EXTRA_REASON="to verify source with PGP signatures"
-					elif [ ! -z "$(egrep '(SSL certificate problem: unable to get local issuer certificate|bzr: ERROR: .SSL: CERTIFICATE_VERIFY_FAILED' $ARCHLINUX_PKG_PATH/build1.log $ARCHLINUX_PKG_PATH/build2.log 2>/dev/null)" ] ; then
+					elif [ ! -z "$(egrep '(SSL certificate problem: unable to get local issuer certificate|^bzr: ERROR: .SSL: CERTIFICATE_VERIFY_FAILED)' $ARCHLINUX_PKG_PATH/build1.log $ARCHLINUX_PKG_PATH/build2.log 2>/dev/null)" ] ; then
 						echo 404_1 > $ARCHLINUX_PKG_PATH/pkg.state
 						EXTRA_REASON="with SSL problem"
 					elif [ ! -z "$(egrep '==> ERROR: One or more files did not pass the validity check' $ARCHLINUX_PKG_PATH/build1.log $ARCHLINUX_PKG_PATH/build2.log 2>/dev/null)" ] ; then

-- 
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