]> git.decadent.org.uk Git - dak.git/commit
key expire
authorJoerg Jaspert <joerg@debian.org>
Sat, 21 Feb 2009 11:13:02 +0000 (12:13 +0100)
committerJoerg Jaspert <joerg@debian.org>
Sat, 21 Feb 2009 11:13:02 +0000 (12:13 +0100)
commitb34e1454c174ccc89f552a0871fbf18e19a01264
treefe83a4f479678d683d33ed208d548c3615a291b9
parent41310a4a047af310a0130abb6274caaa1ffbdb1d
key expire

catch a case where the key is expired and no not-expired-subkey is
used to sign the .changes, ie. no GOODSIG token available. The
timestamp we get back from the command is unixtime, but type string,
so we should cast it to float or time.gmtime will complain.

And if that doesnt work, for whatever reason, issue a more generic
reject message.

Signed-off-by: Joerg Jaspert <joerg@debian.org>
daklib/utils.py