diff options
| author | Nicolas Graves <ngraves@ngraves.fr> | 2026-03-01 17:38:09 +0100 |
|---|---|---|
| committer | Nguyễn Gia Phong <cnx@loang.net> | 2026-04-10 14:55:04 +0900 |
| commit | 4c7a7a1d498f4ca418a649a0b3e3a056569aec15 (patch) | |
| tree | ae694f5f88917e752725a60a5526c4fbf6eb7688 /Makefile.am | |
| parent | 4cbd5f883d1b05fd518f88e9256261b4229a6896 (diff) | |
tests: keys: Moving to openpgp subdirectory.
* tests/keys/*.(pub|sec): Move to tests/keys/openpgp/*.(pub|sec)
* build-aux/test-env.in: Adapt accordingly.
* Makefile.am: Likewise.
* guix/tests/gnupg.scm: Likewise.
* tests/guix-authenticate.sh: Likewise.
* tests/openpgp.scm: Likewise.
Change-Id: If8897cec9851cc51a4ebadcc5927dc0e0520b881
Reviewed-by: Danny Milosavljevic <dannym@friendly-machines.com>
Signed-off-by: Nguyễn Gia Phong <cnx@loang.net>
Diffstat (limited to 'Makefile.am')
| -rw-r--r-- | Makefile.am | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/Makefile.am b/Makefile.am index 1ef57af7a5..976c5cad74 100644 --- a/Makefile.am +++ b/Makefile.am @@ -802,17 +802,17 @@ EXTRA_DIST += \ etc/manifests/upgrade.scm \ scripts/guix.in \ tests/cve-sample.json \ - tests/keys/civodul.pub \ - tests/keys/dsa.pub \ - tests/keys/ed25519-2.pub \ - tests/keys/ed25519-2.sec \ - tests/keys/ed25519-3.pub \ - tests/keys/ed25519-3.sec \ - tests/keys/ed25519.pub \ - tests/keys/ed25519.sec \ - tests/keys/rsa.pub \ - tests/keys/signing-key.pub \ - tests/keys/signing-key.sec \ + tests/keys/openpgp/civodul.pub \ + tests/keys/openpgp/dsa.pub \ + tests/keys/openpgp/ed25519-2.pub \ + tests/keys/openpgp/ed25519-2.sec \ + tests/keys/openpgp/ed25519-3.pub \ + tests/keys/openpgp/ed25519-3.sec \ + tests/keys/openpgp/ed25519.pub \ + tests/keys/openpgp/ed25519.sec \ + tests/keys/openpgp/rsa.pub \ + tests/keys/openpgp/signing-key.pub \ + tests/keys/openpgp/signing-key.sec \ tests/test.drv \ $(TESTS) |
