Articles, talks, and documents for Guix maintainers
- TeX 67.4%
- Scheme 29%
- HTML 1.9%
- HCL 1.2%
- Makefile 0.3%
* 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 |
||
|---|---|---|
| cdn | ||
| data | ||
| doc | ||
| hydra | ||
| licenses | ||
| talks | ||
| .gitignore | ||
| .guix-authorizations | ||
| 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.