mirror of
https://github.com/SCST-project/scst.git
synced 2026-07-19 22:42:38 +00:00
nightly/bin/nightly: Clone the source code tree quietly
This commit is contained in:
+1
-1
@@ -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} \
|
||||
|
||||
Reference in New Issue
Block a user