Articles, talks, and documents for Guix maintainers https://git.savannah.gnu.org/cgit/guix/maintenance.git
Go to file
Leo Famulari f7995b9816
hydra: cuirass: Remove broken kernel-updates-images jobset.
This jobset doesn't help test the new kernel versions because the
Cuirass system on berlin.gnu.org doesn't reliably build images, failing
with "missing derivation" errors like this:

------
cannot build missing derivation ?/gnu/store/hs6kp1lqgymhyp3jndc0dsp0pn4psgv0-gui-installed-desktop-os-encrypted.drv?
------

This is bug #54447:

https://issues.guix.gnu.org/54447

* hydra/modules/sysadmin/services.scm (cuirass-specs): Remove
'kernel-updates-images'.
2023-03-18 17:57:24 -04:00
cdn
data
doc doc: Add maintainers-handbook.org 2023-03-12 17:37:53 -04:00
hydra hydra: cuirass: Remove broken kernel-updates-images jobset. 2023-03-18 17:57:24 -04:00
licenses
talks talks: fosdem-2023: Add PDFs. 2023-02-06 12:17:43 +01:00
.gitignore
.guix-authorizations
README
historical-authorizations

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.