[GRASS-SVN] r45214 - grass/trunk/scripts/g.extension

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Jan 26 20:28:29 EST 2011


Author: martinl
Date: 2011-01-26 17:28:29 -0800 (Wed, 26 Jan 2011)
New Revision: 45214

Modified:
   grass/trunk/scripts/g.extension/g.extension.py
Log:
g.extension: default url points to grass7


Modified: grass/trunk/scripts/g.extension/g.extension.py
===================================================================
--- grass/trunk/scripts/g.extension/g.extension.py	2011-01-26 23:43:56 UTC (rev 45213)
+++ grass/trunk/scripts/g.extension/g.extension.py	2011-01-27 01:28:29 UTC (rev 45214)
@@ -7,7 +7,7 @@
 #               Pythonized by Martin Landa
 # PURPOSE:      Tool to download and install extensions from GRASS Addons SVN into 
 #               local GRASS installation
-# COPYRIGHT:    (C) 2009-2010 by Markus Neteler, and the GRASS Development Team
+# COPYRIGHT:    (C) 2009-2011 by Markus Neteler, and the GRASS Development Team
 #
 #               This program is free software under the GNU General
 #               Public License (>=v2). Read the file COPYING that
@@ -46,7 +46,7 @@
 #% key_desc: url
 #% description: SVN Addons repository URL
 #% required: yes
-#% answer: https://svn.osgeo.org/grass/grass-addons
+#% answer: https://svn.osgeo.org/grass/grass-addons/grass7
 #%end
 #%option
 #% key: prefix



More information about the grass-commit mailing list