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:
parent
8b88898aeb
commit
fc1554c967
6 changed files with 6 additions and 0 deletions
|
@ -18,6 +18,7 @@ retries=20
|
||||||
obsoletes=1
|
obsoletes=1
|
||||||
gpgcheck=0
|
gpgcheck=0
|
||||||
assumeyes=1
|
assumeyes=1
|
||||||
|
http_caching=none
|
||||||
|
|
||||||
# repos
|
# repos
|
||||||
|
|
||||||
|
|
|
@ -18,6 +18,7 @@ retries=20
|
||||||
obsoletes=1
|
obsoletes=1
|
||||||
gpgcheck=0
|
gpgcheck=0
|
||||||
assumeyes=1
|
assumeyes=1
|
||||||
|
http_caching=none
|
||||||
|
|
||||||
# repos
|
# 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
|
# grub/syslinux on x86_64 need glibc-devel.i386 which pulls in glibc.i386, need to exclude all
|
||||||
# .i?86 packages except these.
|
# .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
|
exclude=[!g]*.i*86 g[!l]*.i?86 gl[!i]*.i?86 gli[!b]*.i?86 glib[!c]*.i?86
|
||||||
|
http_caching=none
|
||||||
|
|
||||||
# repos
|
# repos
|
||||||
|
|
||||||
|
|
|
@ -18,6 +18,7 @@ retries=20
|
||||||
obsoletes=1
|
obsoletes=1
|
||||||
gpgcheck=0
|
gpgcheck=0
|
||||||
assumeyes=1
|
assumeyes=1
|
||||||
|
http_caching=none
|
||||||
|
|
||||||
# repos
|
# repos
|
||||||
|
|
||||||
|
|
|
@ -18,6 +18,7 @@ retries=20
|
||||||
obsoletes=1
|
obsoletes=1
|
||||||
gpgcheck=0
|
gpgcheck=0
|
||||||
assumeyes=1
|
assumeyes=1
|
||||||
|
http_caching=none
|
||||||
|
|
||||||
# repos
|
# 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
|
# grub/syslinux on x86_64 need glibc-devel.i386 which pulls in glibc.i386, need to exclude all
|
||||||
# .i?86 packages except these.
|
# .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
|
exclude=[!g]*.i*86 g[!l]*.i?86 gl[!i]*.i?86 gli[!b]*.i?86 glib[!c]*.i?86
|
||||||
|
http_caching=none
|
||||||
|
|
||||||
# repos
|
# repos
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue