The following commit has been merged in the master branch:
commit 0159025a14235ccba78b1d2adea5c75c4ab1d85e
Author: Ole Streicher <oleb...@debian.org>
Date:   Mon Jun 20 17:26:28 2016 +0200

    Fix forgotten http --> https

diff --git a/webtools/check-all-tasks b/webtools/check-all-tasks
index 1778008..97bdf3d 100755
--- a/webtools/check-all-tasks
+++ b/webtools/check-all-tasks
@@ -35,7 +35,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 -q '^http://github' ; then
+        if echo ${vcsurl} | grep -q '^https://github' ; then
             vcstype=git
         else
             vcstype=unknown

-- 
Static and dynamic websites for Debian Pure Blends

_______________________________________________
Blends-commit mailing list
Blends-commit@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/blends-commit

Reply via email to