Don't cache MariaDB repodata

yum occasionally gets 503's when retrieving MariaDB's repodata bz2
files through apt-cacher-ng. This patch causes apt-cacher-ng to
stop caching the repodata files and allow them to pass through.

Change-Id: I76d70c2ccbc1d6dc17f7de5bef21aeeab6efc4bd
(cherry picked from commit 639594217d)
This commit is contained in:
Major Hayden 2017-07-19 10:13:56 -05:00
parent aa56b1b8ae
commit 4361de2bc9
1 changed files with 1 additions and 1 deletions

View File

@ -23,4 +23,4 @@ PassThroughPattern: .*
Proxy: {{ proxy_env_url }}
{% endif %}
VfilePatternEx: ^/\?release=[0-9]+&arch=
DontCache: mirrorlist.centos.org
DontCache: (mirrorlist.centos.org)|(mariadb.org.*.bz2$)