[Git][qa/jenkins.debian.net][master] fixup: reproducible Arch Linux: improve handling when database is locked

Holger Levsen (@holger) gitlab at salsa.debian.org
Sat Mar 16 14:36:11 GMT 2024



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


Commits:
bb69f8d0 by Holger Levsen at 2024-03-16T15:35:54+01:00
fixup: reproducible Arch Linux: improve handling when database is locked

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

- - - - -


1 changed file:

- bin/reproducible_system_health.sh


Changes:

=====================================
bin/reproducible_system_health.sh
=====================================
@@ -355,7 +355,7 @@ for JOB_NAME in $(ls -1d reproducible_* | sort ) ; do
 			small_note "build failed"
 		elif $(grep -q "^client_loop: send disconnect: Broken pipe" $LOG) ; then
 			small_note "broken pipe"
-		elif $(grep -q "error: failed to synchronize all databases (unable to lock database)." $LOG) ; then
+		elif $(grep -q "error: failed to synchronize all databases (unable to lock database)" $LOG) ; then
 			small_note "failure to lock database"
 		fi
 		case $JOB_NAME in



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

-- 
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/bb69f8d03dc9e4110d00d3d061e825e83ffead8e
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/20240316/d17fb5c8/attachment.htm>


More information about the Qa-jenkins-scm mailing list