From owner-svn-doc-all@freebsd.org Wed Jul 1 15:38:03 2020
Return-Path:
Delivered-To: svn-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 472FE3555F8;
Wed, 1 Jul 2020 15:38:03 +0000 (UTC)
(envelope-from bofh@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 49xljl1YHmz4fL2;
Wed, 1 Jul 2020 15:38:03 +0000 (UTC)
(envelope-from bofh@FreeBSD.org)
Received: from repo.freebsd.org (repo.freebsd.org
[IPv6:2610:1c1:1:6068::e6a:0])
(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
(Client did not present a certificate)
by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 1918BB8DE;
Wed, 1 Jul 2020 15:38:03 +0000 (UTC)
(envelope-from bofh@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 061Fc3RS096604;
Wed, 1 Jul 2020 15:38:03 GMT (envelope-from bofh@FreeBSD.org)
Received: (from bofh@localhost)
by repo.freebsd.org (8.15.2/8.15.2/Submit) id 061Fc1V0096597;
Wed, 1 Jul 2020 15:38:01 GMT (envelope-from bofh@FreeBSD.org)
Message-Id: <202007011538.061Fc1V0096597@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: bofh set sender to
bofh@FreeBSD.org using -f
From: Muhammad Moinur Rahman
Date: Wed, 1 Jul 2020 15:38:01 +0000 (UTC)
To: doc-committers@freebsd.org, svn-doc-all@freebsd.org,
svn-doc-head@freebsd.org
Subject: svn commit: r54306 - in head: en_US.ISO8859-1/articles/contributors
en_US.ISO8859-1/books/dev-model en_US.ISO8859-1/books/handbook/introduction
en_US.ISO8859-1/htdocs share/pgpkeys
X-SVN-Group: doc-head
X-SVN-Commit-Author: bofh
X-SVN-Commit-Paths: in head: en_US.ISO8859-1/articles/contributors
en_US.ISO8859-1/books/dev-model en_US.ISO8859-1/books/handbook/introduction
en_US.ISO8859-1/htdocs share/pgpkeys
X-SVN-Commit-Revision: 54306
X-SVN-Commit-Repository: doc
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-doc-all@freebsd.org
X-Mailman-Version: 2.1.33
Precedence: list
List-Id: "SVN commit messages for the entire doc trees \(except for "
user" , " projects" , and " translations"
\)"
List-Unsubscribe: ,
List-Archive:
List-Post:
List-Help:
List-Subscribe: ,
X-List-Received-Date: Wed, 01 Jul 2020 15:38:03 -0000
Author: bofh (ports committer)
Date: Wed Jul 1 15:38:01 2020
New Revision: 54306
URL: https://svnweb.freebsd.org/changeset/doc/54306
Log:
Update with the members of the 11th core team, core.xi
- Update en_US.ISO8859-1/articles/contributors/contrib.corealumni.xml
to reflect outgoing CORE.10 members
- Update en_US.ISO8859-1/books/dev-model/book.xml to reflect changes in
core-secretary@
- Update en_US.ISO8859-1/books/handbook/introduction/chapter.xml to reflect
changes on latest Election Date
- Update en_US.ISO8859-1/htdocs/administration.xml to reflect latest CORE.11
team and respective Liason
- Update share/pgpkeys/pgpkeys-core.xml to reflect CORE.11 members
- Update share/pgpkeys/core-secretary.key signed by outgoing core-secretary@
and jrm@
# gpg --list-key --fingerprint core-secretary@freebsd.org
pub rsa4096 2020-06-26 [SC] [expires: 2022-06-30]
4B64 E9E0 BDE9 B3EC C06B 5C66 D8C8 C83B 49F2 6F17
uid [ultimate] FreeBSD Core Team Secretary
sig 3 D8C8C83B49F26F17 2020-06-26 FreeBSD Core Team Secretary
sig 36A40C83B0D6EF9E 2020-06-26 Joseph R. Mingrone
sig 0CB403E4E95B96EC 2020-06-26 [User ID not found]
sub rsa4096 2020-06-26 [E] [expires: 2022-06-30]
sig D8C8C83B49F26F17 2020-06-26 FreeBSD Core Team Secretary
Submitted by: bofh (with core-secretary@ hat on)
Approved by: bcr, jrm
Differential Revision: https://reviews.freebsd.org/D25527
Modified:
head/en_US.ISO8859-1/articles/contributors/contrib.corealumni.xml
head/en_US.ISO8859-1/books/dev-model/book.xml
head/en_US.ISO8859-1/books/handbook/introduction/chapter.xml
head/en_US.ISO8859-1/htdocs/administration.xml
head/share/pgpkeys/core-secretary.key
head/share/pgpkeys/pgpkeys-core.xml
Modified: head/en_US.ISO8859-1/articles/contributors/contrib.corealumni.xml
==============================================================================
--- head/en_US.ISO8859-1/articles/contributors/contrib.corealumni.xml Tue Jun 30 15:49:35 2020 (r54305)
+++ head/en_US.ISO8859-1/articles/contributors/contrib.corealumni.xml Wed Jul 1 15:38:01 2020 (r54306)
@@ -4,6 +4,30 @@
xmlns:xlink="http://www.w3.org/1999/xlink" version="5.0">
+ &a.kmoore.email; (2016 - 2020)
+
+
+
+ &a.jhb.email; (2002 - 2006, 2010 - 2014, 2016 - 2020)
+
+
+
+ &a.jeff.email; (2018 - 2020)
+
+
+
+ &a.brooks.email; (2006 - 2012, 2018 - 2020)
+
+
+
+ &a.bcr.email; (2016 - 2020)
+
+
+
+ &a.allanjude.email; (2016 - 2020)
+
+
+
&a.bapt.email; (2016 - 2018)
@@ -24,10 +48,6 @@ xmlns:xlink="http://www.w3.org/1999/xlink" version="5.
- &a.jhb.email; (2002 - 2006, 2010 - 2014)
-
-
-
&a.kib.email; (2010 - 2014)
@@ -41,10 +61,6 @@ xmlns:xlink="http://www.w3.org/1999/xlink" version="5.
&a.wilko.email; (2006 - 2012)
-
-
-
- &a.brooks.email; (2006 - 2012)
Modified: head/en_US.ISO8859-1/books/dev-model/book.xml
==============================================================================
--- head/en_US.ISO8859-1/books/dev-model/book.xml Tue Jun 30 15:49:35 2020 (r54305)
+++ head/en_US.ISO8859-1/books/dev-model/book.xml Wed Jul 1 15:38:01 2020 (r54306)
@@ -1301,7 +1301,7 @@
unresolved.
- Hat currently held by: &a.jrm.email;.
+ Hat currently held by: &a.bofh.email;.
Modified: head/en_US.ISO8859-1/books/handbook/introduction/chapter.xml
==============================================================================
--- head/en_US.ISO8859-1/books/handbook/introduction/chapter.xml Tue Jun 30 15:49:35 2020 (r54305)
+++ head/en_US.ISO8859-1/books/handbook/introduction/chapter.xml Wed Jul 1 15:38:01 2020 (r54306)
@@ -1035,7 +1035,7 @@
is one of the functions of the core team, as is the
recruitment of new core team members as others move on.
The current core team was elected from a pool of
- committer candidates in July 2018. Elections are held
+ committer candidates in June 2020. Elections are held
every 2 years.
Modified: head/en_US.ISO8859-1/htdocs/administration.xml
==============================================================================
--- head/en_US.ISO8859-1/htdocs/administration.xml Tue Jun 30 15:49:35 2020 (r54305)
+++ head/en_US.ISO8859-1/htdocs/administration.xml Wed Jul 1 15:38:01 2020 (r54306)
@@ -92,15 +92,15 @@
Core Team is elected by the active developers in the project.
- - &a.allanjude.email; (Clusteradm Liaison)
- - &a.bcr.email; (Foundation Liaison)
- - &a.brooks.email; (Security Team Liaison)
- - &a.hrs.email; (Doceng Team Liaison)
- - &a.jeff.email;
- - &a.jhb.email; (Bugmeister and Release Engineering Team Liaison)
- - &a.kmoore.email;
- - &a.seanc.email; (CI and Portmgr Team Liaison)
- - &a.imp.email; (Code-of-Conduct Committee Liaison)
+ - &a.bapt.email; (Clusteradm Liaison)
+ - &a.emaste.email; (GIT Transition WG and Security Team Liason)
+ - &a.gnn.email; (Foundation Liaison)
+ - &a.hrs.email; (Code-of-Conduct Committee Liaison)
+ - &a.kevans.email; (Portmgr Team Liaison)
+ - &a.markj.email; (Bugmeister and CI Team Liaison)
+ - &a.scottl.email; (Release Engineering Team Liaison)
+ - &a.seanc.email; (Doceng Team Liaison)
+ - &a.imp.email; (GIT Transition WG Liaison)
FreeBSD Documentation Engineering Team
@@ -305,7 +305,7 @@
decisions and actions.
- - &a.jrm.email;
+ - &a.bofh.email;
Documentation Engineering Team Secretary
Modified: head/share/pgpkeys/core-secretary.key
==============================================================================
--- head/share/pgpkeys/core-secretary.key Tue Jun 30 15:49:35 2020 (r54305)
+++ head/share/pgpkeys/core-secretary.key Wed Jul 1 15:38:01 2020 (r54306)
@@ -1,68 +1,83 @@
-sub rsa2048/133C3338A5B95A60 2018-06-30 [E] [expires: 2020-06-29]
- Key fingerprint = FA37 B8AA C667 C3AA D310 751D 133C 3338 A5B9 5A60
+sub rsa4096/377C937536E4821B 2020-06-26 [E] [expires: 2022-06-30]
]]>
Modified: head/share/pgpkeys/pgpkeys-core.xml
==============================================================================
--- head/share/pgpkeys/pgpkeys-core.xml Tue Jun 30 15:49:35 2020 (r54305)
+++ head/share/pgpkeys/pgpkeys-core.xml Wed Jul 1 15:38:01 2020 (r54306)
@@ -4,19 +4,19 @@
$FreeBSD$
-->
-
- &a.allanjude.email;
- &pgpkey.allanjude;
+
+ &a.bapt.email;
+ &pgpkey.bapt;
-
- &a.bcr.email;
- &pgpkey.bcr;
+
+ &a.emaste.email;
+ &pgpkey.emaste;
-
- &a.brooks.email;
- &pgpkey.brooks;
+
+ &a.gnn.email;
+ &pgpkey.gnn;
@@ -29,22 +29,19 @@
&pgpkey.imp;
-
-
- &a.jhb.email;
- &pgpkey.jhb;
+
+ &a.markj.email;
+ &pgpkey.markj;
-
- &a.kmoore.email;
- &pgpkey.kmoore;
+
+ &a.scottl.email;
+ &pgpkey.scottl;