From 79d03d7823011bd19de06fa510a5d599eded87ed Mon Sep 17 00:00:00 2001 From: Florian Schmaus Date: Tue, 24 Oct 2023 09:59:45 +0200 Subject: sync: git: add sync-git-verify-max-age-days option Signed-off-by: Florian Schmaus Closes: https://github.com/gentoo/portage/pull/1158 Signed-off-by: Sam James --- man/portage.5 | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'man') diff --git a/man/portage.5 b/man/portage.5 index 91c3ffdb4..dae4d4720 100644 --- a/man/portage.5 +++ b/man/portage.5 @@ -1071,6 +1071,10 @@ Extra options to give to git when updating repository (git pull). Require the top commit in the repository to contain a good OpenPGP signature. Defaults to no, false. .TP +.B sync\-git\-verify\-max\-age\-days +Warn if repository is older than the specified number of days. Disabled +when 0. Defaults to disabled. +.TP .B sync\-hooks\-only\-on\-change = yes|no|true|false If set to true, then sync of a given repository will not trigger postsync hooks unless hooks would have executed for a master repository or the -- cgit v1.2.3-65-gdbad