aboutsummaryrefslogtreecommitdiff
path: root/cnf
diff options
context:
space:
mode:
authorFlorian Schmaus <flow@gentoo.org>2023-10-09 13:01:14 +0200
committerSam James <sam@gentoo.org>2023-10-13 11:18:00 +0100
commit3bf2144eb34101c0539dc4d3e057c13d0790f8d7 (patch)
tree37f47c980d2f2d4b51e96bf5cebf88bc374d8266 /cnf
parentNEWS: Eliminate unnecessary package reinstalls (bug #915494) (diff)
downloadportage-3bf2144eb34101c0539dc4d3e057c13d0790f8d7.tar.gz
portage-3bf2144eb34101c0539dc4d3e057c13d0790f8d7.tar.bz2
portage-3bf2144eb34101c0539dc4d3e057c13d0790f8d7.zip
repos.conf: set value of sync-rsync-verify-max-age for ::gentoo to 3
The value sync-rsync-verify-max-age specifies the default age in days. The current value of 24 is too high for an repo with daily changes like ::gentoo, and was set under the assumption that max-age denotes hours [1]. 1: 8d99acdb3f4f ("rsync: Issue an explicit warning if Manifest timestamp is >24hr old") Signed-off-by: Florian Schmaus <flow@gentoo.org> Fixes: 8d99acdb3f4f ("rsync: Issue an explicit warning if Manifest timestamp is >24hr old") Closes: https://github.com/gentoo/portage/pull/1125 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'cnf')
-rw-r--r--cnf/repos.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/cnf/repos.conf b/cnf/repos.conf
index 6cb6e3b3c..f16fd352e 100644
--- a/cnf/repos.conf
+++ b/cnf/repos.conf
@@ -8,7 +8,7 @@ sync-uri = rsync://rsync.gentoo.org/gentoo-portage
auto-sync = yes
sync-rsync-verify-jobs = 1
sync-rsync-verify-metamanifest = yes
-sync-rsync-verify-max-age = 24
+sync-rsync-verify-max-age = 3
sync-openpgp-key-path = /usr/share/openpgp-keys/gentoo-release.asc
sync-openpgp-keyserver = hkps://keys.gentoo.org
sync-openpgp-key-refresh-retry-count = 40