Loading

Paste #pvvikkhmh

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

Comments