diff --git a/roles/buildbot/templates/config.py.j2 b/roles/buildbot/templates/config.py.j2 index c394fb5..27df6a4 100644 --- a/roles/buildbot/templates/config.py.j2 +++ b/roles/buildbot/templates/config.py.j2 @@ -35,12 +35,12 @@ config = { # Repository-URL for the builter script. 'builter_repo': 'https://github.com/freifunk-berlin/falter-builter.git', 'builter_branches': ['main', 'testbuildbot'], - 'builter_releaseBranches': ['snapshot', '1.4.0-snapshot', '1.3.0-snapshot', '1.2.3-snapshot', 'testbuildbot'], + 'builter_releaseBranches': ['snapshot', '1.5.0-snapshot', '1.4.0-snapshot', '1.3.0-snapshot', '1.2.3-snapshot', 'testbuildbot'], # URL for the packages repo. The branches map to the branches selectable # in the force scheduler 'packages_repo': 'https://github.com/freifunk-berlin/falter-packages.git', - 'packages_branches': ['main','openwrt-23.05','openwrt-22.03','openwrt-21.02','testbuildbot'], + 'packages_branches': ['main','openwrt-24.10','openwrt-23.05','openwrt-22.03','openwrt-21.02','testbuildbot'], # Version of the Alpine Linux container: edge, 3.17, 3.16, ... 'alpineVersion': '3.18',