The following commit has been merged in the master branch:
commit 4cde54ebd59e7c9987ceb7d517a9157037362283
Author: Andreas Tille <[email protected]>
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
_______________________________________________
Blends-commit mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/blends-commit