mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
tell yum to disable tell squid to ignore all caching.
This should enable rawhide composes to cope with the signed rpms being switched in
This commit is contained in:
@@ -18,6 +18,7 @@ retries=20
|
||||
obsoletes=1
|
||||
gpgcheck=0
|
||||
assumeyes=1
|
||||
http_caching=none
|
||||
|
||||
# repos
|
||||
|
||||
|
||||
@@ -18,6 +18,7 @@ retries=20
|
||||
obsoletes=1
|
||||
gpgcheck=0
|
||||
assumeyes=1
|
||||
http_caching=none
|
||||
|
||||
# repos
|
||||
|
||||
|
||||
@@ -21,6 +21,7 @@ assumeyes=1
|
||||
# grub/syslinux on x86_64 need glibc-devel.i386 which pulls in glibc.i386, need to exclude all
|
||||
# .i?86 packages except these.
|
||||
exclude=[!g]*.i*86 g[!l]*.i?86 gl[!i]*.i?86 gli[!b]*.i?86 glib[!c]*.i?86
|
||||
http_caching=none
|
||||
|
||||
# repos
|
||||
|
||||
|
||||
@@ -18,6 +18,7 @@ retries=20
|
||||
obsoletes=1
|
||||
gpgcheck=0
|
||||
assumeyes=1
|
||||
http_caching=none
|
||||
|
||||
# repos
|
||||
|
||||
|
||||
@@ -18,6 +18,7 @@ retries=20
|
||||
obsoletes=1
|
||||
gpgcheck=0
|
||||
assumeyes=1
|
||||
http_caching=none
|
||||
|
||||
# repos
|
||||
|
||||
|
||||
@@ -21,6 +21,7 @@ assumeyes=1
|
||||
# grub/syslinux on x86_64 need glibc-devel.i386 which pulls in glibc.i386, need to exclude all
|
||||
# .i?86 packages except these.
|
||||
exclude=[!g]*.i*86 g[!l]*.i?86 gl[!i]*.i?86 gli[!b]*.i?86 glib[!c]*.i?86
|
||||
http_caching=none
|
||||
|
||||
# repos
|
||||
|
||||
|
||||
Reference in New Issue
Block a user