From fecebcd278683acb767c50e35dcc27a16463a8d3 Mon Sep 17 00:00:00 2001 From: nrbffs <38812627+nrbffs@users.noreply.github.com> Date: Sat, 19 Oct 2019 20:16:49 +0200 Subject: [PATCH] Revert "add experimental branch url" This reverts commit 12f8ad58a1ac1dec2ebf1479d9b20bd3d5e5f6b9. It broke the firmware selector, because the respective URLs return 404. Undo for now and re-enable when first experimental firmware is available. --- config.js | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/config.js b/config.js index e5834db..edafae0 100644 --- a/config.js +++ b/config.js @@ -40,10 +40,7 @@ var config = { '../gluon/beta/other/': 'beta', '../gluon/nightly/sysupgrade/': 'nightly', '../gluon/nightly/factory/': 'nightly', - '../gluon/nightly/other/': 'nightly', - '../gluon/experimental/sysupgrade/': 'experimental', - '../gluon/experimental/factory/': 'experimental', - '../gluon/experimental/other/': 'experimental' + '../gluon/nightly/other/': 'nightly' }, // page title title: 'Firmware', -- GitLab