Closed sijis closed 4 years ago
This simplifies our domain structure and includes a way for us to use the json in versionchecker plugin.
The version would be available in: https://errbot.io/versions.json
We'd be able to remove part of this change https://github.com/errbotio/errbot/commit/8f20371eccffeaa4030fd56ee8f11e0ca7f7f375.
The only thing left is to update vcheck plugin to include some of the logic from the version server.
@gbin These changes require that the RTD setup is able to build upon merges to master (or other branches).
Change works!
curl -L https://errbot.io/versions.json { "python2": "4.2.2", "python3": "6.1.2" }
This simplifies our domain structure and includes a way for us to use the json in versionchecker plugin.
The version would be available in: https://errbot.io/versions.json
We'd be able to remove part of this change https://github.com/errbotio/errbot/commit/8f20371eccffeaa4030fd56ee8f11e0ca7f7f375.
The only thing left is to update vcheck plugin to include some of the logic from the version server.