Details
-
Bug
-
Status: Closed
-
Blocker
-
Resolution: Fixed
-
2.4.9, 2.5.5, 2.6.2, 2.7
-
MOODLE_24_STABLE, MOODLE_25_STABLE, MOODLE_26_STABLE, MOODLE_27_STABLE
-
MOODLE_25_STABLE, MOODLE_26_STABLE
-
44547-27
-
- Visually confirm that repositories/alfresco/version.php version number is different (and ordered, smaller to bigger) on 24, 25, 26, and master.
- Upgrade 25, 26, master branches.
Description
Obviously this will cause issues for future releases if not addressed ASAP.
Before the last set of releases the value was at:
master 2013110500
|
26 2013110500
|
25 2013050100
|
24 2012112900
|
Currently the version is:
master 2014020301
|
26 2014020301
|
25 2014020301
|
24 2014020301
|
Eloy suggested we avoid future problem by immediately bumping the versions to the following:
master 2014022700
|
26 2014022600
|
25 2014022500
|
24 2014022400
|
This way any changes requiring version bumps will be minor and we won't end up with downgrade issues.
Master needs to be bumped as well just to ensure should anyone add upgrade code in the next couple of weeks we don't get into issues as well.
MDLSITE-1973 will see a CI check implemented to check for this.
Attachments
Issue Links
- has been marked as being related by
-
MDLSITE-1973 Improve version number checks on jenkins
-
- Open
-