[Blends-commit] [SCM] website branch, master, updated. 69ae5efa5b8928f707e708a909138fbf1458d9c3
Andreas Tille
tille at debian.org
Fri Jan 10 09:55:43 UTC 2014
The following commit has been merged in the master branch:
commit 69ae5efa5b8928f707e708a909138fbf1458d9c3
Author: Andreas Tille <tille at debian.org>
Date: Fri Jan 10 11:00:08 2014 +0100
Revert change to use $blend as datadir - rather keep the repository name
diff --git a/webtools/check-all-tasks b/webtools/check-all-tasks
index 3d846c1..327c606 100755
--- a/webtools/check-all-tasks
+++ b/webtools/check-all-tasks
@@ -47,10 +47,10 @@ for bc in `ls webconf/*.conf | grep -v -e "webconf/fun\." -e rest-test` ; do
if [ ! -d ${datadir} ] ; then
if [ "${vcstype}" = "git" ] ; then
cd `dirname ${datadir}`
- git clone --quiet ${vcsurl} $blend >/dev/null && true
+ git clone --quiet ${vcsurl} 2>/dev/null && true
if [ $? -gt 0 ] ; then
# echo "Unable to fetch initial data for $blend from $VcsDir - try without SSL verification" ;
- GIT_SSL_NO_VERIFY=1 git clone ${vcsurl} $blend >/dev/null && true
+ GIT_SSL_NO_VERIFY=1 git clone --quiet ${vcsurl} $blend >/dev/null && true
fi
else if [ "${vcstype}" = "svn" ] ; then
mkdir -p ${datadir}
--
Static and dynamic websites for Debian Pure Blends
More information about the Blends-commit
mailing list