Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- % git -C /usr/doc diff main patch-1 > /tmp/doc-git-patchfile
- % git -C /usr/home/grahamperrin/dev/freebsd/doc apply /tmp/doc-git-patchfile
- error: patch failed: documentation/content/en/articles/pgpkeys/_index.adoc:1005
- error: documentation/content/en/articles/pgpkeys/_index.adoc: patch does not apply
- % whoami
- grahamperrin
- % cd ~/dev/freebsd/doc
- % git pull
- Enter passphrase for key '/home/grahamperrin/.ssh/id_rsa':
- Already up to date.
- % git stash
- Saved working directory and index state WIP on main: 14e46a2982 [hb][jails] Fix jail configuration example
- % git stash clear
- % git -C /usr/home/grahamperrin/dev/freebsd/doc apply /tmp/doc-git-patchfile
- % git -C /usr/home/grahamperrin/dev/freebsd/doc diff
- diff --git a/documentation/content/en/articles/pgpkeys/_index.adoc b/documentation/content/en/articles/pgpkeys/_index.adoc
- index 4d93eb0f22..b7e5ced254 100644
- --- a/documentation/content/en/articles/pgpkeys/_index.adoc
- +++ b/documentation/content/en/articles/pgpkeys/_index.adoc
- @@ -1005,6 +1005,9 @@ include::{include-path}den.key[]
- === `{csjp}`
- include::{include-path}csjp.key[]
- +=== `{grahamperrin}`
- +include::{include-path}grahamperrin.key[]
- +
- === `{gerald}`
- include::{include-path}gerald.key[]
- diff --git a/shared/authors.adoc b/shared/authors.adoc
- index 1253ce0b43..79a35779ae 100644
- --- a/shared/authors.adoc
- +++ b/shared/authors.adoc
- @@ -1236,6 +1236,10 @@
- :gpalmer-email: gpalmer@FreeBSD.org
- :gpalmer: {gpalmer-name} <{gpalmer-email}>
- +:grahamperrin-name: Graham Perrin
- +:grahamperrin-email: grahamperrin@FreeBSD.org
- +:grahamperrin: {grahamperrin-name} <{grahamperrin-email}>
- +
- :graichen-name: Thomas Graichen
- :graichen-email: graichen@FreeBSD.org
- :graichen: {graichen-name} <{graichen-email}>
- diff --git a/shared/contrib-committers.adoc b/shared/contrib-committers.adoc
- index 0a88224d59..448c83fe32 100644
- --- a/shared/contrib-committers.adoc
- +++ b/shared/contrib-committers.adoc
- @@ -263,6 +263,7 @@
- * {cperciva}
- * {alfred}
- * {csjp}
- +* {grahamperrin}
- * {gerald}
- * {scottph}
- * {0mp}
- diff --git a/website/data/en/news/news.toml b/website/data/en/news/news.toml
- index 6a089600b2..55ff5abf34 100644
- --- a/website/data/en/news/news.toml
- +++ b/website/data/en/news/news.toml
- @@ -14,6 +14,10 @@ date= "2022-06-09"
- title = "January-March 2022 Status Report"
- description = "The <a href=\"https://www.freebsd.org/status/report-2022-01-2022-03/\">January to March 2022 Status Report</a> is now available with 22 entries."
- +[[news]]
- +date= "2022-06-01"
- +description = "New committer: <a href=\"mailto:grahamperrin@FreeBSD.org\">Graham Perrin</a> (doc)"
- +
- [[news]]
- date = "2022-05-12"
- title = "FreeBSD 13.1-RELEASE Available"
- % git -C /usr/home/grahamperrin/dev/freebsd/doc add
- Nothing specified, nothing added.
- hint: Maybe you wanted to say 'git add .'?
- hint: Turn this message off by running
- hint: "git config advice.addEmptyPathspec false"
- % git -C /usr/home/grahamperrin/dev/freebsd/doc add .
- % git -C /usr/home/grahamperrin/dev/freebsd/doc diff
- % git -C /usr/home/grahamperrin/dev/freebsd/doc commit
- [main cf55804237] New committer (doc): Graham Perrin, grahamperrin@
- 5 files changed, 104 insertions(+)
- create mode 100644 documentation/static/pgpkeys/grahamperrin.key
- % date ; history 13
- Fri 1 Jul 2022 07:28:29 BST
- 2066 4:12 git -C /usr/home/grahamperrin/dev/freebsd/doc apply /tmp/doc-git-patchfile
- 2067 4:13 whoami
- 2068 4:13 cd ~/dev/freebsd/doc
- 2069 4:13 git pull
- 2070 4:13 git stash
- 2071 4:13 git stash clear
- 2072 4:13 git -C /usr/home/grahamperrin/dev/freebsd/doc apply /tmp/doc-git-patchfile
- 2073 4:14 git -C /usr/home/grahamperrin/dev/freebsd/doc diff
- 2074 4:21 git -C /usr/home/grahamperrin/dev/freebsd/doc add
- 2075 4:21 git -C /usr/home/grahamperrin/dev/freebsd/doc add .
- 2076 4:21 git -C /usr/home/grahamperrin/dev/freebsd/doc diff
- 2077 4:26 git -C /usr/home/grahamperrin/dev/freebsd/doc commit
- 2078 7:28 date ; history 13
- % git -C /usr/home/grahamperrin/dev/freebsd/doc remote -v
- origin ssh://git@gitrepo.FreeBSD.org/doc.git (fetch)
- origin ssh://git@gitrepo.FreeBSD.org/doc.git (push)
- % man git-add
- % man git-status
- % git -C /usr/home/grahamperrin/dev/freebsd/doc remote -v
- origin ssh://git@gitrepo.FreeBSD.org/doc.git (fetch)
- origin ssh://git@gitrepo.FreeBSD.org/doc.git (push)
- % git -C /usr/home/grahamperrin/dev/freebsd/doc status
- On branch main
- Your branch is ahead of 'origin/main' by 1 commit.
- (use "git push" to publish your local commits)
- nothing to commit, working tree clean
- %
Add Comment
Please, Sign In to add comment