From e93cf3e81b523f93d0340a90ed8d2ad207b7a31a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Marczykowski-G=C3=B3recki?= Date: Mon, 29 Sep 2014 04:05:24 +0200 Subject: [PATCH] updates-proxy: add rules for debian repositories (#887) --- network/filter-updates | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/network/filter-updates b/network/filter-updates index 828010e..c1afa54 100644 --- a/network/filter-updates +++ b/network/filter-updates @@ -4,3 +4,8 @@ \.drpm$ ^mirrors\.fedoraproject\.org:443$ ^http://mirrors\..*/mirrorlist\? +\.deb$ +/dists/[a-z]*/\(InRelease\|Release\|Release.gpg\)$ +/dists/[a-z]*/.*/\(Packages\|Sources\|Release\)\(\|\.gz\|\.bz2\|\.xz\|\.lzma\)$ +/dists/[a-z]*/.*/\(Contents\|Translation\)-.*\(\|\.gz\|\.xz\|\.bz2\|\.lzma\)$ +/dists/[a-z]*/.*/\(Contents-.*\|Translation-.*\|Packages\)\.diff/\(Index\|[0-9.-]*\)\(\|\.gz\|\.xz\|\.bz2\|\.lzma\)$