Skip to content
Snippets Groups Projects
Commit 2d5b7914 authored by autinerd's avatar autinerd
Browse files

Fix config for patch releases

parent b76ac3b8
No related branches found
No related tags found
No related merge requests found
...@@ -27,8 +27,8 @@ var config = { ...@@ -27,8 +27,8 @@ var config = {
// community prefix of the firmware images // community prefix of the firmware images
community_prefix: 'gluon-ffs-', community_prefix: 'gluon-ffs-',
// firmware version regex // firmware version regex
version_regex: "-((experimental|[0-9]+\.[0-9]+)[+][0-9]{4}-[0-9]{2}-[0-9]{2}-g\.[a-f0-9]+-s\.[a-f0-9]+-)", version_regex: "-((experimental|[0-9]+\.[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 prettyPrintVersionRegex: "((experimental|[0-9]+\.[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