Skip to content

Commit fc51d1b

Browse files
authored
Merge pull request #320 from coreos/remove-rhcos-steps
Remove RHCOS steps from checklist
2 parents 81eea93 + 0fc0cbf commit fc51d1b

File tree

1 file changed

+0
-19
lines changed

1 file changed

+0
-19
lines changed

rust/release-checklist.md

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -168,25 +168,6 @@ Push access to the upstream repository is required in order to publish the new t
168168
{% endif %}
169169
{% endif %}
170170

171-
{% if rhaos_package %}
172-
- RHCOS packaging:
173-
- [ ] update the [spec file](https://gitlab.com/redhat/rhel/rpms/{{ rhaos_package }})
174-
- bump the `Version`
175-
- switch the `Release` back to `1%{?dist}`
176-
- remove any patches obsoleted by the new release
177-
- update changelog
178-
- [ ] run `spectool -g -S {{ rhaos_package }}.spec`
179-
- [ ] run `kinit [email protected]`
180-
- [ ] run `rhpkg new-sources $(spectool -S {{ rhaos_package }}.spec | sed 's:.*/::')`
181-
- [ ] PR the changes
182-
- [ ] get the PR reviewed and merge it
183-
- [ ] update your local repo and run `rhpkg build`
184-
{%- if do_ocp_mirror %}
185-
- [ ] file ticket similar to [this one](https://issues.redhat.com/browse/ART-3772) to sync the new version to mirror.openshift.com
186-
- [ ] wait until mirror.openshift.com is updated and confirm the new version is correct
187-
{% endif %}
188-
{% endif %}
189-
190171
{% if rhel9_package %}
191172
CentOS Stream 9 packaging:
192173
- [ ] Create a `rebase-c9s-{{ git_repo }}` issue in the internal team-operations repo and follow the steps there

0 commit comments

Comments
 (0)