[GRASS-dev] g.extension trunk wrong url for wingrass

Markus Metz markus.metz.giswork at googlemail.com
Wed Jan 4 09:42:32 EST 2012


When trying to install an extension in trunk wingrass, I get an error
that the requested addon is not found because the url used is
http://wingrass.fsv.cvut.cz/grass70/addons7.0.svn
which should be
http://wingrass.fsv.cvut.cz/grass70/addons

Commenting out lines 650,651 in scripts/g.extension/g.extension.py
helps, after modifying line 448 from
ret += install_extension_win(module)
to
ret += install_extension_win()

Thanks,

Markus M


More information about the grass-dev mailing list