The following commit has been merged in the master branch:
commit a73bff1179f0f7f7561637fedd146c3e40794464
Author: Andreas Tille <[email protected]>
Date:   Fri Jan 10 16:20:07 2014 +0100

    Silence debugging output

diff --git a/webtools/check-all-tasks b/webtools/check-all-tasks
index 6f17d8e..f4e9bc0 100755
--- a/webtools/check-all-tasks
+++ b/webtools/check-all-tasks
@@ -88,7 +88,7 @@ for bc in `ls webconf/*.conf | grep -v -e "webconf/fun\." -e 
rest-test` ; do
             mv ${md5file} ${md5file}.old
            cat `find tasks -mindepth 1 -maxdepth 1 -type f | sort` | md5sum > 
${md5file}
            if ! diff ${md5file} ${md5file}.old >/dev/null ; then
-               echo "Difference in tasks files of Blend ${blend}"
+               # echo "Difference in tasks files of Blend ${blend}"
                cd $curdir
                 if ! ps aux | grep -v "0:0[0-9] grep " | grep -v "0:0[0-9] ps 
" | grep tasks.py ; then
                     ./tasks.py ${blend}

-- 
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

Reply via email to