Cleanup makefile. Document fetch

This commit is contained in:
Lance Vick 2020-11-20 01:21:39 -08:00
parent ff133ea4ea
commit e7a1f30076
Signed by: lrvick
GPG Key ID: 8E47A1EC35A1551D
2 changed files with 9 additions and 5 deletions

View File

@ -25,7 +25,9 @@ verify: test-image
local/sig-test /bin/bash -c " \ local/sig-test /bin/bash -c " \
cp -R sig /tmp/sig; \ cp -R sig /tmp/sig; \
cd /tmp/sig; \ cd /tmp/sig; \
./sig fetch --group maintainers 6B61ECD76088748C70590D55E90A401336C8AAA9; \ ./sig fetch \
--group maintainers \
6B61ECD76088748C70590D55E90A401336C8AAA9; \
./sig verify --threshold 1 --method=git --group maintainers; \ ./sig verify --threshold 1 --method=git --group maintainers; \
./sig verify --threshold 3 --method=detached --group maintainers; \ ./sig verify --threshold 3 --method=detached --group maintainers; \
" "

View File

@ -58,6 +58,8 @@ The simple GPG signature toolchain for directories or git repos.
* Add signature to manifest for this directory * Add signature to manifest for this directory
* sig manifest * sig manifest
* Generate hash manifest for this directory * Generate hash manifest for this directory
* sig fetch [-g,--group=<group>]
* Fetch key by fingerprint. Optionally add to group.
* sig help * sig help
* Show help text. * Show help text.
* sig version * sig version