Skip to content

Commit 951c7b1

Browse files
coreosbotyasminvalim
authored andcommitted
Sync repo templates ⚙
Sync with coreos/repo-templates@fc51d1b.
1 parent 55d1173 commit 951c7b1

File tree

5 files changed

+4
-19
lines changed

5 files changed

+4
-19
lines changed

.github/ISSUE_TEMPLATE/release-checklist.md

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -125,21 +125,6 @@ Push access to the upstream repository is required in order to publish the new t
125125
- [ ] [submit a fast-track](https://github.com/coreos/fedora-coreos-config/actions/workflows/add-override.yml) for FCOS testing-devel
126126
- [ ] [submit a fast-track](https://github.com/coreos/fedora-coreos-config/actions/workflows/add-override.yml) for FCOS next-devel if it is [open](https://github.com/coreos/fedora-coreos-pipeline/blob/main/next-devel/README.md)
127127

128-
- RHCOS packaging:
129-
- [ ] update the [spec file](https://gitlab.com/redhat/rhel/rpms/coreos-installer)
130-
- bump the `Version`
131-
- switch the `Release` back to `1%{?dist}`
132-
- remove any patches obsoleted by the new release
133-
- update changelog
134-
- [ ] run `spectool -g -S coreos-installer.spec`
135-
- [ ] run `kinit [email protected]`
136-
- [ ] run `rhpkg new-sources $(spectool -S coreos-installer.spec | sed 's:.*/::')`
137-
- [ ] PR the changes
138-
- [ ] get the PR reviewed and merge it
139-
- [ ] update your local repo and run `rhpkg build`
140-
- [ ] file ticket similar to [this one](https://issues.redhat.com/browse/ART-3772) to sync the new version to mirror.openshift.com
141-
- [ ] wait until mirror.openshift.com is updated and confirm the new version is correct
142-
143128
CentOS Stream 9 packaging:
144129
- [ ] Create a `rebase-c9s-coreos-installer` issue in the internal team-operations repo and follow the steps there
145130

.github/workflows/container-rebuild.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
runs-on: ubuntu-latest
2727
steps:
2828
- name: Check out repository
29-
uses: actions/checkout@v5
29+
uses: actions/checkout@v4
3030
with:
3131
ref: ${{ github.event.inputs.git-tag }}
3232
- name: Build and push container

.github/workflows/containers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
runs-on: ubuntu-latest
2424
steps:
2525
- name: Check out repository
26-
uses: actions/checkout@v5
26+
uses: actions/checkout@v4
2727
- name: Build and push container
2828
uses: coreos/actions-lib/build-container@main
2929
with:

.github/workflows/rpm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Install packages
2828
run: dnf install -y git make mock
2929
- name: Check out repository
30-
uses: actions/checkout@v5
30+
uses: actions/checkout@v4
3131
# fetch tags for versioning
3232
with:
3333
fetch-depth: 0

.github/workflows/shellcheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
container: quay.io/coreos-assembler/fcos-buildroot:testing-devel
1717
steps:
1818
- name: Check out repository
19-
uses: actions/checkout@v5
19+
uses: actions/checkout@v4
2020
# https://github.com/actions/checkout/issues/760
2121
- name: Mark git checkout as safe
2222
run: git config --global --add safe.directory "$GITHUB_WORKSPACE"

0 commit comments

Comments
 (0)