grahamperrin

FreeBSD doc [main 4c74229a7c] committed but not pushed

Jul 1st, 2022 (edited)
167
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.56 KB | None | 0 0
  1. % whoami ; pwd
  2. grahamperrin
  3. /usr/home/grahamperrin/dev/freebsd/doc
  4. % cd .. && rm -r doc
  5. override r--r--r-- grahamperrin/grahamperrin uarch for doc/.git/objects/44/8c83fe3234724fa80f755d5e53cd04fb3b8fc3? ^C
  6. % sudo rm -r /usr/home/grahamperrin/dev/freebsd/doc
  7. grahamperrin's password:
  8. % pwd
  9. /usr/home/grahamperrin/dev/freebsd
  10. % git -C /usr/home/grahamperrin/dev/freebsd clone ssh://[email protected]/doc.git
  11. Cloning into 'doc'...
  12. Enter passphrase for key '/home/grahamperrin/.ssh/id_rsa':
  13. remote: Enumerating objects: 485038, done.
  14. remote: Counting objects: 100% (35195/35195), done.
  15. remote: Compressing objects: 100% (11027/11027), done.
  16. remote: Total 485038 (delta 24020), reused 29246 (delta 20036), pack-reused 449843
  17. Receiving objects: 100% (485038/485038), 309.51 MiB | 5.33 MiB/s, done.
  18. Resolving deltas: 100% (332960/332960), done.
  19. Updating files: 100% (9825/9825), done.
  20. % git -C /usr/home/grahamperrin/dev/freebsd/doc remote -v
  21. origin ssh://[email protected]/doc.git (fetch)
  22. origin ssh://[email protected]/doc.git (push)
  23. % git -C /usr/doc remote -v
  24. freebsd https://git.freebsd.org/doc.git (fetch)
  25. freebsd ssh://[email protected]/doc.git (push)
  26. origin https://github.com/grahamperrin/freebsd-doc.git (fetch)
  27. origin https://github.com/grahamperrin/freebsd-doc.git (push)
  28. upstream https://github.com/freebsd/freebsd-doc.git (fetch)
  29. upstream https://github.com/freebsd/freebsd-doc.git (push)
  30. % rm /tmp/doc-git-patchfile
  31. % git -C /usr/doc diff main patch-1 > /tmp/doc-git-patchfile
  32. % git -C /usr/home/grahamperrin/dev/freebsd/doc apply /tmp/doc-git-patchfile
  33. % git -C /usr/home/grahamperrin/dev/freebsd/doc diff
  34. diff --git a/documentation/content/en/articles/pgpkeys/_index.adoc b/documentation/content/en/articles/pgpkeys/_index.adoc
  35. index 4d93eb0f22..b7e5ced254 100644
  36. --- a/documentation/content/en/articles/pgpkeys/_index.adoc
  37. +++ b/documentation/content/en/articles/pgpkeys/_index.adoc
  38. @@ -1005,6 +1005,9 @@ include::{include-path}den.key[]
  39. === `{csjp}`
  40. include::{include-path}csjp.key[]
  41.  
  42. +=== `{grahamperrin}`
  43. +include::{include-path}grahamperrin.key[]
  44. +
  45. === `{gerald}`
  46. include::{include-path}gerald.key[]
  47.  
  48. diff --git a/shared/authors.adoc b/shared/authors.adoc
  49. index 1253ce0b43..79a35779ae 100644
  50. --- a/shared/authors.adoc
  51. +++ b/shared/authors.adoc
  52. @@ -1236,6 +1236,10 @@
  53. :gpalmer-email: [email protected]
  54. :gpalmer: {gpalmer-name} <{gpalmer-email}>
  55.  
  56. +:grahamperrin-name: Graham Perrin
  57. +:grahamperrin-email: [email protected]
  58. +:grahamperrin: {grahamperrin-name} <{grahamperrin-email}>
  59. +
  60. :graichen-name: Thomas Graichen
  61. :graichen-email: [email protected]
  62. :graichen: {graichen-name} <{graichen-email}>
  63. diff --git a/shared/contrib-committers.adoc b/shared/contrib-committers.adoc
  64. index 0a88224d59..448c83fe32 100644
  65. --- a/shared/contrib-committers.adoc
  66. +++ b/shared/contrib-committers.adoc
  67. @@ -263,6 +263,7 @@
  68. * {cperciva}
  69. * {alfred}
  70. * {csjp}
  71. +* {grahamperrin}
  72. * {gerald}
  73. * {scottph}
  74. * {0mp}
  75. diff --git a/website/data/en/news/news.toml b/website/data/en/news/news.toml
  76. index 6a089600b2..55ff5abf34 100644
  77. --- a/website/data/en/news/news.toml
  78. +++ b/website/data/en/news/news.toml
  79. @@ -14,6 +14,10 @@ date= "2022-06-09"
  80. title = "January-March 2022 Status Report"
  81. 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."
  82.  
  83. +[[news]]
  84. +date= "2022-06-01"
  85. +description = "New committer: <a href=\"mailto:[email protected]\">Graham Perrin</a> (doc)"
  86. +
  87. [[news]]
  88. date = "2022-05-12"
  89. title = "FreeBSD 13.1-RELEASE Available"
  90. % git -C /usr/home/grahamperrin/dev/freebsd/doc add .
  91. % git -C /usr/home/grahamperrin/dev/freebsd/doc commit
  92. [main 4c74229a7c] New committer (doc): Graham Perrin, grahamperrin@
  93. 5 files changed, 104 insertions(+)
  94. create mode 100644 documentation/static/pgpkeys/grahamperrin.key
  95. % git -C /usr/home/grahamperrin/dev/freebsd/doc status
  96. On branch main
  97. Your branch is ahead of 'origin/main' by 1 commit.
  98. (use "git push" to publish your local commits)
  99.  
  100. nothing to commit, working tree clean
  101. % date
  102. Fri 1 Jul 2022 08:16:10 BST
  103. % git -C /usr/home/grahamperrin/dev/freebsd/doc push
  104. Enter passphrase for key '/home/grahamperrin/.ssh/id_rsa':
  105. Enumerating objects: 36, done.
  106. Counting objects: 100% (36/36), done.
  107. Delta compression using up to 4 threads
  108. Compressing objects: 100% (17/17), done.
  109. Writing objects: 100% (19/19), 5.47 KiB | 2.74 MiB/s, done.
  110. Total 19 (delta 13), reused 0 (delta 0), pack-reused 0
  111. remote:
  112. remote: ================================================================
  113. remote: grahamperrin, you are pushing a commit which author and committer are different:
  114. remote:
  115. remote: author: Graham Perrin <⋯@gmail.com>
  116. remote: commit: 4c74229a7c304b5864424c471db37914179d6661
  117. remote: subject: New committer (doc): Graham Perrin, grahamperrin@
  118. remote:
  119. remote: Please check the author name and email are correct and then use:
  120. remote: git push --push-option=confirm-author
  121. remote: ================================================================
  122. To ssh://gitrepo.FreeBSD.org/doc.git
  123. ! [remote rejected] main -> main (pre-receive hook declined)
  124. error: failed to push some refs to 'ssh://gitrepo.FreeBSD.org/doc.git'
  125. % git -C /usr/home/grahamperrin/dev/freebsd/doc push --push-option=confirm-author
  126. Enter passphrase for key '/home/grahamperrin/.ssh/id_rsa':
  127. Enumerating objects: 36, done.
  128. Counting objects: 100% (36/36), done.
  129. Delta compression using up to 4 threads
  130. Compressing objects: 100% (17/17), done.
  131. Writing objects: 100% (19/19), 5.47 KiB | 5.47 MiB/s, done.
  132. Total 19 (delta 13), reused 0 (delta 0), pack-reused 0
  133. remote:
  134. remote: ================================================================
  135. remote: grahamperrin, you can't push commit by Graham Perrin <[email protected]>
  136. remote: 4c74229a7c304b5864424c471db37914179d6661 - New committer (doc): Graham Perrin, grahamperrin@
  137. remote:
  138. remote: Please check output of freefall:/usr/local/bin/gen-gitconfig.sh
  139. remote: ================================================================
  140. remote:
  141. remote: FATAL: VREF/COMMITTER-CHECK: helper program exit status 65280
  142. remote: error: hook declined to update refs/heads/main
  143. To ssh://gitrepo.FreeBSD.org/doc.git
  144. ! [remote rejected] main -> main (hook declined)
  145. error: failed to push some refs to 'ssh://gitrepo.FreeBSD.org/doc.git'
  146. Enter passphrase for key '/home/grahamperrin/.ssh/id_rsa':
  147. grahamperrin@freefall:~ % echo $0
  148. -tcsh
  149. grahamperrin@freefall:~ % /usr/local/bin/gen-gitconfig.sh
  150. Use following commands in your newly cloned FreeBSD repository
  151. to ensure the committer name and email match FreeBSD.org data:
  152.  
  153. ----
  154. git config user.name "Graham Perrin"
  155. git config user.email [email protected]
  156. ---
  157.  
  158. Notes:
  159. - Your name needs to be exactly matched and the "FreeBSD.org"
  160. part in the email is case sensitive because we want your
  161. contribution history not to be counted separately, and
  162. work nicely with others' repository analyzers.
  163.  
  164. - You can use `git config --global` to set it globally in
  165. your ~/.gitconfig
  166. grahamperrin@freefall:~ % exit
  167. logout
  168. Connection to freefall.freebsd.org closed.
  169. % git -C /usr/home/grahamperrin/dev/freebsd/doc config user.name "Graham Perrin"
  170. % git -C /usr/home/grahamperrin/dev/freebsd/doc config user.email [email protected]
  171. % date
  172. Fri 1 Jul 2022 08:20:11 BST
  173. % git -C /usr/home/grahamperrin/dev/freebsd/doc push
  174. Enter passphrase for key '/home/grahamperrin/.ssh/id_rsa':
  175. Enumerating objects: 36, done.
  176. Counting objects: 100% (36/36), done.
  177. Delta compression using up to 4 threads
  178. Compressing objects: 100% (17/17), done.
  179. Writing objects: 100% (19/19), 5.47 KiB | 2.74 MiB/s, done.
  180. Total 19 (delta 13), reused 0 (delta 0), pack-reused 0
  181. remote:
  182. remote: ================================================================
  183. remote: grahamperrin, you are pushing a commit which author and committer are different:
  184. remote:
  185. remote: author: Graham Perrin <⋯@gmail.com>
  186. remote: commit: 4c74229a7c304b5864424c471db37914179d6661
  187. remote: subject: New committer (doc): Graham Perrin, grahamperrin@
  188. remote:
  189. remote: Please check the author name and email are correct and then use:
  190. remote: git push --push-option=confirm-author
  191. remote: ================================================================
  192. To ssh://gitrepo.FreeBSD.org/doc.git
  193. ! [remote rejected] main -> main (pre-receive hook declined)
  194. error: failed to push some refs to 'ssh://gitrepo.FreeBSD.org/doc.git'
  195. % git -C /usr/home/grahamperrin/dev/freebsd/doc push --push-option=confirm-author
  196. Enter passphrase for key '/home/grahamperrin/.ssh/id_rsa':
  197. Enumerating objects: 36, done.
  198. Counting objects: 100% (36/36), done.
  199. Delta compression using up to 4 threads
  200. Compressing objects: 100% (17/17), done.
  201. Writing objects: 100% (19/19), 5.47 KiB | 5.47 MiB/s, done.
  202. Total 19 (delta 13), reused 0 (delta 0), pack-reused 0
  203. remote:
  204. remote: ================================================================
  205. remote: grahamperrin, you can't push commit by Graham Perrin <[email protected]>
  206. remote: 4c74229a7c304b5864424c471db37914179d6661 - New committer (doc): Graham Perrin, grahamperrin@
  207. remote:
  208. remote: Please check output of freefall:/usr/local/bin/gen-gitconfig.sh
  209. remote: ================================================================
  210. remote:
  211. remote: FATAL: VREF/COMMITTER-CHECK: helper program exit status 65280
  212. remote: error: hook declined to update refs/heads/main
  213. To ssh://gitrepo.FreeBSD.org/doc.git
  214. ! [remote rejected] main -> main (hook declined)
  215. error: failed to push some refs to 'ssh://gitrepo.FreeBSD.org/doc.git'
  216. Enter passphrase for key '/home/grahamperrin/.ssh/id_rsa':
  217. grahamperrin@freefall:~ % /usr/local/bin/gen-gitconfig.sh
  218. Use following commands in your newly cloned FreeBSD repository
  219. to ensure the committer name and email match FreeBSD.org data:
  220.  
  221. ----
  222. git config user.name "Graham Perrin"
  223. git config user.email [email protected]
  224. ---
  225.  
  226. Notes:
  227. - Your name needs to be exactly matched and the "FreeBSD.org"
  228. part in the email is case sensitive because we want your
  229. contribution history not to be counted separately, and
  230. work nicely with others' repository analyzers.
  231.  
  232. - You can use `git config --global` to set it globally in
  233. your ~/.gitconfig
  234. grahamperrin@freefall:~ % exit
  235. logout
  236. Connection to freefall.freebsd.org closed.
  237. % git -C /usr/home/grahamperrin/dev/freebsd/doc config author.email [email protected]
  238. % date
  239. Fri 1 Jul 2022 08:25:13 BST
  240. % git -C /usr/home/grahamperrin/dev/freebsd/doc push
  241. Enter passphrase for key '/home/grahamperrin/.ssh/id_rsa':
  242. Enumerating objects: 36, done.
  243. Counting objects: 100% (36/36), done.
  244. Delta compression using up to 4 threads
  245. Compressing objects: 100% (17/17), done.
  246. Writing objects: 100% (19/19), 5.47 KiB | 2.74 MiB/s, done.
  247. Total 19 (delta 13), reused 0 (delta 0), pack-reused 0
  248. remote:
  249. remote: ================================================================
  250. remote: grahamperrin, you are pushing a commit which author and committer are different:
  251. remote:
  252. remote: author: Graham Perrin <⋯@gmail.com>
  253. remote: commit: 4c74229a7c304b5864424c471db37914179d6661
  254. remote: subject: New committer (doc): Graham Perrin, grahamperrin@
  255. remote:
  256. remote: Please check the author name and email are correct and then use:
  257. remote: git push --push-option=confirm-author
  258. remote: ================================================================
  259. To ssh://gitrepo.FreeBSD.org/doc.git
  260. ! [remote rejected] main -> main (pre-receive hook declined)
  261. error: failed to push some refs to 'ssh://gitrepo.FreeBSD.org/doc.git'
  262. % man git-config
  263. % git -C /usr/home/grahamperrin/dev/freebsd/doc config author.email Graham Perrin
  264. % date
  265. Fri 1 Jul 2022 08:27:50 BST
  266. % git -C /usr/home/grahamperrin/dev/freebsd/doc push
  267. Enter passphrase for key '/home/grahamperrin/.ssh/id_rsa':
  268. Enumerating objects: 36, done.
  269. Counting objects: 100% (36/36), done.
  270. Delta compression using up to 4 threads
  271. Compressing objects: 100% (17/17), done.
  272. Writing objects: 100% (19/19), 5.47 KiB | 5.47 MiB/s, done.
  273. Total 19 (delta 13), reused 0 (delta 0), pack-reused 0
  274. remote:
  275. remote: ================================================================
  276. remote: grahamperrin, you are pushing a commit which author and committer are different:
  277. remote:
  278. remote: author: Graham Perrin <⋯@gmail.com>
  279. remote: commit: 4c74229a7c304b5864424c471db37914179d6661
  280. remote: subject: New committer (doc): Graham Perrin, grahamperrin@
  281. remote:
  282. remote: Please check the author name and email are correct and then use:
  283. remote: git push --push-option=confirm-author
  284. remote: ================================================================
  285. To ssh://gitrepo.FreeBSD.org/doc.git
  286. ! [remote rejected] main -> main (pre-receive hook declined)
  287. error: failed to push some refs to 'ssh://gitrepo.FreeBSD.org/doc.git'
  288. % git -C /usr/home/grahamperrin/dev/freebsd/doc config author Graham Perrin <[email protected]>
  289. Missing name for redirect.
  290. % git -C /usr/home/grahamperrin/dev/freebsd/doc config author "Graham Perrin <[email protected]>"
  291. error: key does not contain a section: author
  292. % git -C /usr/home/grahamperrin/dev/freebsd/doc config --global author.email "[email protected]"
  293. % date
  294. Fri 1 Jul 2022 08:43:36 BST
  295. % git -C /usr/home/grahamperrin/dev/freebsd/doc push
  296. Enter passphrase for key '/home/grahamperrin/.ssh/id_rsa':
  297. Enter passphrase for key '/home/grahamperrin/.ssh/id_rsa':
  298. Enter passphrase for key '/home/grahamperrin/.ssh/id_rsa':
  299. Enumerating objects: 36, done.
  300. Counting objects: 100% (36/36), done.
  301. Delta compression using up to 4 threads
  302. Compressing objects: 100% (17/17), done.
  303. Writing objects: 100% (19/19), 5.47 KiB | 5.47 MiB/s, done.
  304. Total 19 (delta 13), reused 0 (delta 0), pack-reused 0
  305. remote:
  306. remote: ================================================================
  307. remote: grahamperrin, you are pushing a commit which author and committer are different:
  308. remote:
  309. remote: author: Graham Perrin <[email protected]>
  310. remote: commit: 4c74229a7c304b5864424c471db37914179d6661
  311. remote: subject: New committer (doc): Graham Perrin, grahamperrin@
  312. remote:
  313. remote: Please check the author name and email are correct and then use:
  314. remote: git push --push-option=confirm-author
  315. remote: ================================================================
  316. To ssh://gitrepo.FreeBSD.org/doc.git
  317. ! [remote rejected] main -> main (pre-receive hook declined)
  318. error: failed to push some refs to 'ssh://gitrepo.FreeBSD.org/doc.git'
  319. %
Add Comment
Please, Sign In to add comment