From 415d1f697c7118d890362722cc06355119a38e71 Mon Sep 17 00:00:00 2001 From: Pascal Terjan Date: Sat, 13 Dec 2014 18:10:45 +0000 Subject: Forbid ~ in release tag --- deployment/mga_buildsystem/manifests/config.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'deployment') diff --git a/deployment/mga_buildsystem/manifests/config.pp b/deployment/mga_buildsystem/manifests/config.pp index 3ab19839..82513fc5 100644 --- a/deployment/mga_buildsystem/manifests/config.pp +++ b/deployment/mga_buildsystem/manifests/config.pp @@ -738,7 +738,7 @@ class mga_buildsystem::config { } $checks_tag_options = { 'tags' => { - 'release' => inline_template("<%= std_macros['distsuffix'] %>\\d+"), + 'release' => inline_template("^[^~]*<%= std_macros['distsuffix'] %>\\d+"), 'distribution' => inline_template("^<%= std_macros['distribution'] %>"), 'vendor' => inline_template("^<%= std_macros['vendor'] %>$"), }, -- cgit v1.2.1