joomla / statistics-server

Server for collecting environment stats for Joomla Installations
GNU General Public License v2.0
11 stars 17 forks source link

Add the initial version of the versions CLI #49

Closed zero-24 closed 4 years ago

zero-24 commented 4 years ago

Summary of Changes

As requested by @HLeithner this cli script allows to automate the update of the joomla.json as well as the php.json.

This now also adds PHP pre releases to the mix so we can see whether someone tests on pre releases of PHP.

Testing Instructions

run the script cli/cron-update-versions.php and check the json files /versions/joomla.json and /versions/php.json.

Open points

It need to be checked whether the github auth is correctly placed and configured in the prod etc/config.json

HLeithner commented 4 years ago

@wilsonge could you have a look too?

zero-24 commented 4 years ago

Should now all be fixed please take another look @HLeithner