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

update update channels

parent f14955f0
Branches
No related tags found
No related merge requests found
...@@ -46,12 +46,15 @@ var config = { ...@@ -46,12 +46,15 @@ var config = {
title: 'Firmware', title: 'Firmware',
// branch descriptions shown during selection // branch descriptions shown during selection
branch_descriptions: { branch_descriptions: {
nightly: 'Ungetestet, automatisch generiert.' stable: 'Empfohlen.',
beta: 'Hilf den Firmware-Entwicklern mit Tests. Kann gelegentlich Probleme machen.',
nightly: 'Ungetestet, automatisch generiert.',
experimental: 'Halte den Lötkolben bereit.'
}, },
// recommended branch will be marked during selection // recommended branch will be marked during selection
recommended_branch: 'nightly', recommended_branch: 'stable',
// experimental branches (show a warning for these branches) // experimental branches (show a warning for these branches)
experimental_branches: ['beta', 'nightly'], experimental_branches: ['experimental', '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