Changes between Version 74 and Version 75 of GitMigration


Ignore:
Timestamp:
May 21, 2019, 2:09:21 PM (5 years ago)
Author:
neteler
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GitMigration

    v74 v75  
    174174Updating is always possible and easy, so nothing is lost.
    175175
    176 === Needed source code updates ===
     176=== Migration of trac issues ===
     177  * Ongoing implementation of a script to convert all trac issues >= GRASS GIS 7.4 to github
     178   * draft: https://github.com/landam/grass-gis-git-migration-test/issues
     179  * Issue labels:
     180   * draft: https://github.com/landam/grass-gis-git-migration-test/labels
     181
     182===  New labels in the !GitHub issue tracker ===
     183  * c.f. also current QGIS cleanup "Migrating issues from Redmine to !GitHub"
     184   * https://github.com/qgis/QGIS-Enhancement-Proposals/issues/141
     185  * initial set of labels will be created during the trac issue migration
     186
     187=== Migration of trac wiki ===
     188  * Suggestion: yes, we migrate the pages but only relevant stuff
     189   * This trac wiki to markdown converter can support us in this regard: https://gist.github.com/mitio/a3d54e32c341ae523314
     190
     191=== Aftermath cleanup ===
     192
     193Numerous changes are needed after successful migration from SVN to !GitHub:
     194
     195==== Needed source code updates ====
    177196
    178197In various places "svn" is coded and needs to be replaced:
    179198
    180199  * configure.in/configure grass.pc.in Dockerfile
    181   * include/VERSION g.version/main.c g.version/Makefile g.version/g.version.html
    182200    * https://github.com/OSGeo/grass/pull/9
     201  * include/VERSION general/g.version/main.c general/g.version/Makefile general/g.version/g.version.html
    183202  * INSTALL REQUIREMENTS.html
    184203  * SVN tags
     
    187206    * question: replace with...?
    188207      * probably !GitHub commit webhook to replace svn Date
    189 === Migration of trac issues ===
    190   * Ongoing implementation of a script to convert all trac issues >= GRASS GIS 7.4 to github
    191    * draft: https://github.com/landam/grass-gis-git-migration-test/issues
    192   * Issue labels:
    193    * draft: https://github.com/landam/grass-gis-git-migration-test/labels
    194 
    195 ===  New labels in the !GitHub issue tracker ===
    196   * c.f. also current QGIS cleanup "Migrating issues from Redmine to !GitHub"
    197    * https://github.com/qgis/QGIS-Enhancement-Proposals/issues/141
    198   * initial set of labels will be created during the trac issue migration
    199 
    200 === Migration of trac wiki ===
    201   * Suggestion: yes, we migrate the pages but only relevant stuff
    202    * This trac wiki to markdown converter can support us in this regard: https://gist.github.com/mitio/a3d54e32c341ae523314
    203 
    204 === Aftermath cleanup ===
    205 
    206 Numerous changes are needed after successful migration from SVN to !GitHub:
    207 
     208
     209==== Infrastructure updates ====
    208210  * **Travis** CI/CD update to use new repo
    209211    * https://travis-ci.org/GRASS-GIS --> https://travis-ci.org/OSGeo/grass ??