Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: containers/skopeo
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: b90c04c6bd284f13bb8fb5a8c7eb4e4fc777813c
Choose a base ref
..
head repository: containers/skopeo
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: cf7363143ad9baf67ed7772e599edfed0e21af2d
Choose a head ref
Showing with 4 additions and 4 deletions.
  1. +4 −4 plans/main.fmf
8 changes: 4 additions & 4 deletions plans/main.fmf
Original file line number Diff line number Diff line change
@@ -3,23 +3,23 @@ discover:
execute:
how: tmt
adjust:
- when: "initiator == packit"
- when: initiator == packit
because: "We need to test with updated packages from rhcontainerbot/podman-next copr"
prepare:
prepare+:
how: shell
script: |
sed -i -n '/^priority=/!p;$apriority=1' /etc/yum.repos.d/*podman-next*.repo
dnf -y upgrade --allowerasing
# FIXME: Use epel10 once bats is available there
- when: distro == centos-stream-10 or distro == rhel-10
because: "bats isn't yet available on epel10"
prepare:
prepare+:
how: install
copr: rhcontainerbot/bats-el10
package: bats
- when: distro == centos-stream-9 or distro == rhel-9
because: "bats is present on EPEL on rhel9 / c9s"
prepare:
prepare+:
how: feature
epel: enabled