X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=ChangeLog;h=392469dc5de468c7bf972e4b3b98aa36eea07e05;hb=e96a81660d4d94f4ace02484e63873e7d38b0877;hp=411370901da52da3128d28796dd822f98cfd76ad;hpb=b893898166959e406c868d5f922f10b5eceb6d77;p=dak.git diff --git a/ChangeLog b/ChangeLog index 41137090..392469dc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,18 @@ 2006-05-18 James Troup + * 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(). + * dak/dak.py: renamed from shell.py. Update to support new source layout. Created init() and usage() functions. Various pylint-inspired cleanups. Use daklib utils.warn() and