[Git][qa/jenkins.debian.net][master] r.d.n: make pkgsync script fail on broken pipes
Holger Levsen (@holger)
gitlab at salsa.debian.org
Sat Apr 5 21:12:55 BST 2025
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
709558c9 by Holger Levsen at 2025-04-05T22:12:46+02:00
r.d.n: make pkgsync script fail on broken pipes
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
1 changed file:
- bin/rebuilderd_pkgsync.sh
Changes:
=====================================
bin/rebuilderd_pkgsync.sh
=====================================
@@ -4,6 +4,7 @@
# released under the GPLv2
set -e
+set -o pipefail # see eg http://petereisentraut.blogspot.com/2010/11/pipefail.html
JQQUERY='.[] | select(.architecture != "all")'
#
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/709558c991ccf192f9252b6da967caf2ff9da1eb
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/709558c991ccf192f9252b6da967caf2ff9da1eb
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/20250405/4faf001f/attachment.htm>
More information about the Qa-jenkins-scm
mailing list