From ce9344478718f20ba04962a393a4707a736388a5 Mon Sep 17 00:00:00 2001 From: nrb <freifunk@nicoboehr.de> Date: Sun, 6 Jun 2021 00:11:13 +0200 Subject: [PATCH] show build date in version number --- config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.js b/config.js index e5834db..857bed5 100644 --- a/config.js +++ b/config.js @@ -28,7 +28,7 @@ var config = { 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 + 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 directories: { //'../gluon/stable/factory/': 'stable', -- GitLab