add todos

This commit is contained in:
Lance Vick 2020-11-12 19:39:11 -08:00
parent 9ae18ca169
commit 916af39691
Signed by: lrvick
GPG Key ID: 8E47A1EC35A1551D
1 changed files with 2 additions and 0 deletions

2
sig
View File

@ -122,6 +122,8 @@ cmd_verify() {
local min=3 local min=3
#TODO: support --group for a gpg-group #TODO: support --group for a gpg-group
local 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 ) \ ( [ -d ".${PROGRAM}" ] && ls .${PROGRAM}/*.asc >/dev/null 2>&1 ) \
|| die "Error: No signatures" || die "Error: No signatures"
cmd_manifest cmd_manifest