From owner-dev-commits-doc-all@freebsd.org Sun Feb 7 14:20:00 2021 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 13ED452DAFB for ; Sun, 7 Feb 2021 14:20:00 +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 "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DYWWg71C4z4gWG; Sun, 7 Feb 2021 14:19:59 +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 DF82C259BA; Sun, 7 Feb 2021 14:19:59 +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 117EJxEf099722; Sun, 7 Feb 2021 14:19:59 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 117EJxvg099721; Sun, 7 Feb 2021 14:19:59 GMT (envelope-from git) Date: Sun, 7 Feb 2021 14:19:59 GMT Message-Id: <202102071419.117EJxvg099721@gitrepo.freebsd.org> To: doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org From: Nuno Eduardo Simões Leal Teixeira Subject: git: 17eef34c77 - main - Steps 1-4 from the Committer's guide (eduardo) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: eduardo X-Git-Repository: doc X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 17eef34c77ad195a794db792593547a086bd140b 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: Sun, 07 Feb 2021 14:20:00 -0000 The branch main has been updated by eduardo (ports committer): URL: https://cgit.FreeBSD.org/doc/commit/?id=17eef34c77ad195a794db792593547a086bd140b commit 17eef34c77ad195a794db792593547a086bd140b Author: Nuno Eduardo Simões Leal Teixeira AuthorDate: 2021-02-07 13:52:47 +0000 Commit: Nuno Eduardo Simões Leal Teixeira CommitDate: 2021-02-07 14:18:04 +0000 Steps 1-4 from the Committer's guide (eduardo) --- .../articles/contributors/contrib-additional.adoc | 1 - .../articles/contributors/contrib-committers.adoc | 1 + .../content/en/articles/pgpkeys/_index.adoc | 3 ++ documentation/static/pgpkeys/eduardo.key | 45 ++++++++++++++++++++++ shared/authors.adoc | 4 ++ website/data/en/news/news.toml | 4 ++ 6 files changed, 57 insertions(+), 1 deletion(-) diff --git a/documentation/content/en/articles/contributors/contrib-additional.adoc b/documentation/content/en/articles/contributors/contrib-additional.adoc index 2ab881349b..462cdaf85f 100644 --- a/documentation/content/en/articles/contributors/contrib-additional.adoc +++ b/documentation/content/en/articles/contributors/contrib-additional.adoc @@ -1662,7 +1662,6 @@ * Noritaka Ishizumi mailto:graphite@jp.FreeBSD.org[graphite@jp.FreeBSD.org] * Noritoshi Demizu mailto:demizu@dd.iij4u.or.jp[demizu@dd.iij4u.or.jp] * Noriyuki Soda mailto:soda@sra.co.jp[soda@sra.co.jp] -* Nuno Teixeira mailto:ed.arrakis@gmail.com[ed.arrakis@gmail.com] * Oddbjorn Steffensen mailto:oddbjorn@tricknology.org[oddbjorn@tricknology.org] * Oh Junseon mailto:hollywar@mail.holywar.net[hollywar@mail.holywar.net] * Olaf Wagner mailto:wagner@luthien.in-berlin.de[wagner@luthien.in-berlin.de] diff --git a/documentation/content/en/articles/contributors/contrib-committers.adoc b/documentation/content/en/articles/contributors/contrib-committers.adoc index 95023143f4..6093fe086d 100644 --- a/documentation/content/en/articles/contributors/contrib-committers.adoc +++ b/documentation/content/en/articles/contributors/contrib-committers.adoc @@ -398,3 +398,4 @@ * {mizhka} * {tz} * {samm} +* {eduardo} diff --git a/documentation/content/en/articles/pgpkeys/_index.adoc b/documentation/content/en/articles/pgpkeys/_index.adoc index 37f33e07fc..cb924fe54d 100644 --- a/documentation/content/en/articles/pgpkeys/_index.adoc +++ b/documentation/content/en/articles/pgpkeys/_index.adoc @@ -1779,3 +1779,6 @@ include::static/pgpkeys/mwlucas.key[] === `{dhw}` include::static/pgpkeys/dhw.key[] + +=== `{eduardo}` +include::static/pgpkeys/eduardo.key[] diff --git a/documentation/static/pgpkeys/eduardo.key b/documentation/static/pgpkeys/eduardo.key new file mode 100644 index 0000000000..483b6ec1d2 --- /dev/null +++ b/documentation/static/pgpkeys/eduardo.key @@ -0,0 +1,45 @@ +// sh addkey.sh eduardo 83E906AB840C723A ; + +[.literal-block-margin] +.... +pub rsa2048/83E906AB840C723A 2021-01-29 [SC] [expires: 2024-01-29] + Key fingerprint = 53EF EC13 6388 D018 3F12 6CF6 83E9 06AB 840C 723A +uid Nuno Eduardo Simões Leal Teixeira +sub rsa2048/C25E09130A2D621D 2021-01-29 [E] [expires: 2024-01-29] + +.... + +[.literal-block-margin] +.... +-----BEGIN PGP PUBLIC KEY BLOCK----- + +mQENBGATxfwBCADcReUlY7+xNre77ZO0JXA3wHltMnvZPHlsCRV5U8fQTx1eGLBx +Vg35xGhWyhXmneEudwTnQssFlxqGH9+S5lpuFa49hrynpf60jyZ0eBZnpIVKdXLv +x5BIRWx/FHDFBrFEvuCAPh/F7Ghw8mR9kRxFyc/01YKz2T7fUZw/Gazoay2LsH+e +v3EtyRq8us9a52A+0LJUSoVKtp56s3h4fo7B62/g56Jn6aeLftDTRML7CfhNn7Vx +r/H3apwLPHcvX5LQIezDoSijyNC0VUBfKvgDD0wd4a4D7kaqFqHYLWmRhFjEoeR8 +7++JyUU6eMWszdcqf/V0ahcsrT4a949dlun/ABEBAAG0OU51bm8gRWR1YXJkbyBT +aW3DtWVzIExlYWwgVGVpeGVpcmEgPGVkLmFycmFraXNAZ21haWwuY29tPokBVAQT +AQoAPhYhBFPv7BNjiNAYPxJs9oPpBquEDHI6BQJgE8X8AhsDBQkFo5qABQsJCAcD +BRUKCQgLBRYDAgEAAh4BAheAAAoJEIPpBquEDHI60IkIAL4eDqbI1EfQBkFIdwfi +iH5VxSyT6xTYRfzd69Jl5oRx6cRInU5vQbJxEdzcNpyp+XFVvTjds9cuVeqqH/ZP +J1Nnp4ZDR0KJsdhV8H6p2YbfuK+mIk7Fss7EU9KlNeiDVyxBA7G0FKzMdk3fun25 +sPyf2LuOy92PaPtrQVLVrLoXyc9Bw0eZr3VUQsX/nL4nTblOyBW8EYFcuefeBelG +Q0k+0AQuKmceX83wxckSOgqCDPgIbY81jg6sQeTmmNdfw9N4Jaxi3Pc22ch6Jms5 +bvzi20hnboYs9dVxkbqEyWVKiMBXvrHAmbZKnpMAtn2A7/ytHAPhw4UlMnep6O3P +09y5AQ0EYBPF/AEIAM4DyZl1eBL5xq+wWYMHnPMjFV9P4ncZSvOzo1kXguq+y8PU +F35OoF7c0pv/3A7eeNO66ix31shzS5Wz1xNm8jn+BBVsvPYXYSYavsUv4wnbBH4X +S/5T130tRysYLjFhPLv++FX0E3wkm8/vFiC/3h+0kIEDhS5yKqxvBTug5NX1f2/9 +JAEL0Ap8Bhlr7q8V883AinjWWWSHwE0k61x1zsp4X3ZLKLpSmCoiiq1D6w/5+fJ9 +vT7unOWv/HNHJ0cOsSYTWt/Iq1i+oujGz1Tf07qa08c2dvtxOc95vLP/FM6Eg0XI +Y74OLXRc0Ou/03lEBAbJc/4qhhhUsZ5ewWqr4NsAEQEAAYkBPAQYAQoAJhYhBFPv +7BNjiNAYPxJs9oPpBquEDHI6BQJgE8X8AhsMBQkFo5qAAAoJEIPpBquEDHI6QNMH +/3FKADYIayAOfG1ytvzSG6nPRsmdYChjstIh0KeReDMgCgojjDyUKVEk9gvQqA19 +dNOWPU/aSz8ERFMONwRbzOXATGlMnI9tClwGFpqI+eTybuTnAJP1OLI1doM4FngS +W366JPjDazUEygAIpq7mlskv7fFOh8jsLtlAt87bYtevz1PQBH9Vm3FTQ4fGavf0 +1lPqGzti8u43iU9XywrAeL2m3gSy0WGqHyl21VwKxJzOl/Vsd53NQGy8nnGYdqNm +nkB8XsueDRyW5JvslIhWPIO3eYxHdMUpOMmMqmkq7+5Cvm+Ub8vkAerwf5wJ6nAY +cMSgsrnxF32dwVRy60KM9IY= +=+ryt +-----END PGP PUBLIC KEY BLOCK----- +.... diff --git a/shared/authors.adoc b/shared/authors.adoc index dc60134d96..9b022c4b41 100644 --- a/shared/authors.adoc +++ b/shared/authors.adoc @@ -970,6 +970,10 @@ :edavis-email: edavis@FreeBSD.org :edavis: {edavis-name}[{edavis-email}] +:eduardo-name: Nuno Teixeira +:eduardo-email: eduardo@FreeBSD.org +:eduardo: {eduardo-name}[{eduardo-email}] + :edwin-name: Edwin Groothuis :edwin-email: edwin@FreeBSD.org :edwin: {edwin-name}[{edwin-email}] diff --git a/website/data/en/news/news.toml b/website/data/en/news/news.toml index 209ae7e313..3832967f77 100644 --- a/website/data/en/news/news.toml +++ b/website/data/en/news/news.toml @@ -1,6 +1,10 @@ # Sort news by year, month and day # $FreeBSD$ +[[news]] +date = "2021-01-27" +description = "New committer: Nuno Teixeira (ports)" + [[news]] date = "2021-01-25" description = "Website and Documentation converted to Hugo and AsciiDoctor"