2
0
Fork 0
mirror of git://git.savannah.gnu.org/guix/maintenance.git synced 2023-12-14 03:33:04 +01:00
Articles, talks, and documents for Guix maintainers https://git.savannah.gnu.org/cgit/guix/maintenance.git
Go to file
Christopher Baines be2b815e9e
hydra: bayfront: Have NGinx serve reproducible.json from QA.
This file is written and updated by the qa-frontpage, and is consumed
by https://ismypackagereproducibleyet.org/

* hydra/bayfront.scm (%qa.guix.gnu.org-nginx-servers): Serve
reproducible.json.
2023-11-02 08:32:03 +00: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 doc: Fix PXE boot procedure documented in infra-handbook.org. 2023-04-24 14:47:57 -04:00
hydra hydra: bayfront: Have NGinx serve reproducible.json from QA. 2023-11-02 08:32:03 +00: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 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
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 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.