[Blends-commit] [SCM] website branch, master, updated. b5f75bb1dcf812cfbdd6191104568404134ae849
Andreas Tille
tille at debian.org
Wed Dec 11 21:51:00 UTC 2013
The following commit has been merged in the master branch:
commit 885ace6434274585808066729557e1c4fa595472
Author: Andreas Tille <tille at debian.org>
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
More information about the Blends-commit
mailing list