Articles, talks, and documents for Guix maintainers https://git.savannah.gnu.org/cgit/guix/maintenance.git
Go to file
Ludovic Courtès fd879eeebc
README: Document pre-push hook with 'guix git authenticate'.
* README: Document pre-push hook.
2021-05-06 12:39:51 +02:00
cdn cdn: README.org: Explain that the CDN is disabled. 2019-08-15 00:21:32 -07:00
data data: Refresh packages data for 1.3.0. 2021-04-18 23:06:38 -04:00
doc doc: Expound the note about the offload setup requirements. 2021-05-01 23:34:49 -04:00
guix-europe guix-europe: accounting: Add entries for February and March 2021. 2021-03-11 21:29:40 +01:00
hydra hydra: Remove definition of gwl-next. 2021-05-04 15:27:57 +02:00
talks talks: Add FOSDEM 2021 talk. 2021-03-02 11:16:32 +01:00
.gitignore Add UST4HPC talk. 2021-01-18 18:38:17 +01:00
.guix-authorizations Add '.guix-authorizations'. 2021-05-06 12:34:10 +02:00
README README: Document pre-push hook with 'guix git authenticate'. 2021-05-06 12:39:51 +02:00

README

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

This repository is meant to contain documents and tools by Guix hackers
and maintainers that do not fit in the Guix repository.

If youre a committer, please install this pre-push hook:

cat > .git/hooks/pre-push <<EOF
#!/bin/sh
exec guix git authenticate 8a7e10b447b574279a7016ae6ea15bc7bcd46253 "3CE4 6455 8A84 FDC6 9DB4  0CFB 090B 1199 3D9A EBB5"
EOF
chmod +x .git/hooks/pre-push

This will check whether your commits are signed by a key listed in
.guix-authorizations before pushing.