[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] fixup: reproducible Archlinux: correctly detect git problems

Holger Levsen gitlab at salsa.debian.org
Fri Sep 14 22:35:22 BST 2018


Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net


Commits:
d0aed422 by Holger Levsen at 2018-09-14T21:35:13Z
fixup: reproducible Archlinux: correctly detect git problems

Signed-off-by: Holger Levsen <holger at layer-acht.org>

- - - - -


1 changed file:

- bin/reproducible_html_archlinux.sh


Changes:

=====================================
bin/reproducible_html_archlinux.sh
=====================================
@@ -96,7 +96,7 @@ create_pkg_state_and_html() {
 		elif [ ! -z "$(egrep '^error: unknown package: ' $ARCHLINUX_PKG_PATH/build1.log $ARCHLINUX_PKG_PATH/build2.log 2>/dev/null)" ] ; then
 			echo 404_0 > $ARCHLINUX_PKG_PATH/pkg.state
 			echo "       <img src=\"/userContent/static/weather-severe-alert.png\" alt=\"404 icon\" /> unknown package" >> $HTML_BUFFER
-		elif [ ! -z "$(egrep '==> ERROR: (Failure while downloading|One or more PGP signatures could not be verified|One or more files did not pass the validity check|Integrity checks \(.*\) differ in size from the source array|Failure while branching|Failure while creating working copy|Failed to source PKGBUILD.*PKGBUILD)' $ARCHLINUX_PKG_PATH/build1.log $ARCHLINUX_PKG_PATH/build2.log 2>/dev/null)" ] ; then
+		elif [ ! -z "$(egrep '(==> ERROR: Failure while downloading|==> ERROR: One or more PGP signatures could not be verified|==> ERROR: One or more files did not pass the validity check|==> ERROR: Integrity checks \(.*\) differ in size from the source array|==> ERROR: Failure while branching|==> ERROR: Failure while creating working copy|Failed to source PKGBUILD.*PKGBUILD)' $ARCHLINUX_PKG_PATH/build1.log $ARCHLINUX_PKG_PATH/build2.log 2>/dev/null)" ] ; then
 			REASON="download failed"
 			EXTRA_REASON=""
 			echo 404_0 > $ARCHLINUX_PKG_PATH/pkg.state



View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/commit/d0aed42222d13ea2f9644c468442191286526f59

-- 
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/commit/d0aed42222d13ea2f9644c468442191286526f59
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/qa-jenkins-scm/attachments/20180914/bd98f535/attachment.html>


More information about the Qa-jenkins-scm mailing list