filter-updates 1020 B

12345678910111213141516171819
  1. # Yum filters
  2. # -----------------------------------------------------------------------------
  3. /repodata/[A-Za-z0-9-]*\(primary\|filelists\|comps\(-[a-z0-9]*\)\?\|other\|prestodelta\|updateinfo\|pkgtags\)\.\(sqlite\|xml\)\(\.bz2\|\.gz\)\?$
  4. /repodata/repomd\.xml$
  5. \.rpm$
  6. \.drpm$
  7. ^mirrors\.fedoraproject\.org:443$
  8. ^http://mirrors\..*/mirrorlist\?
  9. # Debian filters
  10. #
  11. # Whonix uses sourceforge to host its repos and url can end in:
  12. # '/' or '/download' or '?.*'
  13. # -----------------------------------------------------------------------------
  14. \.deb\(\|\/\|\/download\|\?.*\)$
  15. /dists/[a-z-]*/\(InRelease\|Release\|Release.gpg\)\(\|\|/\|\/download\|\?.*\)$
  16. /dists/[a-z/-]*/.*/\(Packages\|Sources\|Release\)\(\|\.gz\|\.bz2\|\.xz\|\.lzma\|\.gpg\)\(\|\|/\|\/download\|\?.*\)$
  17. /dists/[a-z/-]*/.*/\(Contents\|Translation\)-.*\(\|\.gz\|\.xz\|\.bz2\|\.lzma\)\(\|\|/\|\/download\|\?.*\)$
  18. /dists/[a-z/-]*/.*/\(Contents-.*\|Translation-.*\|Packages\)\.diff/\(Index\|[0-9.-]*\)\(\|\.gz\|\.xz\|\.bz2\|\.lzma\)\(\|\|/\|\/download\|\?.*\)$