The following commit has been merged in the master branch:
commit 885ace6434274585808066729557e1c4fa595472
Author: Andreas Tille <[email protected]>
Date: Wed Dec 11 22:49:29 2013 +0100
Silence the script a bit since it is intended for cron job
diff --git a/webtools/check-all-tasks b/webtools/check-all-tasks
index f87209b..632b3a1 100755
--- a/webtools/check-all-tasks
+++ b/webtools/check-all-tasks
@@ -45,12 +45,12 @@ 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 ${vcsurl}
+ git clone --quiet ${vcsurl}
else if [ "${vcstype}" = "svn" ] ; then
mkdir -p ${datadir}
cd ${datadir}
- svn checkout ${vcsurl}/debian
- svn checkout ${vcsurl}/tasks
+ svn --quiet checkout ${vcsurl}/debian
+ svn --quiet checkout ${vcsurl}/tasks
fi
fi
fi
@@ -63,10 +63,10 @@ for bc in `ls webconf/*.conf | grep -v -e "webconf/fun\."
-e rest-test` ; do
exit 1
fi
if [ "${vcstype}" = "git" ] ; then
- git pull
+ git pull --quiet
else if [ "${vcstype}" = "svn" ] ; then
cd tasks
- svn up
+ svn --quiet up
cd ..
else
echo "Unknown VcsType ${vcstype} in VcsURL ${vcsurl}"
--
Static and dynamic websites for Debian Pure Blends
_______________________________________________
Blends-commit mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/blends-commit