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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 17E8E158013 for ; Mon, 27 Sep 2021 10:20:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5D65CE07D8; Mon, 27 Sep 2021 10:20:45 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3E6ECE07D8 for ; Mon, 27 Sep 2021 10:20:45 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 011A5342CDC for ; Mon, 27 Sep 2021 10:20:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 677EBE5 for ; Mon, 27 Sep 2021 10:20:42 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1632647032.b541292297e709a13bcd90ce6ba5c61d9ba5eed7.ulm@gentoo> Subject: [gentoo-commits] proj/devmanual:master commit in: ebuild-maintenance/git/ X-VCS-Repository: proj/devmanual X-VCS-Files: ebuild-maintenance/git/text.xml X-VCS-Directories: ebuild-maintenance/git/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: b541292297e709a13bcd90ce6ba5c61d9ba5eed7 X-VCS-Branch: master Date: Mon, 27 Sep 2021 10:20:42 +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: 831889a9-58c2-4368-a0b7-ac47845ac2bd X-Archives-Hash: 663f786c6380a1f784555c8087d26087 commit: b541292297e709a13bcd90ce6ba5c61d9ba5eed7 Author: Joonas Niilola gentoo org> AuthorDate: Tue Sep 21 12:55:24 2021 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Sun Sep 26 09:03:52 2021 +0000 URL: https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=b5412922 ebuild-maintenance/git: link to general-concepts/copyright-policy Signed-off-by: Joonas Niilola gentoo.org> Signed-off-by: Ulrich Müller gentoo.org> ebuild-maintenance/git/text.xml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/ebuild-maintenance/git/text.xml b/ebuild-maintenance/git/text.xml index 0cad9bf..cf8d6ba 100644 --- a/ebuild-maintenance/git/text.xml +++ b/ebuild-maintenance/git/text.xml @@ -145,10 +145,9 @@ manually verify all packages affected by the commit using repoman full or pkgcheck scan --commits. When using repoman, it won't be aware of staged changes, so ensure that all files are included in the commit. Also, when using git manually, you must perform a manual sign-off to the - -Certificate of Origin using the -s or --signoff option -with your git commit commands. Make sure you have read and understand the -actual Certificate. + using +the -s or --signoff option with your git commit commands. Make +sure you have read and understand the actual certificate.