X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=ChangeLog;h=0876f077c298d954cd10ebf83d9fd2201c40a8e8;hb=916a3da845aa3b2495cd7f7de44ea68572c37de6;hp=3f4c1bcb547a3a9a090d31ddf8c66624a59959df;hpb=603a1f6669d263c82408815915b56b78650d372c;p=dak.git diff --git a/ChangeLog b/ChangeLog index 3f4c1bcb..0876f077 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,21 @@ 2006-05-18 James Troup - * dak/dak.py: renamed from shell.py. Update to support new layout + * 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 + utils.fubar(). Change 'functionality' variable to only have + (command, description) and always invoke main() when running the + module. Also support -h. 2006-05-17 James Troup