[Blends-commit] [SCM] website branch, master, updated. 22a105126ea7ee1b09c6fae3c6d32cb01486d513
Andreas Tille
tille at debian.org
Fri Jan 10 09:59:25 UTC 2014
The following commit has been merged in the master branch:
commit 22a105126ea7ee1b09c6fae3c6d32cb01486d513
Author: Andreas Tille <tille at debian.org>
Date: Fri Jan 10 11:04:15 2014 +0100
Really keep the repository nam in all cases
diff --git a/webtools/check-all-tasks b/webtools/check-all-tasks
index 327c606..6f17d8e 100755
--- a/webtools/check-all-tasks
+++ b/webtools/check-all-tasks
@@ -50,7 +50,7 @@ for bc in `ls webconf/*.conf | grep -v -e "webconf/fun\." -e rest-test` ; do
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 --quiet ${vcsurl} $blend >/dev/null && true
+ GIT_SSL_NO_VERIFY=1 git clone --quiet ${vcsurl} >/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