Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

firmware: do not upgrade APs to v2023.2.x yet #180

Merged
merged 2 commits into from
Dec 20, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions nginx/domains/firmware.ffmuc.net.conf
Original file line number Diff line number Diff line change
Expand Up @@ -79,10 +79,10 @@ server {
# Add Gluon releases here that allow an upgrade path to the latest version
# https://github.com/freifunk-gluon/gluon/wiki/Release-life-cycle#migration-paths-diagram
set $gluon_v2019_1_x "gluon-v2021.1.x"; # we want routers to upgrade from v2019 to v2021 and only then attempt v2023
set $gluon_v2021_1_x "gluon-v2021.1.x_v2023.1.x";
set $gluon_v2022_1_x "gluon-v2023.1.x_v2023.2.x";
set $gluon_v2023_1_x "gluon-v2023.1.x_v2023.2.x";
set $gluon_v2023_2_x "gluon-v2023.1.x_v2023.2.x";
set $gluon_v2021_1_x "gluon-v2023.1.x_v2021.1.x";
set $gluon_v2022_1_x "gluon-v2023.1.x_v2021.1.x";
set $gluon_v2023_1_x "gluon-v2023.1.x_v2021.1.x";
set $gluon_v2023_2_x "gluon-v2023.2.x_v2023.1.x";
set $gluon_next "gluon-next";

if ($targetDirectory = "keep") {
Expand Down
Loading