From 37baddd3c37d88bc72969f8c0fe5ff08e9e2f624 Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Sat, 13 May 2017 17:57:04 -0700 Subject: [PATCH] nightly/bin/nightly: Clone the source code tree quietly --- nightly/bin/nightly | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nightly/bin/nightly b/nightly/bin/nightly index 927f61e1a..9173eeac5 100755 --- a/nightly/bin/nightly +++ b/nightly/bin/nightly @@ -155,7 +155,7 @@ for logfile in old new ; do svn co -q -r {${date}} ${scst_repo} ${ABT_TMPDIR}/scst; \ else \ ( rmdir ${ABT_TMPDIR}/scst && \ - git clone ${scst_repo} ${ABT_TMPDIR}/scst && \ + git clone -q ${scst_repo} ${ABT_TMPDIR}/scst && \ cd ${ABT_TMPDIR}/scst && git reset --hard ${rev} ); \ fi" && runcmd ${logfile} \