Le 14/12/15 17:24, Eduard Bloch a écrit :
Hallo,
* Laurent Bigonville [Mon, Dec 14 2015, 01:28:29PM]:
Package: apt-cacher-ng
Version: 0.8.7-1
Severity: normal
Hello,
With the new appstream package, there is a new apt hook which download
the appstream data from the debian mirror.
When apt is set to use apt-cacher-ng, I get a 403 for these .yml.gz
files.
I guess these files should be white listed and cached?
Yeah, probably. Not sure how expiration task will cope with them but we
could try following:
echo "VfilePatternEx:.*yml.gz" > /etc/apt-cacher-ng/ymltest.conf
systemctl restart apt-cacher-ng
OK this seems to work.