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

support experimental versions

parent ce934447
No related branches found
No related tags found
No related merge requests found
......@@ -27,8 +27,8 @@ var config = {
// 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]+[+][0-9]{4}-[0-9]{2}-[0-9]{2})", // removes +2017-09-13-g.d722c26-s.b0e5e48
version_regex: "-((experimental|[0-9]+\.[0-9]+)[+][0-9]{4}-[0-9]{2}-[0-9]{2}-g\.[a-f0-9]+-s\.[a-f0-9]+-)",
prettyPrintVersionRegex: "((experimental|[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
directories: {
//'../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