Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- % whoami ; pwd
- grahamperrin
- /usr/home/grahamperrin/dev/freebsd/doc
- % cd .. && rm -r doc
- override r--r--r-- grahamperrin/grahamperrin uarch for doc/.git/objects/44/8c83fe3234724fa80f755d5e53cd04fb3b8fc3? ^C
- % sudo rm -r /usr/home/grahamperrin/dev/freebsd/doc
- grahamperrin's password:
- % pwd
- /usr/home/grahamperrin/dev/freebsd
- % git -C /usr/home/grahamperrin/dev/freebsd clone ssh://[email protected]/doc.git
- Cloning into 'doc'...
- Enter passphrase for key '/home/grahamperrin/.ssh/id_rsa':
- remote: Enumerating objects: 485038, done.
- remote: Counting objects: 100% (35195/35195), done.
- remote: Compressing objects: 100% (11027/11027), done.
- remote: Total 485038 (delta 24020), reused 29246 (delta 20036), pack-reused 449843
- Receiving objects: 100% (485038/485038), 309.51 MiB | 5.33 MiB/s, done.
- Resolving deltas: 100% (332960/332960), done.
- Updating files: 100% (9825/9825), done.
- % git -C /usr/home/grahamperrin/dev/freebsd/doc remote -v
- origin ssh://[email protected]/doc.git (fetch)
- origin ssh://[email protected]/doc.git (push)
- % git -C /usr/doc remote -v
- freebsd https://git.freebsd.org/doc.git (fetch)
- freebsd ssh://[email protected]/doc.git (push)
- origin https://github.com/grahamperrin/freebsd-doc.git (fetch)
- origin https://github.com/grahamperrin/freebsd-doc.git (push)
- upstream https://github.com/freebsd/freebsd-doc.git (fetch)
- upstream https://github.com/freebsd/freebsd-doc.git (push)
- % rm /tmp/doc-git-patchfile
- % 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
- % 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: [email protected]
- :gpalmer: {gpalmer-name} <{gpalmer-email}>
- +:grahamperrin-name: Graham Perrin
- +:grahamperrin-email: [email protected]
- +:grahamperrin: {grahamperrin-name} <{grahamperrin-email}>
- +
- :graichen-name: Thomas Graichen
- :graichen-email: [email protected]
- :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:[email protected]\">Graham Perrin</a> (doc)"
- +
- [[news]]
- date = "2022-05-12"
- title = "FreeBSD 13.1-RELEASE Available"
- % git -C /usr/home/grahamperrin/dev/freebsd/doc add .
- % git -C /usr/home/grahamperrin/dev/freebsd/doc commit
- [main 4c74229a7c] New committer (doc): Graham Perrin, grahamperrin@
- 5 files changed, 104 insertions(+)
- create mode 100644 documentation/static/pgpkeys/grahamperrin.key
- % 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
- % date
- Fri 1 Jul 2022 08:16:10 BST
- % git -C /usr/home/grahamperrin/dev/freebsd/doc push
- Enter passphrase for key '/home/grahamperrin/.ssh/id_rsa':
- Enumerating objects: 36, done.
- Counting objects: 100% (36/36), done.
- Delta compression using up to 4 threads
- Compressing objects: 100% (17/17), done.
- Writing objects: 100% (19/19), 5.47 KiB | 2.74 MiB/s, done.
- Total 19 (delta 13), reused 0 (delta 0), pack-reused 0
- remote:
- remote: ================================================================
- remote: grahamperrin, you are pushing a commit which author and committer are different:
- remote:
- remote: author: Graham Perrin <⋯@gmail.com>
- remote: commit: 4c74229a7c304b5864424c471db37914179d6661
- remote: subject: New committer (doc): Graham Perrin, grahamperrin@
- remote:
- remote: Please check the author name and email are correct and then use:
- remote: git push --push-option=confirm-author
- remote: ================================================================
- To ssh://gitrepo.FreeBSD.org/doc.git
- ! [remote rejected] main -> main (pre-receive hook declined)
- error: failed to push some refs to 'ssh://gitrepo.FreeBSD.org/doc.git'
- % git -C /usr/home/grahamperrin/dev/freebsd/doc push --push-option=confirm-author
- Enter passphrase for key '/home/grahamperrin/.ssh/id_rsa':
- Enumerating objects: 36, done.
- Counting objects: 100% (36/36), done.
- Delta compression using up to 4 threads
- Compressing objects: 100% (17/17), done.
- Writing objects: 100% (19/19), 5.47 KiB | 5.47 MiB/s, done.
- Total 19 (delta 13), reused 0 (delta 0), pack-reused 0
- remote:
- remote: ================================================================
- remote: grahamperrin, you can't push commit by Graham Perrin <[email protected]>
- remote: 4c74229a7c304b5864424c471db37914179d6661 - New committer (doc): Graham Perrin, grahamperrin@
- remote:
- remote: Please check output of freefall:/usr/local/bin/gen-gitconfig.sh
- remote: ================================================================
- remote:
- remote: FATAL: VREF/COMMITTER-CHECK: helper program exit status 65280
- remote: error: hook declined to update refs/heads/main
- To ssh://gitrepo.FreeBSD.org/doc.git
- ! [remote rejected] main -> main (hook declined)
- error: failed to push some refs to 'ssh://gitrepo.FreeBSD.org/doc.git'
- % ssh [email protected]
- Enter passphrase for key '/home/grahamperrin/.ssh/id_rsa':
- …
- grahamperrin@freefall:~ % echo $0
- -tcsh
- grahamperrin@freefall:~ % /usr/local/bin/gen-gitconfig.sh
- Use following commands in your newly cloned FreeBSD repository
- to ensure the committer name and email match FreeBSD.org data:
- ----
- git config user.name "Graham Perrin"
- git config user.email [email protected]
- ---
- Notes:
- - Your name needs to be exactly matched and the "FreeBSD.org"
- part in the email is case sensitive because we want your
- contribution history not to be counted separately, and
- work nicely with others' repository analyzers.
- - You can use `git config --global` to set it globally in
- your ~/.gitconfig
- grahamperrin@freefall:~ % exit
- logout
- Connection to freefall.freebsd.org closed.
- % git -C /usr/home/grahamperrin/dev/freebsd/doc config user.name "Graham Perrin"
- % git -C /usr/home/grahamperrin/dev/freebsd/doc config user.email [email protected]
- % date
- Fri 1 Jul 2022 08:20:11 BST
- % git -C /usr/home/grahamperrin/dev/freebsd/doc push
- Enter passphrase for key '/home/grahamperrin/.ssh/id_rsa':
- Enumerating objects: 36, done.
- Counting objects: 100% (36/36), done.
- Delta compression using up to 4 threads
- Compressing objects: 100% (17/17), done.
- Writing objects: 100% (19/19), 5.47 KiB | 2.74 MiB/s, done.
- Total 19 (delta 13), reused 0 (delta 0), pack-reused 0
- remote:
- remote: ================================================================
- remote: grahamperrin, you are pushing a commit which author and committer are different:
- remote:
- remote: author: Graham Perrin <⋯@gmail.com>
- remote: commit: 4c74229a7c304b5864424c471db37914179d6661
- remote: subject: New committer (doc): Graham Perrin, grahamperrin@
- remote:
- remote: Please check the author name and email are correct and then use:
- remote: git push --push-option=confirm-author
- remote: ================================================================
- To ssh://gitrepo.FreeBSD.org/doc.git
- ! [remote rejected] main -> main (pre-receive hook declined)
- error: failed to push some refs to 'ssh://gitrepo.FreeBSD.org/doc.git'
- % git -C /usr/home/grahamperrin/dev/freebsd/doc push --push-option=confirm-author
- Enter passphrase for key '/home/grahamperrin/.ssh/id_rsa':
- Enumerating objects: 36, done.
- Counting objects: 100% (36/36), done.
- Delta compression using up to 4 threads
- Compressing objects: 100% (17/17), done.
- Writing objects: 100% (19/19), 5.47 KiB | 5.47 MiB/s, done.
- Total 19 (delta 13), reused 0 (delta 0), pack-reused 0
- remote:
- remote: ================================================================
- remote: grahamperrin, you can't push commit by Graham Perrin <[email protected]>
- remote: 4c74229a7c304b5864424c471db37914179d6661 - New committer (doc): Graham Perrin, grahamperrin@
- remote:
- remote: Please check output of freefall:/usr/local/bin/gen-gitconfig.sh
- remote: ================================================================
- remote:
- remote: FATAL: VREF/COMMITTER-CHECK: helper program exit status 65280
- remote: error: hook declined to update refs/heads/main
- To ssh://gitrepo.FreeBSD.org/doc.git
- ! [remote rejected] main -> main (hook declined)
- error: failed to push some refs to 'ssh://gitrepo.FreeBSD.org/doc.git'
- % ssh [email protected]
- Enter passphrase for key '/home/grahamperrin/.ssh/id_rsa':
- …
- grahamperrin@freefall:~ % /usr/local/bin/gen-gitconfig.sh
- Use following commands in your newly cloned FreeBSD repository
- to ensure the committer name and email match FreeBSD.org data:
- ----
- git config user.name "Graham Perrin"
- git config user.email [email protected]
- ---
- Notes:
- - Your name needs to be exactly matched and the "FreeBSD.org"
- part in the email is case sensitive because we want your
- contribution history not to be counted separately, and
- work nicely with others' repository analyzers.
- - You can use `git config --global` to set it globally in
- your ~/.gitconfig
- grahamperrin@freefall:~ % exit
- logout
- Connection to freefall.freebsd.org closed.
- % git -C /usr/home/grahamperrin/dev/freebsd/doc config author.email [email protected]
- % date
- Fri 1 Jul 2022 08:25:13 BST
- % git -C /usr/home/grahamperrin/dev/freebsd/doc push
- Enter passphrase for key '/home/grahamperrin/.ssh/id_rsa':
- Enumerating objects: 36, done.
- Counting objects: 100% (36/36), done.
- Delta compression using up to 4 threads
- Compressing objects: 100% (17/17), done.
- Writing objects: 100% (19/19), 5.47 KiB | 2.74 MiB/s, done.
- Total 19 (delta 13), reused 0 (delta 0), pack-reused 0
- remote:
- remote: ================================================================
- remote: grahamperrin, you are pushing a commit which author and committer are different:
- remote:
- remote: author: Graham Perrin <⋯@gmail.com>
- remote: commit: 4c74229a7c304b5864424c471db37914179d6661
- remote: subject: New committer (doc): Graham Perrin, grahamperrin@
- remote:
- remote: Please check the author name and email are correct and then use:
- remote: git push --push-option=confirm-author
- remote: ================================================================
- To ssh://gitrepo.FreeBSD.org/doc.git
- ! [remote rejected] main -> main (pre-receive hook declined)
- error: failed to push some refs to 'ssh://gitrepo.FreeBSD.org/doc.git'
- % man git-config
- % git -C /usr/home/grahamperrin/dev/freebsd/doc config author.email Graham Perrin
- % date
- Fri 1 Jul 2022 08:27:50 BST
- % git -C /usr/home/grahamperrin/dev/freebsd/doc push
- Enter passphrase for key '/home/grahamperrin/.ssh/id_rsa':
- Enumerating objects: 36, done.
- Counting objects: 100% (36/36), done.
- Delta compression using up to 4 threads
- Compressing objects: 100% (17/17), done.
- Writing objects: 100% (19/19), 5.47 KiB | 5.47 MiB/s, done.
- Total 19 (delta 13), reused 0 (delta 0), pack-reused 0
- remote:
- remote: ================================================================
- remote: grahamperrin, you are pushing a commit which author and committer are different:
- remote:
- remote: author: Graham Perrin <⋯@gmail.com>
- remote: commit: 4c74229a7c304b5864424c471db37914179d6661
- remote: subject: New committer (doc): Graham Perrin, grahamperrin@
- remote:
- remote: Please check the author name and email are correct and then use:
- remote: git push --push-option=confirm-author
- remote: ================================================================
- To ssh://gitrepo.FreeBSD.org/doc.git
- ! [remote rejected] main -> main (pre-receive hook declined)
- error: failed to push some refs to 'ssh://gitrepo.FreeBSD.org/doc.git'
- % git -C /usr/home/grahamperrin/dev/freebsd/doc config author Graham Perrin <[email protected]>
- Missing name for redirect.
- % git -C /usr/home/grahamperrin/dev/freebsd/doc config author "Graham Perrin <[email protected]>"
- error: key does not contain a section: author
- % git -C /usr/home/grahamperrin/dev/freebsd/doc config --global author.email "[email protected]"
- % date
- Fri 1 Jul 2022 08:43:36 BST
- % git -C /usr/home/grahamperrin/dev/freebsd/doc push
- Enter passphrase for key '/home/grahamperrin/.ssh/id_rsa':
- Enter passphrase for key '/home/grahamperrin/.ssh/id_rsa':
- Enter passphrase for key '/home/grahamperrin/.ssh/id_rsa':
- Enumerating objects: 36, done.
- Counting objects: 100% (36/36), done.
- Delta compression using up to 4 threads
- Compressing objects: 100% (17/17), done.
- Writing objects: 100% (19/19), 5.47 KiB | 5.47 MiB/s, done.
- Total 19 (delta 13), reused 0 (delta 0), pack-reused 0
- remote:
- remote: ================================================================
- remote: grahamperrin, you are pushing a commit which author and committer are different:
- remote:
- remote: author: Graham Perrin <[email protected]>
- remote: commit: 4c74229a7c304b5864424c471db37914179d6661
- remote: subject: New committer (doc): Graham Perrin, grahamperrin@
- remote:
- remote: Please check the author name and email are correct and then use:
- remote: git push --push-option=confirm-author
- remote: ================================================================
- To ssh://gitrepo.FreeBSD.org/doc.git
- ! [remote rejected] main -> main (pre-receive hook declined)
- error: failed to push some refs to 'ssh://gitrepo.FreeBSD.org/doc.git'
- %
Add Comment
Please, Sign In to add comment