aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBojan Novković <bnovkov@FreeBSD.org>2024-02-19 15:24:50 +0000
committerBojan Novković <bnovkov@FreeBSD.org>2024-02-19 15:31:46 +0000
commit607c4b857a65b68289e9d7f86a8855def93c09f0 (patch)
tree2e180d556ae2ce67f0e6ac267e9587eb033e7f7d
parentd2a0941ab671367aa305e529228def21a62e4ddd (diff)
downloaddoc-607c4b857a65b68289e9d7f86a8855def93c09f0.tar.gz
doc-607c4b857a65b68289e9d7f86a8855def93c09f0.zip
New src committer: Bojan Novković (bnovkov)
Update documentation and add news entry as per the new committer onboarding process. Approved by: markj (mentor)
-rw-r--r--documentation/content/en/articles/pgpkeys/_index.adoc3
-rw-r--r--documentation/static/pgpkeys/bnovkov.key28
-rw-r--r--shared/authors.adoc4
-rw-r--r--shared/contrib-committers.adoc1
-rw-r--r--website/data/en/news/news.toml5
5 files changed, 41 insertions, 0 deletions
diff --git a/documentation/content/en/articles/pgpkeys/_index.adoc b/documentation/content/en/articles/pgpkeys/_index.adoc
index f99b21a77a..2670b9d803 100644
--- a/documentation/content/en/articles/pgpkeys/_index.adoc
+++ b/documentation/content/en/articles/pgpkeys/_index.adoc
@@ -1485,6 +1485,9 @@ include::{include-path}vvd.key[]
=== `{gbe}`
include::{include-path}gbe.key[]
+=== `{bnovkov}`
+include::{include-path}bnovkov.key[]
+
[[pgpkeys-other]]
== Other Cluster Account Holders
diff --git a/documentation/static/pgpkeys/bnovkov.key b/documentation/static/pgpkeys/bnovkov.key
new file mode 100644
index 0000000000..169916bd09
--- /dev/null
+++ b/documentation/static/pgpkeys/bnovkov.key
@@ -0,0 +1,28 @@
+// sh addkey.sh bnovkov 1E379E98BB219F2B ;
+
+[.literal-block-margin]
+....
+pub ed25519/1E379E98BB219F2B 2024-02-18 [SC] [expires: 2027-02-17]
+ Key fingerprint = B01B E8BD 9D85 F0FA 84A7 E554 1E37 9E98 BB21 9F2B
+uid Bojan Novković <bnovkov@FreeBSD.org>
+sub cv25519/BE5C48E8F0C6FDED 2024-02-18 [E] [expires: 2027-02-17]
+
+....
+
+[.literal-block-margin]
+....
+-----BEGIN PGP PUBLIC KEY BLOCK-----
+
+mDMEZdIQsxYJKwYBBAHaRw8BAQdA/V2uVmdN7VY2Ps8wDgLlWU3b9+kPdg9bf+FH
+gEEX49S0JUJvamFuIE5vdmtvdmnEhyA8Ym5vdmtvdkBGcmVlQlNELm9yZz6ImQQT
+FgoAQRYhBLAb6L2dhfD6hKflVB43npi7IZ8rBQJl0hCzAhsDBQkFo5qABQsJCAcC
+AiICBhUKCQgLAgQWAgMBAh4HAheAAAoJEB43npi7IZ8rzb0A/0aY3c/XubbtQzNy
+A0xzyKNZlDc9zesxEMVi6rOAZNz/AQC2QmBTBEcbyOKDfJ5m02LpudVi9thZxlrr
+2n0ZX9kgA7g4BGXSELMSCisGAQQBl1UBBQEBB0Dn3m+8g7KTp3yC4CLICis/CIon
+FfNqQcJOVv6Gd73adQMBCAeIfgQYFgoAJhYhBLAb6L2dhfD6hKflVB43npi7IZ8r
+BQJl0hCzAhsMBQkFo5qAAAoJEB43npi7IZ8ruPcBAJM5wq5j64RFu4sczrryK4Fe
+CTt/Xhfyn3UhT2hHuYkPAQDWHDN6XZ097C5wUkWUr8ywHDlMM5gWIDbr9TMUudoc
+Aw==
+=3MkE
+-----END PGP PUBLIC KEY BLOCK-----
+....
diff --git a/shared/authors.adoc b/shared/authors.adoc
index 487dfe4b6e..9267f2f52d 100644
--- a/shared/authors.adoc
+++ b/shared/authors.adoc
@@ -444,6 +444,10 @@
:bms-email: bms@FreeBSD.org
:bms: {bms-name} <{bms-email}>
+:bnovkov-name: Bojan Novković
+:bnovkov-email: bnovkov@FreeBSD.org
+:bnovkov: {bnovkov-name} <{bnovkov-email}>
+
:bofh-name: Muhammad Moinur Rahman
:bofh-email: bofh@FreeBSD.org
:bofh: {bofh-name} <{bofh-email}>
diff --git a/shared/contrib-committers.adoc b/shared/contrib-committers.adoc
index 0b25aa0061..44a360265f 100644
--- a/shared/contrib-committers.adoc
+++ b/shared/contrib-committers.adoc
@@ -396,3 +396,4 @@
* {dsl}
* {ronald}
* {christos}
+* {bnovkov}
diff --git a/website/data/en/news/news.toml b/website/data/en/news/news.toml
index 8453299848..1abda67766 100644
--- a/website/data/en/news/news.toml
+++ b/website/data/en/news/news.toml
@@ -1,10 +1,15 @@
# Sort news by year, month and day
+
[[news]]
date= "2024-02-16"
title = "October-December 2023 Status Report"
description = "The <a href=\"https://www.freebsd.org/status/report-2023-10-2023-12/\">October to December 2023 Status Report</a> is now available with 18 entries."
[[news]]
+date = "2024-02-13"
+description = "New committer: <a href=\"mailto:bnovkov@FreeBSD.org\">Bojan Novković</a> (src)"
+
+[[news]]
date = "2024-01-26"
description = "New committer: <a href=\"mailto:uzsolt@FreeBSD.org\">Zsolt Udvari</a> (ports)"