Commit 6c9f933
committed
hack: Drop skip_if_unavailable from COPR repo definitions
Both COPR repos (rhcontainerbot/bootc and @CoreOS/continuous) had
skip_if_unavailable=True, which caused a subtle failure mode: a
transient 502 on repomd.xml would cause dnf to silently skip the
repo, leaving $bootupd_nevra empty, and the subsequent
'dnf install $bootupd_nevra' would fail with the confusing error
'the following arguments are required: PACKAGE' rather than a clear
COPR unavailability message.
Without skip_if_unavailable the 502 fails fast and visibly, making
flaky CI failures from transient COPR outages much easier to diagnose.
COPR is either available or it isn't; silently skipping it just
defers the failure to a harder-to-read error.
Assisted-by: OpenCode (claude-sonnet-4-6)
Signed-off-by: Colin Walters <walters@verbum.org>1 parent c0656cc commit 6c9f933
1 file changed
Lines changed: 0 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
89 | | - | |
90 | 89 | | |
91 | 90 | | |
92 | 91 | | |
| |||
100 | 99 | | |
101 | 100 | | |
102 | 101 | | |
103 | | - | |
104 | 102 | | |
105 | 103 | | |
106 | 104 | | |
| |||
0 commit comments