Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Katello 4.2 release config and mash scripts #387

Merged
merged 1 commit into from
Aug 4, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
105 changes: 105 additions & 0 deletions configs/katello/4.2.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,105 @@
---
:project: katello
:github_org: katello
:releases:
:4.2.0:
:redmine_version_id: 1383
:prior_releases:
:4.1.3:
:redmine_version_id: 1474
:4.0.3:
:redmine_version_id: 1479
:code_name: Alfalfa
:mash_scripts:
- katello-4.2-rhel7
- katello-4.2-thirdparty-candlepin-rhel7
- katello-4.2-el8
- katello-candlepin-4.2-el8
:repos:
:katello:
:main: true
:branch: KATELLO-4.2
:repo: https://github.com/Katello/katello.git
:version_branch: true
:foreman-packaging:
:branch: rpm/3.0
:repo: https://github.com/theforeman/foreman-packaging.git
:hammer-cli-katello:
:branch: 1.1.z
:repo: https://github.com/Katello/hammer-cli-katello.git
:katello-host-tools:
:branch: 3.5.5
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

FYI I wanna get Katello/katello-host-tools#119 merged (card on board) before this k-h-t release. Happy to take care of it once the merge happens.

:repo: https://github.com/Katello/katello-host-tools.git
:katello-certs-tools:
:branch: 2.7.3
:repo: https://github.com/Katello/katello-certs-tools.git
:foreman_virt_who_configure:
:branch: 0.5.7
:repo: https://github.com/theforeman/foreman_virt_who_configure.git
:smart_proxy_container_gateway:
:branch: 1.0.5
:repo: https://github.com/Katello/smart_proxy_container_gateway.git
:katello-selinux:
:branch: 4.0.2
:repo: https://github.com/Katello/katello-selinux.git
:ignores:
:strict_keys: true
:gpg_key: 9B776908
:tags:
- name: katello-4.2-thirdparty-candlepin-rhel7
based_off: katello-thirdparty-candlepin-rhel7
build_target: katello-4.2-rhel7-build
arches:
- x86_64
- name: katello-candlepin-4.2-el8
based_off: katello-candlepin-nightly-el8
build_target: katello-4.2-el8-build
arches:
- x86_64
- name: katello-4.2-rhel7
based_off: katello-nightly-rhel7
helper_tags:
katello-4.2-thirdparty-rhel7: katello-thirdparty-rhel7
katello-4.2-rhel7-override: null
build_target: katello-4.2-rhel7-build
build_package_group_source_tag: katello-nightly-rhel7-build
arches:
- x86_64
inherits:
katello-4.2-rhel7-build:
katello-4.2-rhel7-override: 0
foreman-plugins-3.0-rhel7-override: 3
foreman-3.0-rhel7: 10
katello-4.2-rhel7-override:
katello-4.2-rhel7: 0
katello-4.2-rhel7:
katello-4.2-thirdparty-rhel7: 0
foreman-3.0-nonscl-rhel7: 1
external_repos:
- epel-7
- centos-sclo-rh-rhel-7
- centos-7-server-updates
- centos-7-server
- name: katello-4.2-el8
based_off: katello-nightly-el8
helper_tags:
katello-thirdparty-el8: null
katello-4.2-el8-override: null
build_target: katello-4.2-el8-build
build_package_group_source_tag: katello-nightly-el8-build
arches:
- x86_64
inherits:
katello-4.2-el8-build:
katello-4.2-el8-override: 0
foreman-plugins-3.0-el8: 3
foreman-3.0-el8: 5
katello-4.2-el8-override:
katello-4.2-el8: 0
katello-4.2-el8:
katello-4.2-thirdparty-el8: 0
external_repos:
- flat-ruby27-el8
- test-flat-el8
- centos8-devel
- puppetlabs-puppet6-rhel-8
12 changes: 12 additions & 0 deletions mash_scripts/katello/4.2.0/katello-4.2-el8.mash
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
[katello-4.2-el8]
rpm_path = %(arch)s/os/Packages
repodata_path = %(arch)s/os/
source_path = source/SRPMS
debuginfo = False
multilib = False
multilib_method = devel
tag = katello-4.2-el8
inherit = True
strict_keys = True
keys = 9B776908
arches = x86_64
12 changes: 12 additions & 0 deletions mash_scripts/katello/4.2.0/katello-4.2-rhel7.mash
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
[katello-4.2-rhel7]
rpm_path = %(arch)s/os/Packages
repodata_path = %(arch)s/os/
source_path = source/SRPMS
debuginfo = False
multilib = False
multilib_method = devel
tag = katello-4.2-rhel7
inherit = True
strict_keys = True
keys = 9B776908
arches = x86_64
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
[katello-4.2-thirdparty-candlepin-rhel7]
rpm_path = %(arch)s/os/Packages
repodata_path = %(arch)s/os/
source_path = source/SRPMS
debuginfo = False
multilib = False
multilib_method = devel
tag = katello-4.2-thirdparty-candlepin-rhel7
inherit = True
strict_keys = True
keys = 9B776908
arches = x86_64
12 changes: 12 additions & 0 deletions mash_scripts/katello/4.2.0/katello-candlepin-4.2-el8.mash
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
[katello-candlepin-4.2-el8]
rpm_path = %(arch)s/os/Packages
repodata_path = %(arch)s/os/
source_path = source/SRPMS
debuginfo = False
multilib = False
multilib_method = devel
tag = katello-candlepin-4.2-el8
inherit = True
strict_keys = True
keys = 9B776908
arches = x86_64