- *Le Problems*
- Devzone repos -> github
- Devzone issues -> github
- Devzone managing auth for newgrf eints -> ???
- Devzone other anciliary services (files for screenshots etc) -> leave on devzone for now
- Eints -> git commits ??
- Jenkins -> Azure Piplines (or Travis, but TB is really +lots to AP)
- Bundles -> keep on devzone, store auth secrets in AP account (can't store auth in repos)
- Bundles publishes artefacts from nightly, push, release, including grf, zip, navigable docs etc
- *Also versioning*
- OpenTTD expects an action 14 version number, which is assumed to just be a numerical revision incrementing.
- This is also often used to give a rev when publishing nightlies, on push, e.g. in filenames, bundles publishing paths etc.
- Mercurial gives a numeric rev.
- Git doesn't give a reliable numeric rev.
- Alberth is exploring a way to do this, has sent me a test module that might solve, but I haven't tried it yet.