diff options
author | Thomas Backlund <tmb@mageia.org> | 2019-07-06 17:58:29 +0300 |
---|---|---|
committer | Thomas Backlund <tmb@mageia.org> | 2019-07-06 17:58:29 +0300 |
commit | e994e68115d599f73df6821f8b2aef74b45fd21f (patch) | |
tree | b5edd754f9911cec88fc09c4132ebc087ed514e0 | |
parent | a7cf0ae2631441696518561f28a23809a494b09b (diff) | |
download | puppet-e994e68115d599f73df6821f8b2aef74b45fd21f.tar puppet-e994e68115d599f73df6821f8b2aef74b45fd21f.tar.gz puppet-e994e68115d599f73df6821f8b2aef74b45fd21f.tar.bz2 puppet-e994e68115d599f73df6821f8b2aef74b45fd21f.tar.xz puppet-e994e68115d599f73df6821f8b2aef74b45fd21f.zip |
drop configs of inactive mga1-mga5 + matching infra_*
-rw-r--r-- | deployment/mga_buildsystem/manifests/config.pp | 308 |
1 files changed, 0 insertions, 308 deletions
diff --git a/deployment/mga_buildsystem/manifests/config.pp b/deployment/mga_buildsystem/manifests/config.pp index d729bd4c..04674fc5 100644 --- a/deployment/mga_buildsystem/manifests/config.pp +++ b/deployment/mga_buildsystem/manifests/config.pp @@ -707,149 +707,6 @@ class mga_buildsystem::config { }, }, - '1' => { - 'arch' => $std_arch, - 'no_media_cfg_update' => true, - 'medias' => $std_medias, - 'base_media' => $std_base_media, - 'branch' => 'Official', - 'version' => '1', - 'submit_allowed' => "${svn_root_packages}/updates/1", - 'macros' => $std_macros, - 'repo_allow_from_ips' => $repo_allow_from_ips, - 'repo_allow_from_domains' => $repo_allow_from_domains, - 'youri' => { - 'upload' => { - 'targets' => $std_youri_upload_targets, - 'checks' => { - 'rpmlint' => $mga2_rpmlint, - }, - }, - 'todo' => { - 'targets' => $std_youri_todo_targets, - 'checks' => { - 'rpmlint' => $mga2_rpmlint, - 'version' => $frozen_version_check, - }, - }, - }, - }, - - '2' => { - 'arch' => $std_arch, - 'no_media_cfg_update' => true, - 'medias' => $std_medias, - 'base_media' => $std_base_media, - 'branch' => 'Official', - 'version' => '2', - 'submit_allowed' => "${svn_root_packages}/updates/2", - 'macros' => $std_macros, - 'repo_allow_from_ips' => $repo_allow_from_ips, - 'repo_allow_from_domains' => $repo_allow_from_domains, - 'youri' => { - 'upload' => { - 'targets' => $std_youri_upload_targets, - 'checks' => { - 'rpmlint' => $mga2_rpmlint, - }, - }, - 'todo' => { - 'targets' => $std_youri_todo_targets, - 'checks' => { - 'rpmlint' => $mga2_rpmlint, - 'version' => $frozen_version_check, - }, - }, - }, - }, - - '3' => { - 'arch' => $std_arch, - 'no_media_cfg_update' => true, - 'medias' => $std_medias, - 'base_media' => $std_base_media, - 'branch' => 'Official', - 'version' => '3', - 'submit_allowed' => "${svn_root_packages}/updates/3", - 'backports_allowed' => "${svn_root_packages}/backports/3", - 'macros' => $std_macros, - 'repo_allow_from_ips' => $repo_allow_from_ips, - 'repo_allow_from_domains' => $repo_allow_from_domains, - 'youri' => { - 'upload' => { - 'targets' => $std_youri_upload_targets, - 'checks' => { - 'rpmlint' => $mga3_rpmlint, - }, - }, - 'todo' => { - 'targets' => $std_youri_todo_targets, - 'checks' => { - 'rpmlint' => $mga3_rpmlint, - 'version' => $frozen_version_check, - }, - }, - }, - }, - - '4' => { - 'arch' => $std_arch, - 'no_media_cfg_update' => true, - 'medias' => $std_medias, - 'base_media' => $std_base_media, - 'branch' => 'Official', - 'version' => '4', - 'submit_allowed' => "${svn_root_packages}/updates/4", - 'backports_allowed' => "${svn_root_packages}/backports/4", - 'macros' => $std_macros, - 'repo_allow_from_ips' => $repo_allow_from_ips, - 'repo_allow_from_domains' => $repo_allow_from_domains, - 'youri' => { - 'upload' => { - 'targets' => $std_youri_upload_targets, - 'checks' => { - 'rpmlint' => $mga4_rpmlint, - }, - }, - 'todo' => { - 'targets' => $std_youri_todo_targets, - 'checks' => { - 'rpmlint' => $mga4_rpmlint, - 'version' => $frozen_version_check, - }, - }, - }, - }, - - '5' => { - 'arch' => $std_arch, - 'no_media_cfg_update' => true, - 'medias' => $std_medias, - 'base_media' => $std_base_media, - 'branch' => 'Official', - 'version' => '5', - 'submit_allowed' => "${svn_root_packages}/updates/5", - 'backports_allowed' => "${svn_root_packages}/backports/5", - 'macros' => $std_macros, - 'repo_allow_from_ips' => $repo_allow_from_ips, - 'repo_allow_from_domains' => $repo_allow_from_domains, - 'youri' => { - 'upload' => { - 'targets' => $std_youri_upload_targets, - 'checks' => { - 'rpmlint' => $mga5_rpmlint, - }, - }, - 'todo' => { - 'targets' => $std_youri_todo_targets, - 'checks' => { - 'rpmlint' => $mga5_rpmlint, - 'version' => $frozen_version_check, - }, - }, - }, - }, - '6' => { 'arch' => concat($std_arch, $arm32_arch), 'mandatory_arch' => $std_arch, @@ -910,171 +767,6 @@ class mga_buildsystem::config { }, }, - 'infra_1' => { - 'arch' => $std_arch, - 'medias' => $infra_medias, - 'base_media' => [ '1/core/release', '1/core/updates', 'infra/updates' ], - 'branch' => 'Official', - 'version' => '1', - 'submit_allowed' => "${svn_root_packages}/updates/infra_1", - 'macros' => $std_macros, - 'based_on' => { - '1' => { - 'core' => [ 'release', 'updates' ], - }, - }, - 'repo_allow_from_ips' => $repo_allow_from_ips, - 'repo_allow_from_domains' => $repo_allow_from_domains, - 'youri' => { - 'upload' => { - 'targets' => $infra_youri_upload_targets, - 'checks' => { - 'rpmlint' => $mga2_rpmlint, - }, - }, - 'todo' => { - 'targets' => $infra_youri_todo_targets, - 'checks' => { - 'rpmlint' => $mga2_rpmlint, - 'version' => $infra_version_check, - }, - }, - }, - 'no_mirror' => true, - }, - - 'infra_2' => { - 'arch' => $std_arch, - 'medias' => $infra_medias, - 'base_media' => [ '2/core/release', '2/core/updates', 'infra/updates' ], - 'branch' => 'Official', - 'version' => '2', - 'submit_allowed' => "${svn_root_packages}/updates/infra_2", - 'macros' => $std_macros, - 'based_on' => { - '2' => { - 'core' => [ 'release', 'updates' ], - }, - }, - 'repo_allow_from_ips' => $repo_allow_from_ips, - 'repo_allow_from_domains' => $repo_allow_from_domains, - 'youri' => { - 'upload' => { - 'targets' => $infra_youri_upload_targets, - 'checks' => { - 'rpmlint' => $mga2_rpmlint, - }, - }, - 'todo' => { - 'targets' => $infra_youri_todo_targets, - 'checks' => { - 'rpmlint' => $mga2_rpmlint, - 'version' => $infra_version_check, - }, - }, - }, - 'no_mirror' => true, - }, - - 'infra_3' => { - 'arch' => $std_arch, - 'medias' => $infra_medias, - 'base_media' => [ '3/core/release', '3/core/updates', 'infra/updates' ], - 'branch' => 'Official', - 'version' => '3', - 'submit_allowed' => "${svn_root_packages}/updates/infra_3", - 'macros' => $std_macros, - 'based_on' => { - '3' => { - 'core' => [ 'release', 'updates' ], - }, - }, - 'repo_allow_from_ips' => $repo_allow_from_ips, - 'repo_allow_from_domains' => $repo_allow_from_domains, - 'youri' => { - 'upload' => { - 'targets' => $infra_youri_upload_targets, - 'checks' => { - 'rpmlint' => $mga3_rpmlint, - }, - }, - 'todo' => { - 'targets' => $infra_youri_todo_targets, - 'checks' => { - 'rpmlint' => $mga3_rpmlint, - 'version' => $infra_version_check, - }, - }, - }, - 'no_mirror' => true, - }, - - 'infra_4' => { - 'arch' => $std_arch, - 'medias' => $infra_medias, - 'base_media' => [ '4/core/release', '4/core/updates', 'infra/updates' ], - 'branch' => 'Official', - 'version' => '4', - 'submit_allowed' => "${svn_root_packages}/updates/infra_4", - 'macros' => $std_macros, - 'based_on' => { - '4' => { - 'core' => [ 'release', 'updates' ], - }, - }, - 'repo_allow_from_ips' => $repo_allow_from_ips, - 'repo_allow_from_domains' => $repo_allow_from_domains, - 'youri' => { - 'upload' => { - 'targets' => $infra_youri_upload_targets, - 'checks' => { - 'rpmlint' => $mga4_rpmlint, - }, - }, - 'todo' => { - 'targets' => $infra_youri_todo_targets, - 'checks' => { - 'rpmlint' => $mga4_rpmlint, - 'version' => $infra_version_check, - }, - }, - }, - 'no_mirror' => true, - }, - - 'infra_5' => { - 'arch' => $std_arch, - 'medias' => $infra_medias, - 'base_media' => [ '5/core/release', '5/core/updates', 'infra/updates' ], - 'branch' => 'Official', - 'version' => '5', - 'submit_allowed' => "${svn_root_packages}/updates/infra_5", - 'macros' => $std_macros, - 'based_on' => { - '5' => { - 'core' => [ 'release', 'updates' ], - }, - }, - 'repo_allow_from_ips' => $repo_allow_from_ips, - 'repo_allow_from_domains' => $repo_allow_from_domains, - 'youri' => { - 'upload' => { - 'targets' => $infra_youri_upload_targets, - 'checks' => { - 'rpmlint' => $mga5_rpmlint, - }, - }, - 'todo' => { - 'targets' => $infra_youri_todo_targets, - 'checks' => { - 'rpmlint' => $mga5_rpmlint, - 'version' => $infra_version_check, - }, - }, - }, - 'no_mirror' => true, - }, - 'infra_6' => { 'arch' => concat($std_arch, $arm32_arch), 'medias' => $infra_medias, |