-
Sub-task
-
Resolution: Fixed
-
Low
-
None
The updates API is using the /moodle/stableXX dirs (CVS based) to look for latest available moodle versions.
Once switched to git, those directories are not maintained / updated automatically anymore. So we need to, alternatively:
1) modify the updates (releases) script to be able to use the new git stuff.
2) keep the /moodle/stableXX dirs updated with latest generated packages for each branch.
Ciao