Browse Source

updates-proxy: add rules for debian repositories (#887)

Marek Marczykowski-Górecki 9 years ago
parent
commit
e93cf3e81b
1 changed files with 5 additions and 0 deletions
  1. 5 0
      network/filter-updates

+ 5 - 0
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\)$