On Wed, Jun 05, 2019 at 10:26:21AM +0200, Alessandro Pasotti wrote: > On Wed, Jun 5, 2019 at 10:13 AM Nyall Dawson <[email protected]> wrote: > > On Wed, 5 Jun 2019 at 18:11, Sandro Santilli <[email protected]> wrote: > > > On Wed, Jun 05, 2019 at 09:48:59AM +0200, Andreas Neumann wrote: > > > > > > > But everything will be easier when we move from Github to Gitlab ;-) > > > > > > Except learning curve will need to be taken once again... > > > > And the many 10's of 1000s of $$ it will cost to migrate all the CI > > and integration scripts. The values of those should never be > > understated. > > IMO now that's dockerized it should not be that hard to move to another CI > infrastructure (not that I'm proposing that now).
For the record, https://dronie.osgeo.org (login with OSGeo credentials) is already docker-based, and is currently used by both GEOS and PostGIS. See https://git.osgeo.org/gitea/postgis/postgis/commits/branch/svn-trunk and https://git.osgeo.org/gitea/geos/geos/commits/branch/master for examples (those green-or-red tiny icons near each commit). NOTE that an externally hosted instance of Drone (the open source software used for https://dronie.osgeo.org) can be pointed to github.com for getting used to it. See examples of that here: https://github.com/postgis/postgis/pull/403 In the case above, the _same_ CI configuration is read by both the OSGeo hosted instance (building PRs opened on https://git.osgeo.org) _and_ by the externally hosted instance (building PRs opened on github) --strk; _______________________________________________ QGIS-Developer mailing list [email protected] List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer
