fd57e1106e
dnf seems to have changed the default for skip_if_unavailable. Some mock repositories are still around in later tests, which then fail because metadata cannot be synced. Also expose skip_if_unavailable in dnf_repo_to_file_repo(), so that tests checking for equality of repo files continue to pass.
7 lines
157 B
Plaintext
7 lines
157 B
Plaintext
[fake-repo-mirrorlist]
|
|
name = A fake repo with a mirrorlist
|
|
mirrorlist = https://fake-repo.mirrorlist
|
|
sslverify = True
|
|
gpgcheck = True
|
|
skip_if_unavailable=1
|