aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2024-02-07 13:53:05 +0100
committerAndreas K. Hüttel <dilfridge@gentoo.org>2024-02-07 13:53:05 +0100
commit3b897891066388758b0e65568c95890f0735cf2e (patch)
treec599af1bf46cded03c4deec86cd9664a09e35f91
parentUpdate key file name (diff)
downloadbinhost-3b897891066388758b0e65568c95890f0735cf2e.tar.gz
binhost-3b897891066388758b0e65568c95890f0735cf2e.tar.bz2
binhost-3b897891066388758b0e65568c95890f0735cf2e.zip
Less -q
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
-rwxr-xr-xbuilders/milou/binhost-update2
1 files changed, 1 insertions, 1 deletions
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+=$?"