Skip to content

Commit

Permalink
buildbot: enable 24.10 in the UI as well... (#136)
Browse files Browse the repository at this point in the history
  • Loading branch information
pktpls authored Nov 5, 2024
1 parent 24950e4 commit 600b9b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions roles/buildbot/templates/config.py.j2
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 600b9b2

Please sign in to comment.