Skip to content

Commit

Permalink
Add Katello 4.8 and update translation & branch steps
Browse files Browse the repository at this point in the history
  • Loading branch information
chris1984 authored and ekohl committed Jan 26, 2023
1 parent c0bb323 commit 2228050
Show file tree
Hide file tree
Showing 2 changed files with 115 additions and 0 deletions.
112 changes: 112 additions & 0 deletions configs/katello/4.8.yaml
@@ -0,0 +1,112 @@
---
:project: katello
:github_org: katello
:releases:
:4.8.0:
:redmine_version_id: 1623
:prior_releases:
:4.7.1:
:redmine_version_id: 1646
:4.7.0:
:redmine_version_id: 1613
:code_name: Phoenix
:mash_scripts:
- katello-4.8-el8
- katello-candlepin-4.8-el8
:repos:
:katello:
:main: true
:branch: KATELLO-4.8
:repo: https://github.com/Katello/katello.git
:version_branch: true
:foreman-packaging:
:branch: rpm/3.6
:repo: https://github.com/theforeman/foreman-packaging.git
:hammer-cli-katello:
:branch: 1.8.z
:repo: https://github.com/Katello/hammer-cli-katello.git
:katello-host-tools:
:branch: 4.2.3
:repo: https://github.com/Katello/katello-host-tools.git
:katello-certs-tools:
:branch: 2.9.0
:repo: https://github.com/Katello/katello-certs-tools.git
:foreman_virt_who_configure:
:branch: 0.5.12
:repo: https://github.com/theforeman/foreman_virt_who_configure.git
:smart_proxy_container_gateway:
:branch: 1.0.7
: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: 8f5ca95b
:tags:
- name: katello-candlepin-4.8-el8
based_off: katello-candlepin-nightly-el8
build_target: katello-4.8-el8-build
arches:
- x86_64
- name: katello-4.8-el8
based_off: katello-nightly-el8
helper_tags:
katello-thirdparty-el8: null
katello-4.8-el8-override: null
build_target: katello-4.8-el8-build
build_package_group_source_tag: katello-nightly-el8-build
arches:
- x86_64
inherits:
katello-4.8-el8-build:
katello-4.8-el8-override: 0
foreman-plugins-3.6-el8: 3
foreman-3.6-el8: 5
katello-4.8-el8-override:
katello-4.8-el8: 0
katello-4.8-el8:
katello-thirdparty-el8: 0
external_repos:
- flat-ruby27-el8
- test-flat-el8
- centos8-devel
build_groups:
build:
- bash
- bzip2
- centos-release
- coreutils
- cpio
- diffutils
- findutils
- foreman-build
- gawk
- gcc
- gcc-c++
- grep
- gzip
- info
- make
- patch
- platform-python
- python3-rpm-macros
- redhat-rpm-config
- rpm-build
- sed
- shadow-utils
- tar
- unzip
- util-linux
- which
- xz
srpm-build:
- bash
- centos-release
- foreman-build
- platform-python
- python3-rpm-macros
- redhat-rpm-config
- rhpkg-simple
- rpm-build
- shadow-utils
3 changes: 3 additions & 0 deletions procedures/katello/branch.md.erb
Expand Up @@ -17,6 +17,7 @@
- [ ] [Configure the Transifex client](https://projects.theforeman.org/projects/foreman/wiki/Translating#How-to-pull-translations)
- [ ] [Install grunt](https://github.com/Katello/katello/blob/master/engines/bastion_katello/README.md)
- [ ] `grunt i18n:extract` in the katello/engines/bastion_katello directory
- [ ] `tx pull --minimum-perc 50 --all` in the katello directory
- [ ] `make -C locale tx-pull` in the katello directory
- [ ] `grunt i18n:compile` in the katello/engines/bastion_katello directory
- [ ] `bundle exec rake plugin:gettext[katello]` in the foreman directory
Expand Down Expand Up @@ -66,6 +67,8 @@
- [ ] [katello](https://github.com/katello/katello)
- [ ] Bump versions to <%= develop %>-master
- [ ] [katello](https://github.com/katello/katello)
- [] Bump Katello related packages to their next versions
- [] [packaging](https://github.com/theforeman/foreman-packaging/pull/8729/files)
- [ ] Generate and post the release procedure, if not already posted:
- [ ] (Note that Katello uses dots instead of dashes for release candidates, e.g. 4.1.1.rc1 not 4.1.1-rc1)
- [ ] Make sure to run `./tools.rb setup-environment` first
Expand Down

0 comments on commit 2228050

Please sign in to comment.