[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] reproducible Arch Linux: fix squid configuration to not cache .db files

Holger Levsen gitlab at salsa.debian.org
Thu Sep 10 14:15:35 BST 2020



Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net


Commits:
fefa47f5 by Holger Levsen at 2020-09-10T15:15:13+02:00
reproducible Arch Linux: fix squid configuration to not cache .db files

Signed-off-by: Holger Levsen <holger at layer-acht.org>

- - - - -


8 changed files:

- hosts/osuosl-build167-amd64/etc/squid/squid.conf
- hosts/osuosl-build168-amd64/etc/squid/squid.conf
- hosts/osuosl-build169-amd64/etc/squid/squid.conf
- hosts/osuosl-build170-amd64/etc/squid/squid.conf
- hosts/osuosl-build171-amd64/etc/squid/squid.conf
- hosts/osuosl-build172-amd64/etc/squid/squid.conf
- hosts/osuosl-build173-amd64/etc/squid/squid.conf
- hosts/osuosl-build174-amd64/etc/squid/squid.conf


Changes:

=====================================
hosts/osuosl-build167-amd64/etc/squid/squid.conf
=====================================
@@ -4876,8 +4876,8 @@ refresh_pattern /(Packages|Sources)(|\.gz|\.bz2|\.xz)$	0	0%	0
 refresh_pattern \.deb$   129600 100% 129600
 refresh_pattern \.udeb$   129600 100% 129600
 refresh_pattern \.tar\.(gz|bz2|xz|lzma)$  129600 100% 129600
-refresh_pattern .		0	20%	4320
 refresh_pattern /(core|extra|community|multilib)\.db(\.tar\.gz|\.sig)?$	0	0%	0
+refresh_pattern .		0	20%	4320
 
 #  TAG: quick_abort_min	(KB)
 #Default:


=====================================
hosts/osuosl-build168-amd64/etc/squid/squid.conf
=====================================
@@ -4876,8 +4876,8 @@ refresh_pattern /(Packages|Sources)(|\.gz|\.bz2|\.xz)$	0	0%	0
 refresh_pattern \.deb$   129600 100% 129600
 refresh_pattern \.udeb$   129600 100% 129600
 refresh_pattern \.tar\.(gz|bz2|xz|lzma)$  129600 100% 129600
-refresh_pattern .		0	20%	4320
 refresh_pattern /(core|extra|community|multilib)\.db(\.tar\.gz|\.sig)?$	0	0%	0
+refresh_pattern .		0	20%	4320
 
 #  TAG: quick_abort_min	(KB)
 #Default:


=====================================
hosts/osuosl-build169-amd64/etc/squid/squid.conf
=====================================
@@ -4876,8 +4876,8 @@ refresh_pattern /(Packages|Sources)(|\.gz|\.bz2|\.xz)$	0	0%	0
 refresh_pattern \.deb$   129600 100% 129600
 refresh_pattern \.udeb$   129600 100% 129600
 refresh_pattern \.tar\.(gz|bz2|xz|lzma)$  129600 100% 129600
-refresh_pattern .		0	20%	4320
 refresh_pattern /(core|extra|community|multilib)\.db(\.tar\.gz|\.sig)?$	0	0%	0
+refresh_pattern .		0	20%	4320
 
 #  TAG: quick_abort_min	(KB)
 #Default:


=====================================
hosts/osuosl-build170-amd64/etc/squid/squid.conf
=====================================
@@ -4876,8 +4876,8 @@ refresh_pattern /(Packages|Sources)(|\.gz|\.bz2|\.xz)$	0	0%	0
 refresh_pattern \.deb$   129600 100% 129600
 refresh_pattern \.udeb$   129600 100% 129600
 refresh_pattern \.tar\.(gz|bz2|xz|lzma)$  129600 100% 129600
-refresh_pattern .		0	20%	4320
 refresh_pattern /(core|extra|community|multilib)\.db(\.tar\.gz|\.sig)?$	0	0%	0
+refresh_pattern .		0	20%	4320
 
 #  TAG: quick_abort_min	(KB)
 #Default:


=====================================
hosts/osuosl-build171-amd64/etc/squid/squid.conf
=====================================
@@ -4876,8 +4876,8 @@ refresh_pattern /(Packages|Sources)(|\.gz|\.bz2|\.xz)$	0	0%	0
 refresh_pattern \.deb$   129600 100% 129600
 refresh_pattern \.udeb$   129600 100% 129600
 refresh_pattern \.tar\.(gz|bz2|xz|lzma)$  129600 100% 129600
-refresh_pattern .		0	20%	4320
 refresh_pattern /(core|extra|community|multilib)\.db(\.tar\.gz|\.sig)?$	0	0%	0
+refresh_pattern .		0	20%	4320
 
 #  TAG: quick_abort_min	(KB)
 #Default:


=====================================
hosts/osuosl-build172-amd64/etc/squid/squid.conf
=====================================
@@ -4876,8 +4876,8 @@ refresh_pattern /(Packages|Sources)(|\.gz|\.bz2|\.xz)$	0	0%	0
 refresh_pattern \.deb$   129600 100% 129600
 refresh_pattern \.udeb$   129600 100% 129600
 refresh_pattern \.tar\.(gz|bz2|xz|lzma)$  129600 100% 129600
-refresh_pattern .		0	20%	4320
 refresh_pattern /(core|extra|community|multilib)\.db(\.tar\.gz|\.sig)?$	0	0%	0
+refresh_pattern .		0	20%	4320
 
 #  TAG: quick_abort_min	(KB)
 #Default:


=====================================
hosts/osuosl-build173-amd64/etc/squid/squid.conf
=====================================
@@ -4876,8 +4876,8 @@ refresh_pattern /(Packages|Sources)(|\.gz|\.bz2|\.xz)$	0	0%	0
 refresh_pattern \.deb$   129600 100% 129600
 refresh_pattern \.udeb$   129600 100% 129600
 refresh_pattern \.tar\.(gz|bz2|xz|lzma)$  129600 100% 129600
-refresh_pattern .		0	20%	4320
 refresh_pattern /(core|extra|community|multilib)\.db(\.tar\.gz|\.sig)?$	0	0%	0
+refresh_pattern .		0	20%	4320
 
 #  TAG: quick_abort_min	(KB)
 #Default:


=====================================
hosts/osuosl-build174-amd64/etc/squid/squid.conf
=====================================
@@ -4876,8 +4876,8 @@ refresh_pattern /(Packages|Sources)(|\.gz|\.bz2|\.xz)$	0	0%	0
 refresh_pattern \.deb$   129600 100% 129600
 refresh_pattern \.udeb$   129600 100% 129600
 refresh_pattern \.tar\.(gz|bz2|xz|lzma)$  129600 100% 129600
-refresh_pattern .		0	20%	4320
 refresh_pattern /(core|extra|community|multilib)\.db(\.tar\.gz|\.sig)?$	0	0%	0
+refresh_pattern .		0	20%	4320
 
 #  TAG: quick_abort_min	(KB)
 #Default:



View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/fefa47f5d99547b0f63c02930f650e99f66184f1

-- 
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/fefa47f5d99547b0f63c02930f650e99f66184f1
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/qa-jenkins-scm/attachments/20200910/b3443aea/attachment-0001.html>


More information about the Qa-jenkins-scm mailing list