]> git.decadent.org.uk Git - dak.git/blobdiff - ChangeLog
Warn if original or overriden target suite are invalid. [ajt]
[dak.git] / ChangeLog
index 7347bbe0ef67ee8baf4b785549c40635ef54717f..392469dc5de468c7bf972e4b3b98aa36eea07e05 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,15 @@
 2006-05-18  James Troup  <james@nocrew.org>
 
+       * dak/clean_suites.py (clean_binaries): remove debug print of SQL
+       query.
+
+       * dak/init_dirs.py: pylint cleanups - long lines, unused globals,
+       docstrings, untabify, don't shadow builtins, lowercase non-global
+       variable names, spaces after commas.  Also bail if given any
+       arguments since we don't accept any.
+       * dak/init_db.py: likewise.  Also split large main() into
+       subfunctions and rename get() to sql_get().
+
        * dak/init_db.py (main): check returned value from
        database.get_archive_id().