From bf28206376b874618dc2f98a7fce3ad13d5a3d4b Mon Sep 17 00:00:00 2001 From: Pascal Terjan Date: Wed, 19 Jul 2017 08:01:39 +0100 Subject: Re-enable mail on upload for Mageia 6 builds --- deployment/mga_buildsystem/manifests/config.pp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'deployment') diff --git a/deployment/mga_buildsystem/manifests/config.pp b/deployment/mga_buildsystem/manifests/config.pp index c00fe045..8a15ef07 100644 --- a/deployment/mga_buildsystem/manifests/config.pp +++ b/deployment/mga_buildsystem/manifests/config.pp @@ -234,7 +234,7 @@ class mga_buildsystem::config { ], } - # the list of checks, actions, posts for infra distros in youri-upload + # TODO: mga >= 6 should use std config + createrepo, not a different one $mga6_youri_upload_targets = { 'checks' => [ 'version', @@ -248,6 +248,7 @@ class mga_buildsystem::config { 'install', 'link', 'archive', + 'mail', ], 'posts' => [ 'genhdlist2', -- cgit v1.2.1