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

show build date in version number

parent 758d4ef7
Branches
No related tags found
No related merge requests found
...@@ -28,7 +28,7 @@ var config = { ...@@ -28,7 +28,7 @@ var config = {
community_prefix: 'gluon-ffs-', community_prefix: 'gluon-ffs-',
// firmware version regex // 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]+-)", 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 prettyPrintVersionRegex: "([0-9]+\.[0-9]+[+][0-9]{4}-[0-9]{2}-[0-9]{2})", // removes +2017-09-13-g.d722c26-s.b0e5e48
// relative image paths and branch // relative image paths and branch
directories: { directories: {
//'../gluon/stable/factory/': 'stable', //'../gluon/stable/factory/': 'stable',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment