Articles, talks, and documents for Guix maintainers
  • TeX 67.4%
  • Scheme 29%
  • HTML 1.9%
  • HCL 1.2%
  • Makefile 0.3%
Find a file
Ludovic Courtès dc9b3bc7d3
hydra: build-machines: Childhurd watchdog retries restarts on failure.
* hydra/modules/sysadmin/build-machines.scm (childhurd-watchdog-service):
New procedure.
(childhurd-watchdog-service): Use it.

Fixes: guix/maintenance#83
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Merges: #84
2026-03-05 12:18:22 +01:00
cdn cdn: README.org: Explain that the CDN is disabled. 2019-08-15 00:21:32 -07:00
data Data for 1.4.0. 2022-12-19 15:11:59 +01:00
doc maintainers: Update welcome-new-committer template. 2026-02-20 14:20:50 +09:00
hydra hydra: build-machines: Childhurd watchdog retries restarts on failure. 2026-03-05 12:18:22 +01:00
licenses Add a directory for some of the licenses used in this repo. 2021-08-11 11:25:42 +02:00
talks talks: Add Git authentication talk for Capitole du Libre. 2025-11-15 10:06:50 +01:00
.gitignore doc: First stab at a "Secure Supply Chain" paper. 2022-01-10 08:50:38 +01:00
.guix-authorizations .guix-authorizations: Register Gabriel Wicki's key. 2025-07-31 13:07:58 +09:00
historical-authorizations Add 'historical-authorizations' file. 2021-05-06 12:40:40 +02:00
README README: Document pre-push hook with 'guix git authenticate'. 2021-05-06 12:39:51 +02:00

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.