Articles, talks, and documents for Guix maintainers https://git.savannah.gnu.org/cgit/guix/maintenance.git
Go to file
Tobias Geerinckx-Rice d3eaabdc6a
hydra: berlin: Allow HTTP to any IP address.
I wanted to keep this minimal.  It didn't work: Wireguard clients use
10.0.0.0/8 IPs directly as well.

* hydra/nginx/berlin.scm (%berlin-servers): Match anything ending in a
digit, which, until the gTLD crowd goes truly bonkers, is an IP address.
And if it's not, the request wouldn't reach us anyway, right?

Reported by Ludovic Courtès <ludo@gnu.org>.
2021-11-20 21:12:19 +01:00
cdn cdn: README.org: Explain that the CDN is disabled. 2019-08-15 00:21:32 -07:00
data data: Update packages data for v1.3.0. 2021-05-10 13:45:13 -04:00
doc Add guixp9 to the CI. 2021-08-28 15:06:25 +02:00
guix-europe guix-europe: accounting: Add entries for August to October 2021. 2021-11-16 20:55:17 +01:00
hydra hydra: berlin: Allow HTTP to any IP address. 2021-11-20 21:12:19 +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 "beamer-manifest.scm". 2021-11-16 17:10:49 +01:00
.gitignore packaging-con: Update. 2021-11-10 18:47:08 +01:00
.guix-authorizations Add '.guix-authorizations'. 2021-05-06 12:34:10 +02:00
README README: Document pre-push hook with 'guix git authenticate'. 2021-05-06 12:39:51 +02:00
historical-authorizations Add 'historical-authorizations' file. 2021-05-06 12:40:40 +02:00

README

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.