[Blends-commit] [SCM] website branch, master, updated. 9cf13c5a87afaf1bde4a97ebec7b2afb98859d4e
Andreas Tille
tille at debian.org
Mon Apr 8 20:25:11 UTC 2013
The following commit has been merged in the master branch:
commit 9cf13c5a87afaf1bde4a97ebec7b2afb98859d4e
Author: Andreas Tille <tille at debian.org>
Date: Mon Apr 8 22:10:09 2013 +0200
For some reason it does not work all the time to replace git:// by http:// to clone a Git repository
diff --git a/webtools/blendstasktools.py b/webtools/blendstasktools.py
index 421b742..dd0b81c 100644
--- a/webtools/blendstasktools.py
+++ b/webtools/blendstasktools.py
@@ -585,8 +585,8 @@ def FetchTasksFiles(data):
exit(-1)
elif data['vcsdir'].startswith('git:') or data['vcsdir'].startswith('http:'):
githtml = data['vcsdir']
- if githtml.startswith('git:'):
- githtml=githtml.replace('git://','http://')
+# if githtml.startswith('git:'):
+# githtml=githtml.replace('git://','http://')
if os.path.isdir(data['datadir']+'/.git'):
gitcommand = "cd %s; git pull" % data['datadir']
else:
--
Static and dynamic websites for Debian Pure Blends
More information about the Blends-commit
mailing list