From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 77437158016 for ; Wed, 27 Dec 2023 21:32:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B5A832BC013; Wed, 27 Dec 2023 21:32:17 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 97B0E2BC013 for ; Wed, 27 Dec 2023 21:32:17 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7C3AD340806 for ; Wed, 27 Dec 2023 21:32:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DFB1413A0 for ; Wed, 27 Dec 2023 21:32:14 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1703712708.c4e097e456add0e6880c3f27cbb1635a4d7c9c58.sam@gentoo> Subject: [gentoo-commits] proj/portage:master commit in: / X-VCS-Repository: proj/portage X-VCS-Files: NEWS X-VCS-Directories: / X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: c4e097e456add0e6880c3f27cbb1635a4d7c9c58 X-VCS-Branch: master Date: Wed, 27 Dec 2023 21:32:14 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: c65a52cf-d67f-44ab-9f00-350fd736b83c X-Archives-Hash: ac9c5b959a261ffa1e6b761469e77873 commit: c4e097e456add0e6880c3f27cbb1635a4d7c9c58 Author: Sam James gentoo org> AuthorDate: Wed Dec 27 21:31:48 2023 +0000 Commit: Sam James gentoo org> CommitDate: Wed Dec 27 21:31:48 2023 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=c4e097e4 NEWS: mention git sync improvement for --verbose or failure See 1339a02103f57c456851d69d427bc130bcb671bc. Signed-off-by: Sam James gentoo.org> NEWS | 3 +++ 1 file changed, 3 insertions(+) diff --git a/NEWS b/NEWS index 5f26e97155..71fd82a3d0 100644 --- a/NEWS +++ b/NEWS @@ -15,6 +15,9 @@ Features: * bintree: Support 'file://' scheme for binhost src-uri (bug #920537). +* sync: git: Include signing key and git revision in log output with --verbose + or if a failure occurs. + Bug fixes: * Scheduler: Handle aborted unpack more gracefully (bug #920258).