Re: [release planning] GRASS GIS 8: create new release branch

Markus Neteler <[email protected]> Mon, 31 May 2021 22:10:16 +0200
Newsgroups gmane.comp.gis.grass.devel
Message-ID <CALFmHhvP_XYJMwXX-Jy00CGfELCvwHBtGAhnnXXHK7N7K1rqNg@mail.gmail.com>
On Mon, May 31, 2021 at 9:13 PM Markus Neteler <[email protected]> wrote:
>
> Hi devs,
>
> First step done:
> GRASS GIS 8.0 changes in master
> (https://github.com/OSGeo/grass/pull/1597) are merged!

One problem to address soon is the absence of "grass8" in the Addons
repo, leading to errors in the CI and all related docker builds:

(log example)
 Fetching <r.in.pdal> from GRASS GIS Addons repository (be patient)...
  E170000: URL 'https://github.com/OSGeo/grass-addons/trunk/grass8/raster/r.in.pdal'
doesn't exist

This requires to decide on

Restructure repository for version 8
https://github.com/OSGeo/grass-addons/issues/528

... unless we modify g.extension for now to continue to read from
"grass-addons/grass7/"...

Opinions?

Markus