diff options
author | Allan McRae <allan@archlinux.org> | 2022-03-29 19:36:16 +1000 |
---|---|---|
committer | Levente Polyak <anthraxx@archlinux.org> | 2022-06-09 20:41:18 +0200 |
commit | d00a28ea0ed981d47634504c3eb67c5b8870bc62 (patch) | |
tree | 9109795ee372700d48450a2c49ba3e1501511f77 /Makefile | |
parent | 5e98478344fbdecd5f07eb92ef92ee43bc66e1a9 (diff) | |
download | devtools-d00a28ea0ed981d47634504c3eb67c5b8870bc62.tar.xz |
Export source PGPs from PKGBUILD on commit
Provide a tool to export keys listed in the PKGBUILDs validpgpkeys to
keys/pgp/$fingerprint.asc.
The presense of the "keys" directory alongside the PKGBUILD in trunk/
is tested during commitpkg. If the directory is abscent, keys are
exported and added to the commit. If the directory is present, a
check is made to ensure all valid PGP keys are provided.
Signed-off-by: Allan McRae <allan@archlinux.org>
Signed-off-by: Levente Polyak <anthraxx@archlinux.org>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -13,6 +13,7 @@ IN_PROGS = \ commitpkg \ crossrepomove\ diffpkg \ + export-pkgbuild-keys \ finddeps \ find-libdeps \ lddd \ @@ -74,6 +75,7 @@ BASHCOMPLETION_LINKS = \ MANS = \ doc/archbuild.1 \ doc/arch-nspawn.1 \ + doc/export-pkgbuild-keys.1 \ doc/makechrootpkg.1 \ doc/lddd.1 \ doc/checkpkg.1 \ |