From owner-dev-commits-doc-all@freebsd.org Sat Dec 19 13:08:09 2020 Return-Path: Delivered-To: dev-commits-doc-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 983C04C7113 for ; Sat, 19 Dec 2020 13:08:09 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (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 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4CymHs3h6yz3RFs; Sat, 19 Dec 2020 13:08:09 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (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) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 6D2571DC8D; Sat, 19 Dec 2020 13:08:09 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 0BJD89gT085602; Sat, 19 Dec 2020 13:08:09 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 0BJD89hN085601; Sat, 19 Dec 2020 13:08:09 GMT (envelope-from git) Date: Sat, 19 Dec 2020 13:08:09 GMT Message-Id: <202012191308.0BJD89hN085601@gitrepo.freebsd.org> To: doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org From: Rene Ladan Subject: git: 28dade007b - share/pgpkeys/README: Update to the Git era MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: rene X-Git-Repository: doc X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 28dade007b2f25ef026365bc77e565f1719e438b Auto-Submitted: auto-generated X-BeenThere: dev-commits-doc-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: "Commit messages for all branches of the doc repository." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 Dec 2020 13:08:09 -0000 The branch main has been updated by rene: URL: https://cgit.FreeBSD.org/doc/commit/?id=28dade007b2f25ef026365bc77e565f1719e438b commit 28dade007b2f25ef026365bc77e565f1719e438b Author: Rene Ladan AuthorDate: 2020-12-19 13:05:57 +0000 Commit: Rene Ladan CommitDate: 2020-12-19 13:05:57 +0000 share/pgpkeys/README: Update to the Git era - convert loose Subversion instructions to loose Git instructions - remove now defunct $FreeBSD$ marker --- share/pgpkeys/README | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/share/pgpkeys/README b/share/pgpkeys/README index ae020f9cad..6c2d441b6c 100644 --- a/share/pgpkeys/README +++ b/share/pgpkeys/README @@ -35,7 +35,7 @@ address. For instance, in my case: | &pgpkey.des; | | -| Don't forget to 'svn add des.key' if this is a new entry, +| Don't forget to 'git add des.key' if this is a new entry, | and check your diffs before committing! If your login name is different from your freefall login name, specify @@ -68,7 +68,7 @@ Beware that the keys are supposed to be ordered by surname; if you're unsure where to add your entry, use finger(1) to check the surnames of those around you. -Once you've successfully run addkey.sh, 'svn add' your key file, check +Once you've successfully run addkey.sh, 'git add' your key file, check the diffs, and commit. @@ -96,6 +96,3 @@ freefall login name. -- des@freebsd.org - - -$FreeBSD$