Fixed kernel cache problems from apt::cacher.

This commit is contained in:
Timo Mkinen 2010-12-27 11:15:48 +02:00
parent 069127a416
commit a7c9df14b8

View file

@ -153,11 +153,11 @@ debug=0
# Permitted package files - this is a perl regular expression which matches all # Permitted package files - this is a perl regular expression which matches all
# package-type files (files that are uniquely identified by their filename). # package-type files (files that are uniquely identified by their filename).
# The default is: # The default is:
package_files_regexp = (?:\.deb|\.rpm|\.dsc|\.tar\.gz|\.diff\.gz|\.udeb|index\.db-.+\.gz|\.jigdo|\.template|linux)$ #package_files_regexp = (?:\.deb|\.rpm|\.dsc|\.tar\.gz|\.diff\.gz|\.udeb|index\.db-.+\.gz|\.jigdo|\.template)$
# Permitted Index files - this is the perl regular expression which matches all # Permitted Index files - this is the perl regular expression which matches all
# index-type files (files that are uniquely identified by their full path and # index-type files (files that are uniquely identified by their full path and
# need to be checked for freshness). # need to be checked for freshness).
#The default is: #The default is:
#index_files_regexp = (?:Index|Packages\.gz|Packages\.bz2|Release|Release\.gpg|Sources\.gz|Sources\.bz2|Contents-.+\.gz|pkglist.*\.bz2|release|release\..*|srclist.*\.bz2|Translation-.+\.bz2)$ index_files_regexp = (?:Index|Packages\.gz|Packages\.bz2|Release|Release\.gpg|Sources\.gz|Sources\.bz2|Contents-.+\.gz|pkglist.*\.bz2|release|release\..*|srclist.*\.bz2|Translation-.+\.bz2|linux)$