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
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
firmware
FFS Gluon Firmware Selector
Commits
97ce695a
Commit
97ce695a
authored
6 years ago
by
nrbffs
Browse files
Options
Downloads
Patches
Plain Diff
add FFS config.js
parent
ce124caa
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitignore
+0
-1
0 additions, 1 deletion
.gitignore
config.js
+48
-0
48 additions, 0 deletions
config.js
with
48 additions
and
1 deletion
.gitignore
+
0
−
1
View file @
97ce695a
*.swp
*.swp
config.js
images/*
images/*
This diff is collapsed.
Click to expand it.
config.js
0 → 100644
+
48
−
0
View file @
97ce695a
/*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
var
config
=
{
// list images on console that match no model
listMissingImages
:
true
,
// see devices.js for different vendor model maps
vendormodels
:
vendormodels
,
// set enabled categories of devices (see devices.js)
enabled_device_categories
:
[
"
recommended
"
],
// community prefix of the firmware images
community_prefix
:
'
gluon-ffs-
'
,
// firmware version regex
version_regex
:
"
-([0-9]+
\
.[0-9]+[+][0-9]{4}-[0-9]{2}-[0-9]{2}-g
\
.[a-f0-9]+-s
\
.[a-f0-9]+-)
"
,
prettyPrintVersionRegex
:
"
([0-9]+
\
.[0-9]+)
"
,
// removes +2017-09-13-g.d722c26-s.b0e5e48
// relative image paths and branch
directories
:
{
//'../gluon/stable/factory/': 'stable',
'
../gluon/archive/@nico/alpha-02/images/sysupgrade/
'
:
'
nightly
'
,
'
../gluon/archive/@nico/alpha-02/images/factory/
'
:
'
nightly
'
},
// page title
title
:
'
Firmware
'
,
// branch descriptions shown during selection
branch_descriptions
:
{
nightly
:
'
Ungetestet, automatisch generiert.
'
},
// recommended branch will be marked during selection
recommended_branch
:
'
nightly
'
,
// experimental branches (show a warning for these branches)
experimental_branches
:
[
'
nightly
'
],
// path to preview pictures directory
preview_pictures
:
'
pictures/
'
,
// link to changelog
changelog
:
'
CHANGELOG.html
'
};
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