[Blends-commit] [SCM] website branch, master, updated. 51d8a4b1d4cabdcb0896a053c48aa772829fdc43

Andreas Tille tille at debian.org
Mon Mar 16 09:49:41 UTC 2015


The following commit has been merged in the master branch:
commit 51d8a4b1d4cabdcb0896a053c48aa772829fdc43
Author: Andreas Tille <tille at debian.org>
Date:   Mon Mar 16 10:49:23 2015 +0100

    Fix svncommand for blendstasktoolsold

diff --git a/webtools/blendstasktoolsold.py b/webtools/blendstasktoolsold.py
index 5c1ee42..a25df13 100644
--- a/webtools/blendstasktoolsold.py
+++ b/webtools/blendstasktoolsold.py
@@ -438,7 +438,7 @@ def FetchTasksFiles(data):
             except:
 		logger.error("Unable to create data directory", tasksdir)
         # Checkout/Update tasks from SVN
-        svncommand = "svn %%s %s/%s/%s %s >> /dev/null" % (SVNHOST, data['vcsdir'], dir, tasksdir)
+        svncommand = "svn %%s %s/%s %s >> /dev/null" % (data['vcsdir'], dir, tasksdir)
         if os.path.isdir(tasksdir+'/.svn'):
     	    svncommand = svncommand % 'up'
         else:

-- 
Static and dynamic websites for Debian Pure Blends



More information about the Blends-commit mailing list