From a7c9df14b836a5b1a8d5e068fe5f3bbb38f8ffe3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timo=20M=E4kinen?= Date: Mon, 27 Dec 2010 11:15:48 +0200 Subject: [PATCH] Fixed kernel cache problems from apt::cacher. --- apt/files/apt-cacher.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apt/files/apt-cacher.conf b/apt/files/apt-cacher.conf index 118c397..e69972d 100644 --- a/apt/files/apt-cacher.conf +++ b/apt/files/apt-cacher.conf @@ -153,11 +153,11 @@ debug=0 # Permitted package files - this is a perl regular expression which matches all # package-type files (files that are uniquely identified by their filename). # 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 # index-type files (files that are uniquely identified by their full path and # need to be checked for freshness). #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)$