[GRASS-git] [OSGeo/grass] b183e7: scripts/g.extension.all: fix reinstall multi-addon...
Tomas Zigo
noreply at github.com
Thu Jan 13 23:31:16 PST 2022
Branch: refs/heads/releasebranch_8_0
Home: https://github.com/OSGeo/grass
Commit: b183e79f243b1edb75f8abe569310a07506f4df1
https://github.com/OSGeo/grass/commit/b183e79f243b1edb75f8abe569310a07506f4df1
Author: Tomas Zigo <50632337+tmszi at users.noreply.github.com>
Date: 2022-01-14 (Fri, 14 Jan 2022)
Changed paths:
M scripts/g.extension.all/g.extension.all.py
Log Message:
-----------
scripts/g.extension.all: fix reinstall multi-addons (#2082)
When reinstalled addon is multi-addon e.g. wx.metadata which contains
multiple individual addons e.g. g.gui.cswbrowser and etc. for every single
addons is returned wx.metadata multi-addon name, to avoid install individual
addons which isn't possible and causes an error.
For finding correct muli-addon name is using modules.xml file, which
have to exists on the osgeo server for download.
More information about the grass-commit
mailing list