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
fc72ddff
Unverified
Commit
fc72ddff
authored
2 years ago
by
Tom Herbers
Browse files
Options
Downloads
Patches
Plain Diff
config_template.js: adapt example for new contrib/update-images.sh
parent
abdf9f68
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_template.js
+11
-5
11 additions, 5 deletions
config_template.js
with
11 additions
and
5 deletions
config_template.js
+
11
−
5
View file @
fc72ddff
...
@@ -29,13 +29,19 @@ var config = {
...
@@ -29,13 +29,19 @@ var config = {
// community prefix of the firmware images
// community prefix of the firmware images
community_prefix
:
'
gluon-ffda-
'
,
community_prefix
:
'
gluon-ffda-
'
,
// firmware version regex
// firmware version regex
version_regex
:
/
-
([
\d
]
+
\
.[
\d
]
+
\
.[
\d
]
+
([
+-~
][
\d
]
+
)?)[
.-
]
/
,
version_regex
:
'
-([
0-9
]+.[
0-9
]+.[
0-9
]+([+-~][
0-9
]+)?)[.-]
'
,
// relative image paths and branch
// relative image paths and branch
directories
:
{
directories
:
{
// some demo sources
// some demo sources
'
./images/gluon-factory-example.html
'
:
'
stable
'
,
'
./images/stable/gluon-factory-example.html
'
:
'
stable
'
,
'
./images/gluon-other-example.html
'
:
'
stable
'
,
'
./images/stable/gluon-other-example.html
'
:
'
stable
'
,
'
./images/gluon-sysupgrade-example.html
'
:
'
stable
'
'
./images/stable/gluon-sysupgrade-example.html
'
:
'
stable
'
,
'
./images/beta/gluon-factory-example.html
'
:
'
beta
'
,
'
./images/beta/gluon-other-example.html
'
:
'
beta
'
,
'
./images/beta/gluon-sysupgrade-example.html
'
:
'
beta
'
,
'
./images/testing/gluon-factory-example.html
'
:
'
testing
'
,
'
./images/testing/gluon-other-example.html
'
:
'
testing
'
,
'
./images/testing/gluon-sysupgrade-example.html
'
:
'
testing
'
,
},
},
// page title
// page title
title
:
'
Firmware
'
,
title
:
'
Firmware
'
,
...
@@ -43,7 +49,7 @@ var config = {
...
@@ -43,7 +49,7 @@ var config = {
branch_descriptions
:
{
branch_descriptions
:
{
stable
:
'
Gut getestet, zuverlässig und stabil.
'
,
stable
:
'
Gut getestet, zuverlässig und stabil.
'
,
beta
:
'
Vorabtests neuer Stable-Kandidaten.
'
,
beta
:
'
Vorabtests neuer Stable-Kandidaten.
'
,
experimental
:
'
Ungetestet, automatisch generiert.
'
testing
:
'
Ungetestet, automatisch generiert.
'
},
},
// recommended branch will be marked during selection
// recommended branch will be marked during selection
recommended_branch
:
'
stable
'
,
recommended_branch
:
'
stable
'
,
...
...
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