From bb8273afb32cc601c62f84f3e41d515a6eec336c Mon Sep 17 00:00:00 2001 From: Thomas Backlund Date: Thu, 22 May 2014 16:54:18 +0000 Subject: restrict infra submission origin from matching svn infra repos --- deployment/mga_buildsystem/manifests/config.pp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'deployment/mga_buildsystem/manifests') diff --git a/deployment/mga_buildsystem/manifests/config.pp b/deployment/mga_buildsystem/manifests/config.pp index d2fccddc..a9a3e929 100644 --- a/deployment/mga_buildsystem/manifests/config.pp +++ b/deployment/mga_buildsystem/manifests/config.pp @@ -614,7 +614,7 @@ class mga_buildsystem::config { 'base_media' => [ '1/core/release', '1/core/updates', 'infra/updates' ], 'branch' => 'Official', 'version' => '1', - 'submit_allowed' => $svn_root_packages, + 'submit_allowed' => "${svn_root_packages}/updates/infra_1", 'macros' => $std_macros, 'based_on' => { '1' => { @@ -645,7 +645,7 @@ class mga_buildsystem::config { 'base_media' => [ '2/core/release', '2/core/updates', 'infra/updates' ], 'branch' => 'Official', 'version' => '2', - 'submit_allowed' => $svn_root_packages, + 'submit_allowed' => "${svn_root_packages}/updates/infra_2", 'macros' => $std_macros, 'based_on' => { '2' => { @@ -676,7 +676,7 @@ class mga_buildsystem::config { 'base_media' => [ '3/core/release', '3/core/updates', 'infra/updates' ], 'branch' => 'Official', 'version' => '3', - 'submit_allowed' => $svn_root_packages, + 'submit_allowed' => "${svn_root_packages}/updates/infra_3", 'macros' => $std_macros, 'based_on' => { '3' => { @@ -707,7 +707,7 @@ class mga_buildsystem::config { 'base_media' => [ '4/core/release', '4/core/updates', 'infra/updates' ], 'branch' => 'Official', 'version' => '4', - 'submit_allowed' => $svn_root_packages, + 'submit_allowed' => "${svn_root_packages}/updates/infra_4", 'macros' => $std_macros, 'based_on' => { '4' => { -- cgit v1.2.1