diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2014-02-25 15:55:07 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2014-02-25 15:55:07 -0300 |
commit | d5c78e5d1597128fc8442c1efa31dff3f886e323 (patch) | |
tree | 4d3957b45a9343017fac46f2e9c86dcccd255f54 /lib | |
parent | a7afc30ecce868a396f5df2ca6d42059dbcdc958 (diff) | |
download | keyringer-d5c78e5d1597128fc8442c1efa31dff3f886e323.tar.gz keyringer-d5c78e5d1597128fc8442c1efa31dff3f886e323.tar.bz2 |
TODO update
Diffstat (limited to 'lib')
-rwxr-xr-x | lib/keyringer/actions/check | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/keyringer/actions/check b/lib/keyringer/actions/check index 70fa7b4..1ccd9c8 100755 --- a/lib/keyringer/actions/check +++ b/lib/keyringer/actions/check @@ -19,13 +19,13 @@ source "$LIB" || exit 1 # The following should run automatically from keyringer_check_recipients # and keyringer_check_repository: # -# TODO: Pull the keyring repository. -# TODO: Fetch absent keys from all recipients. +# Pull the keyring repository. +# Git maintenance operations. +# Fetch absent keys from all recipients. # TODO: Check if keys in all recipients files are about to expire. # TODO: Time to expire can be configured via repository options. # TODO: Users can be alerted by mail if configured by user preferences. # TODO: Outgoing emails can be encrypted. -# TODO: Git maintenance operations. # This should be done here: # TODO: Check canaries' timestamps, warning by mail if configured by user preferences. |