-
Sub-task
-
Resolution: Fixed
-
Low
-
None
Both the windows and the windows_wpi builds are using the /moodle/stableXX dirs (CVS based) to create packages.
With the move to git, those directories are not available/updated anymore by default, so we need to provide some system to, alternatively:
1) Or we use latest generated packages, uncompressing them on the fly for each windows/windows_wpi generation.
2) Or we maintain the /moodle/stableXX dirs updated with the contents of the last generated packages for each branch.
To decide, surely the 1st is cleaner, although a bit more complex and slower.
Ciao