add todos
This commit is contained in:
parent
9ae18ca169
commit
916af39691
2
sig
2
sig
|
@ -122,6 +122,8 @@ cmd_verify() {
|
|||
local min=3
|
||||
#TODO: support --group for a gpg-group
|
||||
local group=""
|
||||
#TODO: if git: show git signature status to aid in trust building
|
||||
#TODO: if git and if invalid: show diff against last valid version
|
||||
( [ -d ".${PROGRAM}" ] && ls .${PROGRAM}/*.asc >/dev/null 2>&1 ) \
|
||||
|| die "Error: No signatures"
|
||||
cmd_manifest
|
||||
|
|
Loading…
Reference in New Issue