diff --git a/process-static b/process-static index 69c0dce0..0c693f45 100755 --- a/process-static +++ b/process-static @@ -61,7 +61,7 @@ done sed -i "$replace" static-tmp/**/*.html nginx-tmp/nginx.conf nginx-tmp/snippets/preload.conf replace= -devices=(tangorpro lynx cheetah panther bluejay raven oriole barbet redfin bramble sunfish coral flame bonito sargo crosshatch blueline) +devices=(felix tangorpro lynx cheetah panther bluejay raven oriole barbet redfin bramble sunfish coral flame bonito sargo crosshatch blueline) channels=(stable beta) for device in ${devices[@]}; do for channel in ${channels[@]}; do diff --git a/static/js/releases.js b/static/js/releases.js index 1995e2b0..63a8d777 100644 --- a/static/js/releases.js +++ b/static/js/releases.js @@ -1,7 +1,7 @@ // @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT const baseUrl = "https://releases.grapheneos.org/"; -const devices = ["tangorpro", "lynx", "cheetah", "panther", "bluejay", "raven", "oriole", "barbet", "redfin", "bramble", "sunfish", "coral", "flame"]; +const devices = ["felix", "tangorpro", "lynx", "cheetah", "panther", "bluejay", "raven", "oriole", "barbet", "redfin", "bramble", "sunfish", "coral", "flame"]; const channels = ["stable", "beta"]; const delayMs = 1000 * 60 * 5; diff --git a/static/releases.html b/static/releases.html index d4d22fb4..3d4669d5 100644 --- a/static/releases.html +++ b/static/releases.html @@ -62,6 +62,7 @@
Version: {{felix-stable-BUILD_NUMBER}}
+ +Version: {{tangorpro-stable-BUILD_NUMBER}}
@@ -502,6 +513,15 @@Version: {{felix-beta-BUILD_NUMBER}}
+ +Version: {{tangorpro-beta-BUILD_NUMBER}}