mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-14 09:11:27 +00:00
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:
@@ -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