Changes between Version 23 and Version 24 of Submitting


Ignore:
Timestamp:
Jan 10, 2020, 3:53:52 PM (4 years ago)
Author:
neteler
Comment:

updated to Github

Legend:

Unmodified
Added
Removed
Modified
  • Submitting

    v23 v24  
    3232
    3333 * Check your code against the '''Submitting rules''' (see above)
    34  * Run source:grass-addons/tools/module_svn_propset.sh on your newly added files before submitting them. Among the others it's required to get "$Date$" text in your html and man help pages automatically update the Date keyword.
    35  * Upload your code with the svn client ([wiki:HowToSVN#SVNusage SVN usage])
    36  * Once uploaded to the GRASS GIS Addons SVN repository:
    37    * Addons appear in the [http://grass.osgeo.org/grass70/manuals/addons/ Addons manual pages] when being registered in the parent Makefile
    38    * note to devs only: the addons are created via [https://svn.osgeo.org/grass/grass-addons/tools/addons/README.txt cronjobs] (user can install them via g.extension)
     34 * Upload your code with the git client ([wiki:HowToGit git usage])
     35 * Once uploaded to the GRASS GIS Addons !GitHub repository:
     36   * Addons appear in the [http://grass.osgeo.org/grass7/manuals/addons/ Addons manual pages] when being registered in the parent Makefile
     37   * note to devs only: the addons are created via cronjobs on the server (user can install them via g.extension)
    3938
    4039 * GRASS GIS Python Addons
    4140   * with dependencies on external, non-standard modules should use lazy imports: https://lists.osgeo.org/pipermail/grass-dev/2018-October/090321.html
    4241   * that represent sets of modules and eventually also share functions across modules can be grouped into one addon directory, like e.g.:
    43      * https://trac.osgeo.org/grass/browser/grass-addons/grass7?order=name#gui/wxpython/wx.metadata or
    44      * https://trac.osgeo.org/grass/browser/grass-addons/grass7?order=name#raster/r.green
     42     * https://github.com/OSGeo/grass-addons/tree/master/grass7/gui/wxpython/wx.metadata or
     43     * https://github.com/OSGeo/grass-addons/tree/master/grass7/raster/r.green
    4544
    4645== Submitting code to !GitHub ==