[Blends-commit] [SCM] website branch, master, updated. f40983b0627511bd32eff7861072e2a0397af26e
Andreas Tille
tille at debian.org
Wed Dec 11 21:53:50 UTC 2013
The following commit has been merged in the master branch:
commit f40983b0627511bd32eff7861072e2a0397af26e
Author: Andreas Tille <tille at debian.org>
Date: Wed Dec 11 22:53:23 2013 +0100
Also silence sentinel code
diff --git a/webtools/blendstasktools.py b/webtools/blendstasktools.py
index 112172b..c58ef80 100644
--- a/webtools/blendstasktools.py
+++ b/webtools/blendstasktools.py
@@ -621,9 +621,9 @@ def FetchTasksFiles(data):
# if githtml.startswith('git:'):
# githtml=githtml.replace('git://','http://')
if os.path.isdir(data['datadir']+'/.git'):
- gitcommand = "cd %s; git pull" % data['datadir']
+ gitcommand = "cd %s; git pull --quiet" % data['datadir']
else:
- gitcommand = "cd %s; git clone %s" % (re.sub('/[^/]+$', '', data['datadir']), githtml)
+ gitcommand = "cd %s; git clone --quiet %s" % (re.sub('/[^/]+$', '', data['datadir']), githtml)
if os.system(gitcommand):
logger.error("Git command %s failed" % (gitcommand))
if os.path.isdir(data['datadir']+'/.git'):
--
Static and dynamic websites for Debian Pure Blends
More information about the Blends-commit
mailing list