From caa285f1cceb392fbcec264d495341c9954588ff Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Wed, 24 Jan 2018 21:33:29 +0100 Subject: cli: Print Manifest timestamp as well --- gemato/cli.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/gemato/cli.py b/gemato/cli.py index de5930c..5fb6e24 100644 --- a/gemato/cli.py +++ b/gemato/cli.py @@ -76,6 +76,10 @@ def do_verify(args, argp): logging.error('Top-level Manifest {} is not OpenPGP signed'.format(tlm)) return 1 + ts = m.find_timestamp() + if ts: + logging.info('Manifest timestamp: {} UTC'.format(ts.ts)) + if m.openpgp_signed: logging.info('Valid OpenPGP signature found:') logging.info('- primary key: {}'.format( -- cgit v1.2.3