diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-06-28 16:33:01 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-06-29 14:27:22 +0200 |
commit | 3a8bfebed94ba295432da8304b7ffb4a611ef761 (patch) | |
tree | d2f2fe3214de0a36d5ebddbd2ab51540a0d19358 /Makefile.am | |
parent | 70d6ec3e4facb2eed4b8842031ebd2683a8cfd3b (diff) | |
download | patches-3a8bfebed94ba295432da8304b7ffb4a611ef761.tar patches-3a8bfebed94ba295432da8304b7ffb4a611ef761.tar.gz |
etc: Remove hydra.gnu.org.pub key.
* etc/substitutes/hydra.gnu.org.pub: Delete file.
* guix/self.scm (miscellaneous-files): Don't install it.
* Makefile.am (dist_pkgdata_DATA): Remove it.
* gnu/services/base.scm (%default-authorized-guix-keys): Likewise.
(hydra-key-authorization): Rename to…
(substitute-key-authorization): …this. Adjust only call site.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index 80be73e4bf..8adf23c699 100644 --- a/Makefile.am +++ b/Makefile.am @@ -489,9 +489,8 @@ check-system: $(GOBJECTS) -e '(@@ (run-system-tests) run-system-tests)' \ $(top_srcdir)/build-aux/run-system-tests.scm -# Public key used to sign substitutes from hydra.gnu.org & co. +# Public keys used to sign substitutes. dist_pkgdata_DATA = \ - etc/substitutes/hydra.gnu.org.pub \ etc/substitutes/berlin.guixsd.org.pub \ etc/substitutes/ci.guix.gnu.org.pub \ etc/substitutes/ci.guix.info.pub |