doc: Adjust commit message template for the guix.sigs repo

This commit is contained in:
MarcoFalke 2021-07-20 16:54:42 +02:00
parent 951850bebf
commit fafade9c79
No known key found for this signature in database
GPG Key ID: CE2B75697E69A548

View File

@ -136,7 +136,7 @@ Commit your signature to guix.sigs:
```sh ```sh
pushd ./guix.sigs pushd ./guix.sigs
git add "${VERSION}/${SIGNER}"/noncodesigned.SHA256SUMS{,.asc} git add "${VERSION}/${SIGNER}"/noncodesigned.SHA256SUMS{,.asc}
git commit -m "Add ${VERSION} unsigned sigs for ${SIGNER}" git commit -m "Add attestations by ${SIGNER} for ${VERSION} non-codesigned"
git push # Assuming you can push to the guix.sigs tree git push # Assuming you can push to the guix.sigs tree
popd popd
``` ```
@ -189,7 +189,7 @@ Commit your signature for the signed macOS/Windows binaries:
```sh ```sh
pushd ./guix.sigs pushd ./guix.sigs
git add "${VERSION}/${SIGNER}"/all.SHA256SUMS{,.asc} git add "${VERSION}/${SIGNER}"/all.SHA256SUMS{,.asc}
git commit -m "Add ${SIGNER} ${VERSION} signed binaries signatures" git commit -m "Add attestations by ${SIGNER} for ${VERSION} codesigned"
git push # Assuming you can push to the guix.sigs tree git push # Assuming you can push to the guix.sigs tree
popd popd
``` ```