From f3d0be6bd085bbd9d73b6721610532437a622aa4 Mon Sep 17 00:00:00 2001 From: Nicolas Vigier Date: Thu, 30 May 2013 21:33:04 +0000 Subject: Fix base_media for infra_1 and infra_2 (thanks to pterjan for finding the problem) --- deployment/mga_buildsystem/manifests/config.pp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'deployment/mga_buildsystem/manifests') diff --git a/deployment/mga_buildsystem/manifests/config.pp b/deployment/mga_buildsystem/manifests/config.pp index efce9cdc..868c48c8 100644 --- a/deployment/mga_buildsystem/manifests/config.pp +++ b/deployment/mga_buildsystem/manifests/config.pp @@ -532,7 +532,7 @@ class mga_buildsystem::config { 'infra_1' => { 'arch' => $std_arch, 'medias' => $infra_medias, - 'base_media' => $std_base_media, + 'base_media' => [ '1/core/release', '1/core/updates', 'infra/updates' ], 'branch' => 'Official', 'version' => '1', 'submit_allowed' => $svn_root_packages, @@ -563,7 +563,7 @@ class mga_buildsystem::config { 'infra_2' => { 'arch' => $std_arch, 'medias' => $infra_medias, - 'base_media' => $std_base_media, + 'base_media' => [ '2/core/release', '2/core/updates', 'infra/updates' ], 'branch' => 'Official', 'version' => '2', 'submit_allowed' => $svn_root_packages, -- cgit v1.2.1