From 3b897891066388758b0e65568c95890f0735cf2e Mon Sep 17 00:00:00 2001 From: "Andreas K. Hüttel" Date: Wed, 7 Feb 2024 13:53:05 +0100 Subject: Less -q MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas K. Hüttel --- builders/milou/binhost-update | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builders/milou/binhost-update b/builders/milou/binhost-update index 9854fce..f4710bd 100755 --- a/builders/milou/binhost-update +++ b/builders/milou/binhost-update @@ -100,7 +100,7 @@ for n in ${NSPAWN_NAMES} ; do echo &>> ${TMPFILE} cd /var/lib/machines/${n}/etc/binhost &>> ${TMPFILE} git reset --hard &>> ${TMPFILE} - git pull -q &>> ${TMPFILE} + git pull &>> ${TMPFILE} cd /root &>> ${TMPFILE} systemd-nspawn --bind /var/cache/distfiles --bind-ro /var/db/repos/gentoo --tmpfs=/var/tmp:mode=1777,size=${TMPFS_SIZE}g -M ${n} /root/bin/run-update &>> ${TMPFILE} let "anyfail+=$?" -- cgit v1.2.3-65-gdbad