Articles, talks, and documents for Guix maintainers https://git.savannah.gnu.org/cgit/guix/maintenance.git
Ir al archivo
Ludovic Courtès be83dfaa19
hydra: bayfront: Add missing semicolon in nginx config.
* hydra/bayfront.scm (%hpc.guix.info-nginx-servers): Add missing
semicolon.
2023-12-13 23:11:11 +01:00
cdn
data Data for 1.4.0. 2022-12-19 15:11:59 +01:00
doc doc: Document Berlin's hard-reset procedure. 2023-11-26 01:00:00 +01:00
hydra hydra: bayfront: Add missing semicolon in nginx config. 2023-12-13 23:11:11 +01:00
licenses
talks talks: Add talk for DFN IT sysadmins. 2023-09-19 14:30:08 +02:00
.gitignore doc: First stab at a "Secure Supply Chain" paper. 2022-01-10 08:50:38 +01:00
.guix-authorizations Authorize Arun Isaac's PGP key. 2023-05-05 13:02:42 -04:00
README
historical-authorizations

README

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

If you’re 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.