nightly/bin/nightly: Clone the source code tree quietly

This commit is contained in:
Bart Van Assche
2017-05-13 17:57:04 -07:00
parent c4cf4c3f5f
commit 37baddd3c3

View File

@@ -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} \