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

Don't use modular repos in manifest, add fedora-coreos-pinger-0.0.4-3.fc32 override #464

Merged
merged 2 commits into from
Jun 10, 2020
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
12 changes: 12 additions & 0 deletions manifest-lock.overrides.aarch64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,15 @@ packages:
# https://bodhi.fedoraproject.org/updates/FEDORA-2020-157c71d962
slirp4netns:
evra: 1.0.1-1.fc32.aarch64
# Override with a build of fedora-coreos-pinger that doesn't use
# modular repos (https://github.com/coreos/fedora-coreos-tracker/issues/525).
# Currently there is no Bodhi update, due to Koji tag issues,
# now pending a side tag build into F32 being done for the more
# recently built rust-fedora-coreos-pinger-0.0.4-4.fc33.
# In the current Koji deployment a Fedora admin needs to do the
# side tag (see https://pagure.io/releng/issue/9229).
# TODO: open a Bodhi update for
# rust-fedora-coreos-pinger-0.0.4-4.fc32 once built,
# and change the override below to use the 0.0.4-4.fc32 build.
fedora-coreos-pinger:
evra: 0.0.4-3.fc32.aarch64
12 changes: 12 additions & 0 deletions manifest-lock.overrides.ppc64le.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,15 @@ packages:
# https://bodhi.fedoraproject.org/updates/FEDORA-2020-157c71d962
slirp4netns:
evra: 1.0.1-1.fc32.ppc64le
# Override with a build of fedora-coreos-pinger that doesn't use
# modular repos (https://github.com/coreos/fedora-coreos-tracker/issues/525).
# Currently there is no Bodhi update, due to Koji tag issues,
# now pending a side tag build into F32 being done for the more
# recently built rust-fedora-coreos-pinger-0.0.4-4.fc33.
# In the current Koji deployment a Fedora admin needs to do the
# side tag (see https://pagure.io/releng/issue/9229).
# TODO: open a Bodhi update for
# rust-fedora-coreos-pinger-0.0.4-4.fc32 once built,
# and change the override below to use the 0.0.4-4.fc32 build.
fedora-coreos-pinger:
evra: 0.0.4-3.fc32.ppc64le
12 changes: 12 additions & 0 deletions manifest-lock.overrides.s390x.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,15 @@ packages:
# https://bodhi.fedoraproject.org/updates/FEDORA-2020-157c71d962
slirp4netns:
evra: 1.0.1-1.fc32.s390x
# Override with a build of fedora-coreos-pinger that doesn't use
# modular repos (https://github.com/coreos/fedora-coreos-tracker/issues/525).
# Currently there is no Bodhi update, due to Koji tag issues,
# now pending a side tag build into F32 being done for the more
# recently built rust-fedora-coreos-pinger-0.0.4-4.fc33.
# In the current Koji deployment a Fedora admin needs to do the
# side tag (see https://pagure.io/releng/issue/9229).
# TODO: open a Bodhi update for
# rust-fedora-coreos-pinger-0.0.4-4.fc32 once built,
# and change the override below to use the 0.0.4-4.fc32 build.
fedora-coreos-pinger:
evra: 0.0.4-3.fc32.s390x
12 changes: 12 additions & 0 deletions manifest-lock.overrides.x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,15 @@ packages:
# https://bodhi.fedoraproject.org/updates/FEDORA-2020-157c71d962
slirp4netns:
evra: 1.0.1-1.fc32.x86_64
# Override with a build of fedora-coreos-pinger that doesn't use
# modular repos (https://github.com/coreos/fedora-coreos-tracker/issues/525).
# Currently there is no Bodhi update, due to Koji tag issues,
# now pending a side tag build into F32 being done for the more
# recently built rust-fedora-coreos-pinger-0.0.4-4.fc33.
# In the current Koji deployment a Fedora admin needs to do the
# side tag (see https://pagure.io/releng/issue/9229).
# TODO: open a Bodhi update for
# rust-fedora-coreos-pinger-0.0.4-4.fc32 once built,
# and change the override below to use the 0.0.4-4.fc32 build.
fedora-coreos-pinger:
evra: 0.0.4-3.fc32.x86_64
2 changes: 0 additions & 2 deletions manifest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ repos:
# still pinned
- fedora
- fedora-updates
- fedora-modular
- fedora-updates-modular

# All Fedora CoreOS streams share the same pool for locked files.
# This will be in fedora-coreos.yaml in the future so it can be more easily be
Expand Down