[GRASS-SVN] r50846 - grass/branches/develbranch_6/gui/scripts

svn_grass at osgeo.org svn_grass at osgeo.org
Fri Feb 17 15:55:59 EST 2012


Author: martinl
Date: 2012-02-17 12:55:59 -0800 (Fri, 17 Feb 2012)
New Revision: 50846

Modified:
   grass/branches/develbranch_6/gui/scripts/g.extension.py
Log:
g.extension.py: simplify wingrass-addons url


Modified: grass/branches/develbranch_6/gui/scripts/g.extension.py
===================================================================
--- grass/branches/develbranch_6/gui/scripts/g.extension.py	2012-02-17 20:53:12 UTC (rev 50845)
+++ grass/branches/develbranch_6/gui/scripts/g.extension.py	2012-02-17 20:55:59 UTC (rev 50846)
@@ -429,9 +429,6 @@
     version = grass.version()['version'].split('.')
     grass.message(_("Downloading precompiled GRASS Addons <%s>...") % options['extension'])
     url = "http://wingrass.fsv.cvut.cz/grass%s%s/addons" % (version[0], version[1])
-    
-    if version[2][-3:] != 'svn':
-        url += '%s.%s.%s' % (version[0], version[1], version[2])
     grass.debug("url=%s" % url, 1)
     
     try:



More information about the grass-commit mailing list