Cleanup makefile. Document fetch
This commit is contained in:
parent
ff133ea4ea
commit
e7a1f30076
12
Makefile
12
Makefile
|
@ -23,11 +23,13 @@ verify: test-image
|
||||||
--interactive \
|
--interactive \
|
||||||
--volume $(PWD)/:/home/test/sig \
|
--volume $(PWD)/:/home/test/sig \
|
||||||
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 \
|
||||||
./sig verify --threshold 1 --method=git --group maintainers; \
|
--group maintainers \
|
||||||
./sig verify --threshold 3 --method=detached --group maintainers; \
|
6B61ECD76088748C70590D55E90A401336C8AAA9; \
|
||||||
|
./sig verify --threshold 1 --method=git --group maintainers; \
|
||||||
|
./sig verify --threshold 3 --method=detached --group maintainers; \
|
||||||
"
|
"
|
||||||
|
|
||||||
.PHONY: test-image
|
.PHONY: test-image
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue