[GRASS-dev] [GRASS GIS] #3722: migrate grass svn repositories to git
GRASS GIS
trac at osgeo.org
Tue Feb 5 05:06:44 PST 2019
#3722: migrate grass svn repositories to git
--------------------------+---------------------------------
Reporter: martinl | Owner: grass-dev@…
Type: task | Status: new
Priority: major | Milestone:
Component: Default | Version: unspecified
Resolution: | Keywords: svn, git, migration
CPU: Unspecified | Platform: Unspecified
--------------------------+---------------------------------
Comment (by neteler):
Here the PHP snippet for translating the components to a reduced set of
git labels:
{{{
'Compiling' => 'core',
'Database' => 'core',
'Default' => 'core',
'Display' => 'core',
'Docs' => 'core',
'Imagery' => 'core',
'Installation' => 'core',
'LibGIS' => 'core',
'LibOpenGL' => 'core',
'LibRaster' => 'core',
'LibVector' => 'core',
'License' => 'core',
'Packaging' => 'core',
'Parser' => 'core',
'Projections/Datums' => 'core',
'Ps.map' => 'core',
'PyGRASS' => 'python',
'Python' => 'python',
'Python ctypes' => 'python',
'Raster' => 'core',
'Raster3D' => 'core',
'Startup' => 'core',
'Tcl/Tk' => 'core',
'Tcl/Tk NVIZ' => 'core',
'Temporal' => 'core',
'Tests' => 'unittests',
'Translations' => 'translations',
'Vector' => 'core',
'wxGUI' => 'core',
'Addons' => NULL,
'Datasets' => NULL,
'Shell Scripts' => NULL,
'Website' => NULL
}}}
hence, not needed (as addons are in a separate git repo, shell no longer
there, and datasets + CMS done differently):
{{{
# 'Addons' => NULL,
# 'Datasets' => NULL,
# 'Shell Scripts' => NULL,
# 'Website' => NULL
}}}
So, the target git labels are now:
* core
* python
* translations
* unittests
--
Ticket URL: <https://trac.osgeo.org/grass/ticket/3722#comment:16>
GRASS GIS <https://grass.osgeo.org>
More information about the grass-dev
mailing list