From 2a32f892a10f24490421bf36a2661ea2fcd9f6a9 Mon Sep 17 00:00:00 2001 From: Jun Pataleta Date: Sat, 5 Oct 2024 16:55:51 +0800 Subject: [PATCH] NOBUG: Update branch lists * Add MOODLE_405_STABLE to STABLEBRANCHES. * 403 goes to security * Goodbye, 402! *sniff* --- config.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.sh b/config.sh index b8f0277..7a06170 100755 --- a/config.sh +++ b/config.sh @@ -7,10 +7,10 @@ DEVBRANCHES=('main') # Current stable branches. (Later versions first) -STABLEBRANCHES=('MOODLE_404_STABLE' 'MOODLE_403_STABLE') +STABLEBRANCHES=('MOODLE_405_STABLE' 'MOODLE_404_STABLE') # Current security branches. (Later versions first) -SECURITYBRANCHES=('MOODLE_402_STABLE' 'MOODLE_401_STABLE') +SECURITYBRANCHES=('MOODLE_403_STABLE' 'MOODLE_401_STABLE') # UTC time when the publishing will be done. Keep this in sync with the downloads publishing time. PUBLISHING_TIME='00:50:00'