[Blends-commit] [SCM] website branch, master, updated. 2867e8fe7743a83e1d981afad73c0469165bb0fd

Andreas Tille tille at debian.org
Mon Feb 5 11:10:02 UTC 2018


The following commit has been merged in the master branch:
commit 4cde54ebd59e7c9987ceb7d517a9157037362283
Author: Andreas Tille <tille at debian.org>
Date:   Mon Feb 5 12:09:22 2018 +0100

    Enable http and https URLs

diff --git a/webtools/blendstasktools.py b/webtools/blendstasktools.py
index e628d0a..b55bcc6 100644
--- a/webtools/blendstasktools.py
+++ b/webtools/blendstasktools.py
@@ -627,7 +627,7 @@ def FetchTasksFiles(data):
                     else:
                         logger.error("There are no old files in %s -> giving up" % tasksdir)
                         exit(-1)
-    elif data['vcsdir'].startswith('git:') or data['vcsdir'].startswith('http:'):
+    elif data['vcsdir'].startswith('git:') or data['vcsdir'].startswith('http'):
         githtml = data['vcsdir']
 #        if githtml.startswith('git:'):
 #            githtml=githtml.replace('git://','http://')

-- 
Static and dynamic websites for Debian Pure Blends



More information about the Blends-commit mailing list