[Git][qa/jenkins.debian.net][master] reproducible Debian maintenance: drop i386 special casing from 2017
Holger Levsen (@holger)
gitlab at salsa.debian.org
Fri Jul 28 19:48:41 BST 2023
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
81aaf63e by Holger Levsen at 2023-07-28T20:48:25+02:00
reproducible Debian maintenance: drop i386 special casing from 2017
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
1 changed file:
- bin/reproducible_maintenance.sh
Changes:
=====================================
bin/reproducible_maintenance.sh
=====================================
@@ -755,14 +755,11 @@ if [ -n "$PSCALL" ] ; then
fi
# find builds which should not be there
-# (not on i386 as we start builds differently here… work in progress)
-if [ "$ARCH" != "i386" ] ; then
- RESULTS=$(pgrep -f reproducible_build.sh --parent 1 || true)
- if [ -n "$RESULTS" ] ; then
- DIRTY=true
- echo "Warning: found reproducible_build.sh processes which have pid 1 as parent (and not sshd), thus something went wrong… please investigate."
- echo -e "$RESULTS"
- fi
+RESULTS=$(pgrep -f reproducible_build.sh --parent 1 || true)
+if [ -n "$RESULTS" ] ; then
+ DIRTY=true
+ echo "Warning: found reproducible_build.sh processes which have pid 1 as parent (and not sshd), thus something went wrong… please investigate."
+ echo -e "$RESULTS"
fi
# remove debian ci builds artifacts older than a day
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/81aaf63e3ad0734e6dff38ca886c7a95a2d2e763
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/81aaf63e3ad0734e6dff38ca886c7a95a2d2e763
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/20230728/2692a13f/attachment-0001.htm>
More information about the Qa-jenkins-scm
mailing list