Fixed kernel cache problems from apt::cacher.
This commit is contained in:
parent
069127a416
commit
a7c9df14b8
1 changed files with 2 additions and 2 deletions
|
@ -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)$
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue