commit:     591f0826a15e437eb02e2eddf8ed1487b05f5e94
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 19 15:16:04 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Aug 19 15:16:04 2023 +0000
URL:        https://gitweb.gentoo.org/proj/portage.git/commit/?id=591f0826

misc/emerge-delta-webrsync: fix incorrect warning in --help

I was wrong - the full thing is indeed verified, because we check both
the base + final signatures.

Fixes: 0347637fe5033d3d8eb4fdafa1e86de171934819
Signed-off-by: Sam James <sam <AT> gentoo.org>

 misc/emerge-delta-webrsync | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/misc/emerge-delta-webrsync b/misc/emerge-delta-webrsync
index 5b26fc14a8..610a03f8f7 100755
--- a/misc/emerge-delta-webrsync
+++ b/misc/emerge-delta-webrsync
@@ -152,7 +152,7 @@ for x in $*; do
                echo "$x isn't a valid arg.  bailing."
        fi
        if [[ -n $PUKE_HELP ]]; then
-               echo "--no-pgp-verify; disable PGP verification of snapshot 
(note that patches are not verified either way)"
+               echo "--no-pgp-verify; disable PGP verification of snapshot and 
patches"
                echo "-u for upgrade; sync only if new snapshots are found"
                echo "-k for keep; keep old tree snapshots around"
                exit -1

Reply via email to