[Blends-commit] [SCM] website branch, master, updated. 0159025a14235ccba78b1d2adea5c75c4ab1d85e

Ole Streicher olebole at debian.org
Mon Jun 20 15:27:01 UTC 2016


The following commit has been merged in the master branch:
commit 0159025a14235ccba78b1d2adea5c75c4ab1d85e
Author: Ole Streicher <olebole at 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



More information about the Blends-commit mailing list