From d3a6d1f78b6336d6167574738b9fc946df1e3259 Mon Sep 17 00:00:00 2001 From: Nicolas Vigier Date: Wed, 29 May 2013 22:48:30 +0000 Subject: Disable media.cfg generation for Mageia 1 & 2 --- deployment/mga_buildsystem/manifests/config.pp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'deployment/mga_buildsystem/manifests') diff --git a/deployment/mga_buildsystem/manifests/config.pp b/deployment/mga_buildsystem/manifests/config.pp index 2dcc1566..67ff15cc 100644 --- a/deployment/mga_buildsystem/manifests/config.pp +++ b/deployment/mga_buildsystem/manifests/config.pp @@ -450,6 +450,7 @@ class mga_buildsystem::config { '1' => { 'arch' => $std_arch, + 'no_media_cfg_update' => true, 'medias' => $std_medias, 'base_media' => $std_base_media, 'branch' => 'Official', @@ -476,6 +477,7 @@ class mga_buildsystem::config { '2' => { 'arch' => $std_arch, + 'no_media_cfg_update' => true, 'medias' => $std_medias, 'base_media' => $std_base_media, 'branch' => 'Official', -- cgit v1.2.1