mirror of
git://f0xx.org/ac/ac-be-hub
synced 2026-08-09 20:59:23 +03:00
Hub downloads: prefer nightly OTA channel before staging.
Resolve APK from nightly → staging → stable for lab latest builds. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -1,8 +1,8 @@
|
|||||||
(function () {
|
(function () {
|
||||||
'use strict';
|
'use strict';
|
||||||
|
|
||||||
/** Orchestration default channel; stable is fallback for promoted releases. */
|
/** Orchestration channels; nightly first for lab latest builds. */
|
||||||
var OTA_CHANNELS = ['staging', 'stable'];
|
var OTA_CHANNELS = ['nightly', 'staging', 'stable'];
|
||||||
|
|
||||||
function setStatus(msg) {
|
function setStatus(msg) {
|
||||||
var el = document.getElementById('hub-download-apk-status');
|
var el = document.getElementById('hub-download-apk-status');
|
||||||
|
|||||||
Reference in New Issue
Block a user