grahamperrin

FreeBSD doc [main 4c74229a7c] committed but not pushed

Jul 1st, 2022 (edited)
114
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://git@gitrepo.FreeBSD.org/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://git@gitrepo.FreeBSD.org/doc.git (fetch)
  22. origin ssh://git@gitrepo.FreeBSD.org/doc.git (push)
  23. % git -C /usr/doc remote -v
  24. freebsd https://git.freebsd.org/doc.git (fetch)
  25. freebsd ssh://git@gitrepo.freebsd.org/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: gpalmer@FreeBSD.org
  54. :gpalmer: {gpalmer-name} <{gpalmer-email}>
  55.  
  56. +:grahamperrin-name: Graham Perrin
  57. +:grahamperrin-email: grahamperrin@FreeBSD.org
  58. +:grahamperrin: {grahamperrin-name} <{grahamperrin-email}>
  59. +
  60. :graichen-name: Thomas Graichen
  61. :graichen-email: graichen@FreeBSD.org
  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:grahamperrin@FreeBSD.org\">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 <grahaperrin@gmail.com>
  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. % ssh grahamperrin@freefall.freebsd.org
  147. Enter passphrase for key '/home/grahamperrin/.ssh/id_rsa':
  148. grahamperrin@freefall:~ % echo $0
  149. -tcsh
  150. grahamperrin@freefall:~ % /usr/local/bin/gen-gitconfig.sh
  151. Use following commands in your newly cloned FreeBSD repository
  152. to ensure the committer name and email match FreeBSD.org data:
  153.  
  154. ----
  155. git config user.name "Graham Perrin"
  156. git config user.email grahamperrin@FreeBSD.org
  157. ---
  158.  
  159. Notes:
  160. - Your name needs to be exactly matched and the "FreeBSD.org"
  161. part in the email is case sensitive because we want your
  162. contribution history not to be counted separately, and
  163. work nicely with others' repository analyzers.
  164.  
  165. - You can use `git config --global` to set it globally in
  166. your ~/.gitconfig
  167. grahamperrin@freefall:~ % exit
  168. logout
  169. Connection to freefall.freebsd.org closed.
  170. % git -C /usr/home/grahamperrin/dev/freebsd/doc config user.name "Graham Perrin"
  171. % git -C /usr/home/grahamperrin/dev/freebsd/doc config user.email grahamperrin@FreeBSD.org
  172. % date
  173. Fri 1 Jul 2022 08:20:11 BST
  174. % git -C /usr/home/grahamperrin/dev/freebsd/doc push
  175. Enter passphrase for key '/home/grahamperrin/.ssh/id_rsa':
  176. Enumerating objects: 36, done.
  177. Counting objects: 100% (36/36), done.
  178. Delta compression using up to 4 threads
  179. Compressing objects: 100% (17/17), done.
  180. Writing objects: 100% (19/19), 5.47 KiB | 2.74 MiB/s, done.
  181. Total 19 (delta 13), reused 0 (delta 0), pack-reused 0
  182. remote:
  183. remote: ================================================================
  184. remote: grahamperrin, you are pushing a commit which author and committer are different:
  185. remote:
  186. remote: author: Graham Perrin <⋯@gmail.com>
  187. remote: commit: 4c74229a7c304b5864424c471db37914179d6661
  188. remote: subject: New committer (doc): Graham Perrin, grahamperrin@
  189. remote:
  190. remote: Please check the author name and email are correct and then use:
  191. remote: git push --push-option=confirm-author
  192. remote: ================================================================
  193. To ssh://gitrepo.FreeBSD.org/doc.git
  194. ! [remote rejected] main -> main (pre-receive hook declined)
  195. error: failed to push some refs to 'ssh://gitrepo.FreeBSD.org/doc.git'
  196. % git -C /usr/home/grahamperrin/dev/freebsd/doc push --push-option=confirm-author
  197. Enter passphrase for key '/home/grahamperrin/.ssh/id_rsa':
  198. Enumerating objects: 36, done.
  199. Counting objects: 100% (36/36), done.
  200. Delta compression using up to 4 threads
  201. Compressing objects: 100% (17/17), done.
  202. Writing objects: 100% (19/19), 5.47 KiB | 5.47 MiB/s, done.
  203. Total 19 (delta 13), reused 0 (delta 0), pack-reused 0
  204. remote:
  205. remote: ================================================================
  206. remote: grahamperrin, you can't push commit by Graham Perrin <grahaperrin@gmail.com>
  207. remote: 4c74229a7c304b5864424c471db37914179d6661 - New committer (doc): Graham Perrin, grahamperrin@
  208. remote:
  209. remote: Please check output of freefall:/usr/local/bin/gen-gitconfig.sh
  210. remote: ================================================================
  211. remote:
  212. remote: FATAL: VREF/COMMITTER-CHECK: helper program exit status 65280
  213. remote: error: hook declined to update refs/heads/main
  214. To ssh://gitrepo.FreeBSD.org/doc.git
  215. ! [remote rejected] main -> main (hook declined)
  216. error: failed to push some refs to 'ssh://gitrepo.FreeBSD.org/doc.git'
  217. % ssh grahamperrin@freefall.freebsd.org
  218. Enter passphrase for key '/home/grahamperrin/.ssh/id_rsa':
  219. grahamperrin@freefall:~ % /usr/local/bin/gen-gitconfig.sh
  220. Use following commands in your newly cloned FreeBSD repository
  221. to ensure the committer name and email match FreeBSD.org data:
  222.  
  223. ----
  224. git config user.name "Graham Perrin"
  225. git config user.email grahamperrin@FreeBSD.org
  226. ---
  227.  
  228. Notes:
  229. - Your name needs to be exactly matched and the "FreeBSD.org"
  230. part in the email is case sensitive because we want your
  231. contribution history not to be counted separately, and
  232. work nicely with others' repository analyzers.
  233.  
  234. - You can use `git config --global` to set it globally in
  235. your ~/.gitconfig
  236. grahamperrin@freefall:~ % exit
  237. logout
  238. Connection to freefall.freebsd.org closed.
  239. % git -C /usr/home/grahamperrin/dev/freebsd/doc config author.email grahamperrin@FreeBSD.org
  240. % date
  241. Fri 1 Jul 2022 08:25:13 BST
  242. % git -C /usr/home/grahamperrin/dev/freebsd/doc push
  243. Enter passphrase for key '/home/grahamperrin/.ssh/id_rsa':
  244. Enumerating objects: 36, done.
  245. Counting objects: 100% (36/36), done.
  246. Delta compression using up to 4 threads
  247. Compressing objects: 100% (17/17), done.
  248. Writing objects: 100% (19/19), 5.47 KiB | 2.74 MiB/s, done.
  249. Total 19 (delta 13), reused 0 (delta 0), pack-reused 0
  250. remote:
  251. remote: ================================================================
  252. remote: grahamperrin, you are pushing a commit which author and committer are different:
  253. remote:
  254. remote: author: Graham Perrin <⋯@gmail.com>
  255. remote: commit: 4c74229a7c304b5864424c471db37914179d6661
  256. remote: subject: New committer (doc): Graham Perrin, grahamperrin@
  257. remote:
  258. remote: Please check the author name and email are correct and then use:
  259. remote: git push --push-option=confirm-author
  260. remote: ================================================================
  261. To ssh://gitrepo.FreeBSD.org/doc.git
  262. ! [remote rejected] main -> main (pre-receive hook declined)
  263. error: failed to push some refs to 'ssh://gitrepo.FreeBSD.org/doc.git'
  264. % man git-config
  265. % git -C /usr/home/grahamperrin/dev/freebsd/doc config author.email Graham Perrin
  266. % date
  267. Fri 1 Jul 2022 08:27:50 BST
  268. % git -C /usr/home/grahamperrin/dev/freebsd/doc push
  269. Enter passphrase for key '/home/grahamperrin/.ssh/id_rsa':
  270. Enumerating objects: 36, done.
  271. Counting objects: 100% (36/36), done.
  272. Delta compression using up to 4 threads
  273. Compressing objects: 100% (17/17), done.
  274. Writing objects: 100% (19/19), 5.47 KiB | 5.47 MiB/s, done.
  275. Total 19 (delta 13), reused 0 (delta 0), pack-reused 0
  276. remote:
  277. remote: ================================================================
  278. remote: grahamperrin, you are pushing a commit which author and committer are different:
  279. remote:
  280. remote: author: Graham Perrin <⋯@gmail.com>
  281. remote: commit: 4c74229a7c304b5864424c471db37914179d6661
  282. remote: subject: New committer (doc): Graham Perrin, grahamperrin@
  283. remote:
  284. remote: Please check the author name and email are correct and then use:
  285. remote: git push --push-option=confirm-author
  286. remote: ================================================================
  287. To ssh://gitrepo.FreeBSD.org/doc.git
  288. ! [remote rejected] main -> main (pre-receive hook declined)
  289. error: failed to push some refs to 'ssh://gitrepo.FreeBSD.org/doc.git'
  290. % git -C /usr/home/grahamperrin/dev/freebsd/doc config author Graham Perrin <grahamperrin@FreeBSD.org>
  291. Missing name for redirect.
  292. % git -C /usr/home/grahamperrin/dev/freebsd/doc config author "Graham Perrin <grahamperrin@FreeBSD.org>"
  293. error: key does not contain a section: author
  294. % git -C /usr/home/grahamperrin/dev/freebsd/doc config --global author.email "grahamperrin@FreeBSD.org"
  295. % date
  296. Fri 1 Jul 2022 08:43:36 BST
  297. % git -C /usr/home/grahamperrin/dev/freebsd/doc push
  298. Enter passphrase for key '/home/grahamperrin/.ssh/id_rsa':
  299. Enter passphrase for key '/home/grahamperrin/.ssh/id_rsa':
  300. Enter passphrase for key '/home/grahamperrin/.ssh/id_rsa':
  301. Enumerating objects: 36, done.
  302. Counting objects: 100% (36/36), done.
  303. Delta compression using up to 4 threads
  304. Compressing objects: 100% (17/17), done.
  305. Writing objects: 100% (19/19), 5.47 KiB | 5.47 MiB/s, done.
  306. Total 19 (delta 13), reused 0 (delta 0), pack-reused 0
  307. remote:
  308. remote: ================================================================
  309. remote: grahamperrin, you are pushing a commit which author and committer are different:
  310. remote:
  311. remote: author: Graham Perrin <grahaperrin@gmail.com>
  312. remote: commit: 4c74229a7c304b5864424c471db37914179d6661
  313. remote: subject: New committer (doc): Graham Perrin, grahamperrin@
  314. remote:
  315. remote: Please check the author name and email are correct and then use:
  316. remote: git push --push-option=confirm-author
  317. remote: ================================================================
  318. To ssh://gitrepo.FreeBSD.org/doc.git
  319. ! [remote rejected] main -> main (pre-receive hook declined)
  320. error: failed to push some refs to 'ssh://gitrepo.FreeBSD.org/doc.git'
  321. %
Add Comment
Please, Sign In to add comment