aboutsummaryrefslogtreecommitdiffstats
path: root/deployment
diff options
context:
space:
mode:
Diffstat (limited to 'deployment')
-rw-r--r--deployment/mga_buildsystem/manifests/config.pp2
1 files changed, 1 insertions, 1 deletions
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'] %>$"),
},