Skip to content

Commit

Permalink
packit: drop CentOS packaging
Browse files Browse the repository at this point in the history
While releasing coreos-installer, we found that the current
CentOS packaging did not introduce enough benefit to outweigh
the process change required to keep other repos consistent.
We will revisit once additional support is added for running
builds/tests/ticketing.

Ref: packit/packit-service#2106
  • Loading branch information
prestist committed Aug 20, 2024
1 parent 1f7dc33 commit 877c969
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 17 deletions.
16 changes: 0 additions & 16 deletions .packit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,6 @@ packages:
- wget https://src.fedoraproject.org/rpms/rust-coreos-installer/raw/rawhide/f/rust-coreos-installer.spec
changelog-entry:
- bash -c 'echo "- New upstream release"'
coreos-installer-centos:
pkg_tool: centpkg
specfile_path: rust-coreos-installer.spec
downstream_package_name: rust-coreos-installer
actions:
post-upstream-clone:
- wget https://gitlab.com/redhat/centos-stream/rpms/rust-coreos-installer/-/raw/c9s/rust-coreos-installer.spec
changelog-entry:
- bash -c 'echo "- New upstream release"'

jobs:

Expand All @@ -48,10 +39,3 @@ jobs:
packages: [coreos-installer-fedora]
dist_git_branches:
- fedora-all

- job: propose_downstream
trigger: release
packages: [coreos-installer-centos]
dist_git_branches:
- c9s
- c10s
3 changes: 2 additions & 1 deletion docs/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,15 @@ Internal changes:

Packaging changes:

- Drop Packit support for c9s packaging


## coreos-installer 0.22.1 (2024-07-24)

Packaging changes:

- add downstream_package_name for each package in packit.yaml


## coreos-installer 0.22.0 (2024-07-23)

Internal changes:
Expand Down

0 comments on commit 877c969

Please sign in to comment.