From 93bab2707f5e9449130aee12bbce3cba6f0b02a7 Mon Sep 17 00:00:00 2001 From: Thomas Backlund Date: Sat, 26 Aug 2023 16:51:26 +0300 Subject: drop configs for infra_6, infra_7, 6, 7 --- deployment/mga_buildsystem/manifests/config.pp | 117 ------------------------- 1 file changed, 117 deletions(-) (limited to 'deployment/mga_buildsystem') 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, -- cgit v1.2.1