aboutsummaryrefslogtreecommitdiffstats
path: root/deployment
diff options
context:
space:
mode:
authorThomas Backlund <tmb@mageia.org>2023-08-26 16:51:26 +0300
committerThomas Backlund <tmb@mageia.org>2023-08-26 16:51:26 +0300
commit93bab2707f5e9449130aee12bbce3cba6f0b02a7 (patch)
treeff76530fc7ae23e46394e5c709e531beec472ef2 /deployment
parent88029ba0f7fa9ee331b08d88b8c3d0459a616faf (diff)
downloadpuppet-93bab2707f5e9449130aee12bbce3cba6f0b02a7.tar
puppet-93bab2707f5e9449130aee12bbce3cba6f0b02a7.tar.gz
puppet-93bab2707f5e9449130aee12bbce3cba6f0b02a7.tar.bz2
puppet-93bab2707f5e9449130aee12bbce3cba6f0b02a7.tar.xz
puppet-93bab2707f5e9449130aee12bbce3cba6f0b02a7.zip
drop configs for infra_6, infra_7, 6, 7
Diffstat (limited to 'deployment')
-rw-r--r--deployment/mga_buildsystem/manifests/config.pp117
1 files changed, 0 insertions, 117 deletions
diff --git a/deployment/mga_buildsystem/manifests/config.pp b/deployment/mga_buildsystem/manifests/config.pp
index 508c2169..1a277355 100644
--- a/deployment/mga_buildsystem/manifests/config.pp
+++ b/deployment/mga_buildsystem/manifests/config.pp
@@ -493,61 +493,6 @@ class mga_buildsystem::config {
},
},
- '6' => {
- 'arch' => concat($std_arch, $arm32_arch),
- 'mandatory_arch' => $std_arch,
- 'no_media_cfg_update' => true,
- 'medias' => $std_medias,
- 'base_media' => $std_base_media,
- 'branch' => 'Official',
- 'version' => '6',
- 'submit_allowed' => "${svn_root_packages}/updates/6",
- 'backports_allowed' => "${svn_root_packages}/backports/6",
- 'macros' => $std_macros,
- 'youri' => {
- 'upload' => {
- 'targets' => $mga6_youri_upload_targets,
- 'checks' => {
- 'rpmlint' => $mga_rpmlint,
- },
- },
- 'todo' => {
- 'targets' => $std_youri_todo_targets,
- 'checks' => {
- 'rpmlint' => $mga_rpmlint,
- 'version' => $frozen_version_check,
- },
- },
- },
- },
-
- '7' => {
- 'arch' => concat($std_arch, ['armv7hl', 'aarch64']),
- 'mandatory_arch' => concat($std_arch, ['aarch64']),
- 'no_media_cfg_update' => true,
- 'medias' => $std_medias,
- 'base_media' => $std_base_media,
- 'branch' => 'Official',
- 'version' => '7',
- 'submit_allowed' => "${svn_root_packages}/updates/7",
- 'backports_allowed' => "${svn_root_packages}/backports/7",
- 'macros' => $std_macros,
- 'youri' => {
- 'upload' => {
- 'targets' => $mga7_youri_upload_targets,
- 'checks' => {
- 'rpmlint' => $mga_rpmlint,
- },
- },
- 'todo' => {
- 'targets' => $std_youri_todo_targets,
- 'checks' => {
- 'rpmlint' => $mga_rpmlint,
- 'version' => $frozen_version_check,
- },
- },
- },
- },
'8' => {
'arch' => concat($std_arch, ['armv7hl', 'aarch64']),
@@ -605,68 +550,6 @@ class mga_buildsystem::config {
},
},
- 'infra_6' => {
- 'arch' => concat($std_arch, $arm32_arch),
- 'medias' => $infra_medias,
- 'base_media' => [ '6/core/release', '6/core/updates', 'infra/updates' ],
- 'branch' => 'Official',
- 'version' => '6',
- 'submit_allowed' => "${svn_root_packages}/updates/infra_6",
- 'macros' => $std_macros,
- 'based_on' => {
- '6' => {
- 'core' => [ 'release', 'updates' ],
- },
- },
- 'youri' => {
- 'upload' => {
- 'targets' => $infra_youri_upload_targets,
- 'checks' => {
- 'rpmlint' => $mga_rpmlint,
- },
- },
- 'todo' => {
- 'targets' => $std_youri_todo_targets,
- 'checks' => {
- 'rpmlint' => $mga_rpmlint,
- 'version' => $infra_version_check,
- },
- },
- },
- 'no_mirror' => true,
- },
-
- 'infra_7' => {
- 'arch' => concat($std_arch, ['armv7hl', 'aarch64']),
- 'medias' => $infra_medias,
- 'base_media' => [ '7/core/release', '7/core/updates', 'infra/updates' ],
- 'branch' => 'Official',
- 'version' => '7',
- 'submit_allowed' => "${svn_root_packages}/updates/infra_7",
- 'macros' => $std_macros,
- 'based_on' => {
- '7' => {
- 'core' => [ 'release', 'updates' ],
- },
- },
- 'youri' => {
- 'upload' => {
- 'targets' => $infra_youri_upload_targets,
- 'checks' => {
- 'rpmlint' => $mga_rpmlint,
- },
- },
- 'todo' => {
- 'targets' => $std_youri_todo_targets,
- 'checks' => {
- 'rpmlint' => $mga_rpmlint,
- 'version' => $infra_version_check,
- },
- },
- },
- 'no_mirror' => true,
- },
-
'infra_8' => {
'arch' => concat($std_arch, ['armv7hl', 'aarch64']),
'medias' => $infra_medias,