From 33f545642d7ed3df424e1743245b7bb434036085 Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Wed, 15 Nov 2017 02:45:57 +0000 Subject: [PATCH] nightly/bin/nightly: Clone the source code tree quietly git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@7269 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- 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} \