Skip to content

Commit

Permalink
Add overrides for multi-arch
Browse files Browse the repository at this point in the history
Let's start maintaining overrides for all arches in prep for promoting
testing-devel to f32 (which already has multi-arc overrides -- see
coreos#374).

Stay tuned for a more generic `manifest-lock.overrides.yaml` file to
help dedupe this stuff.
  • Loading branch information
jlebon committed May 22, 2020
1 parent a90ec39 commit 6479205
Show file tree
Hide file tree
Showing 3 changed files with 48 additions and 0 deletions.
16 changes: 16 additions & 0 deletions manifest-lock.overrides.aarch64.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
packages:
# Fast-track to neuter sysroot.readonly:
# https://github.com/coreos/fedora-coreos-tracker/issues/488
# https://github.com/ostreedev/ostree/pull/2108
# https://bodhi.fedoraproject.org/updates/FEDORA-2020-344e9b4232
ostree:
evra: 2020.3-4.fc32.aarch64
ostree-libs:
evra: 2020.3-4.fc32.aarch64
# Fast-track new release for:
# https://github.com/coreos/fedora-coreos-tracker/issues/481
# https://bodhi.fedoraproject.org/updates/FEDORA-2020-e5dac04be2
rpm-ostree:
evra: 2020.2-3.fc32.aarch64
rpm-ostree-libs:
evra: 2020.2-3.fc32.aarch64
16 changes: 16 additions & 0 deletions manifest-lock.overrides.ppc64le.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
packages:
# Fast-track to neuter sysroot.readonly:
# https://github.com/coreos/fedora-coreos-tracker/issues/488
# https://github.com/ostreedev/ostree/pull/2108
# https://bodhi.fedoraproject.org/updates/FEDORA-2020-344e9b4232
ostree:
evra: 2020.3-4.fc32.ppc64le
ostree-libs:
evra: 2020.3-4.fc32.ppc64le
# Fast-track new release for:
# https://github.com/coreos/fedora-coreos-tracker/issues/481
# https://bodhi.fedoraproject.org/updates/FEDORA-2020-e5dac04be2
rpm-ostree:
evra: 2020.2-3.fc32.ppc64le
rpm-ostree-libs:
evra: 2020.2-3.fc32.ppc64le
16 changes: 16 additions & 0 deletions manifest-lock.overrides.s390x.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
packages:
# Fast-track to neuter sysroot.readonly:
# https://github.com/coreos/fedora-coreos-tracker/issues/488
# https://github.com/ostreedev/ostree/pull/2108
# https://bodhi.fedoraproject.org/updates/FEDORA-2020-344e9b4232
ostree:
evra: 2020.3-4.fc32.s390x
ostree-libs:
evra: 2020.3-4.fc32.s390x
# Fast-track new release for:
# https://github.com/coreos/fedora-coreos-tracker/issues/481
# https://bodhi.fedoraproject.org/updates/FEDORA-2020-e5dac04be2
rpm-ostree:
evra: 2020.2-3.fc32.s390x
rpm-ostree-libs:
evra: 2020.2-3.fc32.s390x

0 comments on commit 6479205

Please sign in to comment.