]> git.decadent.org.uk Git - dak.git/blobdiff - ChangeLog
Drop utils.str_isnum() and use string's .isdigit() method instead.
[dak.git] / ChangeLog
index 0fc220ba8fab5313b7d4f108a57445f7cc9427db..d1ea513d34e34c22d210fb5553dfc2e54ae67921 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2006-05-21  James Troup  <james@nocrew.org>
+
+       * dak/rm.py (main): use string .isdigit() rather than
+       utils.str_isnum().
+       * dak/process_new.py (edit_overrides): likewise.
+
+       * daklib/utils.py (str_isnum): removed accordingly.  Also drop
+       string import.
+
 2006-05-21  James Troup  <james@nocrew.org>
 
        * dak/check_archive.py (check_indices_files_exist): use list
        (Upload.cross_suite_version_check): likewise.
        * daklib/utils.py (parse_args): likewise.
 
+2006-05-21  James Troup  <james@nocrew.org>
+
+       * daklib/utils.py (process_gpgv_output): new function, split out
+       of check_signature().
+       (check_signature): adapt accordingly.
+       (retrieve_key): new function that will try to retrieve the key
+       that signed a given file from a keyserver.
+       (check_signature): add 'autofetch' argument that if not set
+       defaults to the value of Dinstall::KeyAutoFetch (if that exists).
+       If 'autofetch' is true, invoke retrieve_key().  
+
+       * docs/README.config: document Dinstall::KeyAutoFetch and
+       Dinstall:KeyServer.
+
 2006-05-20  James Troup  <james@nocrew.org>
 
        * dak/find_null_maintainers.py (main):