The following commit has been merged in the master branch:
commit f40983b0627511bd32eff7861072e2a0397af26e
Author: Andreas Tille <[email protected]>
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

_______________________________________________
Blends-commit mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/blends-commit

Reply via email to