Articles, talks, and documents for Guix maintainers https://git.savannah.gnu.org/cgit/guix/maintenance.git
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Leo Famulari f7995b9816
hydra: cuirass: Remove broken kernel-updates-images jobset.
5 days ago
cdn cdn: README.org: Explain that the CDN is disabled. 4 years ago
data Data for 1.4.0. 3 months ago
doc doc: Add maintainers-handbook.org 2 weeks ago
hydra hydra: cuirass: Remove broken kernel-updates-images jobset. 5 days ago
licenses Add a directory for some of the licenses used in this repo. 2 years ago
talks talks: fosdem-2023: Add PDFs. 2 months ago
.gitignore doc: First stab at a "Secure Supply Chain" paper. 1 year ago
.guix-authorizations .guix-authorizations: Remove Mark Weaver due to inactivity. 1 year ago
README README: Document pre-push hook with 'guix git authenticate'. 2 years ago
historical-authorizations Add 'historical-authorizations' file. 2 years ago

README

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

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.