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
This commit is contained in:
Bart Van Assche
2017-11-15 02:45:57 +00:00
parent 8c92d5c168
commit 33f545642d

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