aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--deployment/mga_buildsystem/manifests/config.pp8
1 files changed, 4 insertions, 4 deletions
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' => {