aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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+=$?"