[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] reproducible debian: run apt-get update with -q for more decent logs

Mattia Rizzolo (@mattia) gitlab at salsa.debian.org
Sat Oct 9 16:05:57 BST 2021



Mattia Rizzolo pushed to branch master at Debian QA / jenkins.debian.net


Commits:
9b13cfd5 by Mattia Rizzolo at 2021-10-09T16:52:38+02:00
reproducible debian: run apt-get update with -q for more decent logs

Signed-off-by: Mattia Rizzolo <mattia at debian.org>

- - - - -


1 changed file:

- bin/reproducible_maintenance.sh


Changes:

=====================================
bin/reproducible_maintenance.sh
=====================================
@@ -253,7 +253,7 @@ for s in $SUITES ; do
 			echo 'Acquire::Check-Valid-Until "false";' > "$CHPATH/$distname/etc/apt/apt.conf.d/398future"
 		fi
 	fi
-	if ! chdist --data-dir="$CHPATH" apt-get "$distname" update ; then
+	if ! chdist --data-dir="$CHPATH" apt-get "$distname" -q update ; then
 		echo "Warning: failed to update the $s/$ARCH chdist."
 		DIRTY=true
 	fi



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

-- 
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/9b13cfd59dad9b0db2e6230cccde8a6f091211a2
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/20211009/5cb623eb/attachment.htm>


More information about the Qa-jenkins-scm mailing list