Skip to content

Commit

Permalink
buildbot: OpenWrt 24.10 and Falter 1.5.0 branches
Browse files Browse the repository at this point in the history
  • Loading branch information
pktpls committed Nov 5, 2024
1 parent 828ebe4 commit 9097957
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions roles/buildbot/files/packages.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ def archTriggerStep(arch):
def branchToFalterBranch(props):
o2f = {
"main": "snapshot",
"openwrt-24.10": "1.5.0-snapshot",
"openwrt-23.05": "1.4.0-snapshot",
"openwrt-22.03": "1.3.0-snapshot",
"openwrt-21.02": "1.2.3-snapshot",
Expand Down
2 changes: 2 additions & 0 deletions roles/buildbot/files/targets.py
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,8 @@ def targetsFalterBranch(props):
return "1.3.0-snapshot"
elif fv.startswith("1.4.0"):
return "1.4.0-snapshot"
elif fv.startswith("1.5.0"):
return "1.5.0-snapshot"
else:
return "snapshot"

Expand Down

0 comments on commit 9097957

Please sign in to comment.