[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 b5f75bb1dcf812cfbdd6191104568404134ae849
Author: Andreas Tille <tille at debian.org>
Date:   Wed Dec 11 22:50:37 2013 +0100

    Really silent in case no updates were happening

diff --git a/webtools/check-all-tasks b/webtools/check-all-tasks
index 632b3a1..3b9c920 100755
--- a/webtools/check-all-tasks
+++ b/webtools/check-all-tasks
@@ -32,7 +32,7 @@ for bc in `ls webconf/*.conf | grep -v -e "webconf/fun\." -e rest-test` ; do
     vcsurl=`grep "^VcsDir:" ${bc} | sed 's/^VcsDir:\s*//'`
     vcstype=`echo ${vcsurl} | sed 's/^\([a-z]\{3\}\):.*/\1/'`
     if [ "$vcstype" != "git" -a "$vcstype" != "svn" ] ; then
-        if echo ${vcsurl} | grep '^http://github' ; then
+        if echo ${vcsurl} | grep -q '^http://github' ; then
             vcstype=git
         else
             vcstype=unknown

-- 
Static and dynamic websites for Debian Pure Blends



More information about the Blends-commit mailing list