2
0
Fork 0
mirror of git://git.savannah.gnu.org/guix/maintenance.git synced 2023-12-14 03:33:04 +01:00

hydra: overdrive: Accept binaries from Ludo's laptop.

* hydra/keys/guix/ludo-laptop-export.pub: New file.
* hydra/overdrive.scm (%authorized-guix-keys): Add it.
This commit is contained in:
Ludovic Courtès 2021-01-18 18:45:15 +01:00
parent b6a80c6255
commit e59d436ca9
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5
2 changed files with 12 additions and 2 deletions

View file

@ -0,0 +1,6 @@
(public-key
(ecc
(curve Ed25519)
(q #460C868BFBC6DB6CBD17CEFF2152ABDCC67ED891953161DB7FA892CBA3C13B0F#)
)
)

View file

@ -1,5 +1,5 @@
;; GuixSD configuration file for the SoftIron OverDrive 1000 build machines.
;; Copyright © 2016, 2017, 2018, 2020 Ludovic Courtès <ludo@gnu.org>
;; Copyright © 2016, 2017, 2018, 2020, 2021 Ludovic Courtès <ludo@gnu.org>
;; Released under the GNU GPLv3 or any later version.
(use-modules (guix) (gnu))
@ -28,7 +28,11 @@
(define %authorized-guix-keys
;; List of authorized 'guix archive' keys.
(list (local-file "keys/guix/berlin.guixsd.org-export.pub")))
(list (local-file "keys/guix/berlin.guixsd.org-export.pub")
;; Exceptionally, allow exports from Ludo's laptop. This is
;; necessary for the release process.
(local-file "keys/guix/ludo-laptop-export.pub")))
(define gc-job
;; Run 'guix gc' at 3AM every day.