Untitled

Pasted by Anonymous on Mon Sep 6 12:35:09 2021 UTC as Text only
riting objects: 100% (5/5), 615 bytes | 615.00 KiB/s, done.
Total 5 (delta 4), reused 0 (delta 0), pack-reused 0
remote: Resolving deltas: 100% (4/4)
remote: Processing changes: refs: 1, done    
remote: ERROR: commit 35da39d: email address karlp@etactica.com is not registered in your account, and you lack 'forge committer' permission.
remote: The following addresses are currently registered:
remote:    karlp@tweak.net.au
remote: To register an email address, visit:
remote: https://review.openocd.org/settings#EmailAddresses
remote: 
remote: 
To ssh://openocd.zylin.com:29418/openocd-org.git
 ! [remote rejected] binary-getting-help -> refs/for/master (commit 35da39d: invalid committer)
error: failed to push some refs to 'ssh://openocd.zylin.com:29418/openocd-org.git'
karlp@strem:~/src/openocd-org (binary-getting-help)$ git show 35da39d
commit 35da39dce217ca82655364b9bdccf178479737a3 (HEAD -> binary-getting-help)
Author: Karl Palsson <karlp@tweak.net.au>
Date:   Mon Sep 6 12:31:39 2021 +0000

    Clarify where to get latest windows binaries from

diff --git a/content/pages/getting-openocd.rst b/content/pages/getting-openocd.rst
index c4579d4..d699ff8 100644
--- a/content/pages/getting-openocd.rst
+++ b/content/pages/getting-openocd.rst
@@ -29,6 +29,7 @@ Unofficial binary packages
 Some special circumstances might make using a package manager or self-compiling OpenOCD impractical, so several nice community members provide regularly updated binary builds on their web-sites.
 
 -  Liviu Ionescu maintains multi-platform binaries (`Windows 32/64-bit, Intel GNU/Linux 32/64-bit, Arm GNU/Linux 32/64-bit, and Intel macOS 64-bit <https://github.com/xpack-dev-tools/openocd-xpack/releases>`__) as part of `The xPack OpenOCD <https://xpack.github.io/openocd/>`__ project.
--  The official Github mirror automatically generates Windows binary archives for `releases <https://github.com/openocd-org/openocd/releases>`__ and `all master commits <https://github.com/openocd-org/openocd/actions/workflows/snapshot.yml>`__.
+- The official Github mirror automatically generates Windows binary archives for `releases <https://github.com/openocd-org/openocd/releases/latest>`__ as well as `latest development <https://github.com/openocd-org/openocd/releases/tag/latest>`__.
+  `All master commits are also built <https://github.com/openocd-org/openocd/actions/workflows/snapshot.yml>`__, if you need historical artifacts, but you must be loggged in to access them.
 -  Freddie Chopin maintains Windows binaries for `released versions <http://www.freddiechopin.info/en/download/category/4-openocd>`__ as well as `some snapshots <http://www.freddiechopin.info/en/download/category/10-openocd-dev>`__.
 -  Jens Bauer offers a `Mac/PPC (PowerPC) installer <http://openocd.gpio.dk/>`__.
karlp@strem:~/src/openocd-org (binary-getting-help)$