X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=ChangeLog;h=392469dc5de468c7bf972e4b3b98aa36eea07e05;hb=e96a81660d4d94f4ace02484e63873e7d38b0877;hp=37603347313f59c78450029fd0a4c0e98381f4bc;hpb=1af29fa5f8b542b7cf18e2c116551f90b5b9b24d;p=dak.git diff --git a/ChangeLog b/ChangeLog index 37603347..392469dc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,10 +1,156 @@ +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 + 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 + + * dak/check_archive.py: remove $Id$ and $Revision$ strings. Update + imports of and calls to daklib modules. Change script name + everywhere, i.e. in output, mails, comments and configuration tree + + filenames. Also update references to other renamed scripts, + classes and templates. Use '.dak' instead of '.katie' for the + queue info storage files. + (Renamed from tea) + * dak/check_overrides.py: likewise. (Renamed from cindy) + * dak/check_proposed_updates.py: likewise. (Renamed from jeri) + * dak/clean_proposed_updates.py: likewise. (Renamed from halle) + * dak/clean_queues.py: likewise. (Renamed from shania) + * dak/clean_suites.py: likewise. (Renamed from rhona) + * dak/compare_suites.py: likewise. (Renamed from andrea) + * dak/control_overrides.py: likewise. (Renamed from natalie) + * dak/control_suite.py: likewise. (Renamed from heidi) + * dak/cruft_report.py: likewise. (Renamed from rene) + * dak/decode_dot_dak.py: likewise. (Renamed from ashley) + * dak/find_null_maintainers.py: likewise. (Renamed from rosamund) + * dak/generate_index_diffs.py: likewise. (Renamed from tiffani) + * dak/generate_releases.py: likewise. (Renamed from ziyi) + * dak/import_archive.py: likewise. (Renamed from neve) + * dak/import_ldap_fingerprints.py: likewise. (Renamed from emilie) + * dak/import_users_from_passwd.py: likewise. (Renamed from julia) + * dak/init_db.py: likewise. (Renamed from alyson) + * dak/init_dirs.py: likewise. (Renamed from rose) + * dak/ls.py: likewise. (Renamed from madison) + * dak/make_maintainers.py: likewise. (Renamed from charisma) + * dak/make_overrides.py: likewise. (Renamed from denise) + * dak/make_suite_file_list.py: likewise. (Renamed from jenna) + * dak/mirror_split.py: likewise. (Renamed from billie) + * dak/override.py: likewise. (Renamed from alicia) + * dak/poolize.py: likewise. (Renamed from catherine) + * dak/process_accepted.py: likewise. (Renamed from kelly) + * dak/process_new.py: likewise. (Renamed from lisa) + * dak/process_unchecked.py: likewise. (Renamed from jennifer) + * dak/queue_report.py: likewise. (Renamed from helena) + * dak/reject_proposed_updates.py: likewise. (Renamed from lauren) + * dak/rm.py: likewise. (Renamed from melanie) + * dak/security_install.py: likewise. (Renamed from amber) + * dak/split_done.py: likewise. (Renamed from nina) + * dak/stats.py: likewise. (Renamed from saffron) + * dak/symlink_dists.py: likewise. (Renamed from saffron) + * daklib/database.py: likewise. (Renamed from db_access) + * daklib/queue.py: likewise. 'Katie' class -> 'Upload'. (Renamed from katie) + * daklib/utils.py: likewise. + + * dak/cruft_report.py: Use '[auto-cruft]' as the magic "this removal + doesn't need to notify anyone" string. + * dak/rm.py: likewise, look for '[auto-cruft]' as the magic string. + + * dak/process_accepted.py (init): drop -V/--version argument. + * dak/process_new.py (init): likewise. + * dak/process_unchecked.py (init): likewise. + * dak/reject_proposed_updates.py (init): likewise + + * dak/shell.py: Renamed from dak. ".katie" -> ".dak" + + * dak/stats.py: in usage() output change STAT to MODE. + +2006-05-15 James Troup + + * dak/queue_report.py: remove unused encodings imports. + + * dak/mirror_split.py: drop unused pg, pwd, db_access and logging + imports. Initalize 'Cnf' as a global. + (BillieDB._internal_recurse): fix 'util.' typo. + + * dak/import_ldap_fingerprints.py (main): drop unused time import and + commented out time check for LDAP search. + +2005-12-16 Ryan Murray + + * halle: add support for udebs + * kelly: stable_install: add support for binNMU versions + +2005-12-05 Anthony Towns + + * katie.py: Move accept() autobuilding support into separate function + (queue_build), and generalise to build different queues + + * db_access.py: Add get_or_set_queue_id instead of hardcoding accepted=0 + + * jennifer: Initial support for enabling embargo handling with the + Dinstall::SecurityQueueHandling option. + * jennifer: Shift common code into remove_from_unchecked and move_to_dir + functions. + + * katie.conf-security: Include embargo options + * katie.conf-security: Add Lock dir + * init_pool.sql-security: Create disembargo table + * init_pool.sql-security: Add constraints for disembargo table + +2005-11-26 Anthony Towns + + * Merge of changes from klecker, by various people + + * amber: special casing for not passing on amd64 and oldstable updates + * amber: security mirror triggering + * templates/amber.advisory: updated advisory structure + * apt.conf.buildd-security: update for sarge's release + * apt.conf-security: update for sarge's release + * cron.buildd-security: generalise suite support, update for sarge's release + * cron.daily-security: update for sarge's release, add udeb support + * vars-security: update for sarge's release + * katie.conf-security: update for sarge's release, add amd64 support, + update signing key + + * docs/README.names, docs/README.quotes: include the additions + +2005-11-25 Anthony Towns + + * Changed accepted_autobuild to queue_build everywhere. + * Add a queue table. + * Add a "queue" field in the queue_build table (currently always 0) + + * jennifer: Restructure to make it easier to support special + purpose queues between unchecked and accepted. + 2005-11-25 Anthony Towns + * Finishing merge of changes from spohr, by various people still + * jennifer: If changed-by parsing fails, set variables to "" so REJECT works * jennifer: Re-enable .deb ar format checking * katie.py: Convert to +bX binNMU special casing * rhona: Add some debug output when deleting binaries + * cron.daily: Add emilie + * cron.unchecked: Add lock files 2005-11-15 Anthony Towns @@ -832,7 +978,7 @@ * kelly (install): if we can't move the .changes into queue/done, fail don't warn and carry on. The old behaviour pre-dates NI and doesn't make much sense now since jennifer checks both - queue/accepted and queue/done for any .changes files she's + queue/accepted and queue/done for any .changes files it's processing. * utils.py (move): don't throw exceptions on existing files or