Skip to content
Snippets Groups Projects
Verified Commit 4e7b6f7e authored by nrbffs's avatar nrbffs Committed by Nico
Browse files

update update channels

parent b6b98ba2
Branches
Tags
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