Skip to content
Snippets Groups Projects
Commit 1a53dde4 authored by nrbffs's avatar nrbffs
Browse files

mark 1.7 as stable, switch to symlinks for beta and nightly, add beta

parent 0d7a0e6a
No related branches found
No related tags found
No related merge requests found
...@@ -32,12 +32,15 @@ var config = { ...@@ -32,12 +32,15 @@ var config = {
// relative image paths and branch // relative image paths and branch
directories: { directories: {
//'../gluon/stable/factory/': 'stable', //'../gluon/stable/factory/': 'stable',
'../gluon/archive/1.6/images/sysupgrade/': 'stable', '../gluon/archive/1.7/images/sysupgrade/': 'stable',
'../gluon/archive/1.6/images/factory/': 'stable', '../gluon/archive/1.7/images/factory/': 'stable',
'../gluon/archive/1.6/images/other/': 'stable', '../gluon/archive/1.7/images/other/': 'stable',
'../gluon/archive/1.7/images/sysupgrade/': 'nightly', '../gluon/beta/images/sysupgrade/': 'beta',
'../gluon/archive/1.7/images/factory/': 'nightly', '../gluon/beta/images/factory/': 'beta',
'../gluon/archive/1.7/images/other/': 'nightly' '../gluon/beta/images/other/': 'beta',
'../gluon/nightly/images/sysupgrade/': 'nightly',
'../gluon/nightly/images/factory/': 'nightly',
'../gluon/nightly/images/other/': 'nightly'
}, },
// page title // page title
title: 'Firmware', title: 'Firmware',
...@@ -48,7 +51,7 @@ var config = { ...@@ -48,7 +51,7 @@ var config = {
// recommended branch will be marked during selection // recommended branch will be marked during selection
recommended_branch: 'nightly', recommended_branch: 'nightly',
// experimental branches (show a warning for these branches) // experimental branches (show a warning for these branches)
experimental_branches: ['nightly'], experimental_branches: ['beta', 'nightly'],
// path to preview pictures directory // path to preview pictures directory
preview_pictures: 'pictures/', preview_pictures: 'pictures/',
// link to changelog // link to changelog
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment