[Git][qa/jenkins.debian.net][master] reproducible_debstrap: Use 'eatmydata' for 'debootstrap'

Holger Levsen (@holger) gitlab at salsa.debian.org
Wed Jan 29 18:58:04 GMT 2025



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


Commits:
8d3c7dc5 by Roland Clobus at 2025-01-29T19:57:38+01:00
reproducible_debstrap: Use 'eatmydata' for 'debootstrap'

On a CI system calling 'sync' influences the other processes that are
running on the shared host. 'debootstrap' calls 'sync' in its second
stage.
See also #1092641

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

- - - - -


1 changed file:

- bin/reproducible_debstrap.sh


Changes:

=====================================
bin/reproducible_debstrap.sh
=====================================
@@ -70,14 +70,14 @@ for LOOP in "first" "second" ; do
 		first)	SUBDIR=b1
 			case $TOOL in
 				mmdebstrap)	REALTOOL="mmdebstrap -v" ;;
-				debootstrap)	REALTOOL="debootstrap --verbose" ;;
+				debootstrap)	REALTOOL="eatmydata debootstrap --verbose" ;;
 				cdebootstrap)	REALTOOL="cdebootstrap --verbose" ;;
 			esac
 			;;
 		second)	SUBDIR=b2
 			case $TOOL in
 				mmdebstrap)	REALTOOL=$TOOL ;;
-				debootstrap)	REALTOOL=$TOOL ;;
+				debootstrap)	REALTOOL="eatmydata $TOOL" ;;
 				cdebootstrap)	REALTOOL=cdebootstrap-static ;;
 			esac
 			;;



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

-- 
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/8d3c7dc560d19a129938299550212169c7f09e06
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/20250129/cb7b2152/attachment-0001.htm>


More information about the Qa-jenkins-scm mailing list