Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
FFS Gluon Firmware Selector
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
firmware
FFS Gluon Firmware Selector
Commits
4e7b6f7e
Verified
Commit
4e7b6f7e
authored
5 years ago
by
nrbffs
Committed by
Nico
2 years ago
Browse files
Options
Downloads
Patches
Plain Diff
update update channels
parent
b6b98ba2
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
config.js
+6
-3
6 additions, 3 deletions
config.js
with
6 additions
and
3 deletions
config.js
+
6
−
3
View file @
4e7b6f7e
...
@@ -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
:
[
'
b
eta
'
,
'
nightly
'
],
experimental_branches
:
[
'
e
xperimen
ta
l
'
,
'
nightly
'
],
// path to preview pictures directory
// path to preview pictures directory
preview_pictures
:
'
pictures/
'
,
preview_pictures
:
'
pictures/
'
,
// link to changelog
// link to changelog
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment