]> git.decadent.org.uk Git - dak.git/blobdiff - dak/ChangeLog
Enmasse adaptation for removal of silly names.
[dak.git] / dak / ChangeLog
index 2c1bff457df8c04839d36152858fe4837e9777b1..49c185d8d541b47200d70a382583c567d4f71ddc 100644 (file)
@@ -1,3 +1,64 @@
+2006-05-17  James Troup  <james@nocrew.org>
+
+       * check_archive.py: remove $Id$ and $Revision$ strings.  Update
+       imports of and calls to dak.lib 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)
+       * check_overrides.py: likewise.  (Renamed from cindy)
+       * check_proposed_updates.py: likewise.  (Renamed from jeri)
+       * clean_proposed_updates.py: likewise.  (Renamed from halle)
+       * clean_queues.py: likewise.  (Renamed from shania)
+       * clean_suites.py: likewise.  (Renamed from rhona)
+       * compare_suites.py: likewise.  (Renamed from andrea)
+       * control_overrides.py: likewise.  (Renamed from natalie)
+       * control_suite.py: likewise.  (Renamed from heidi)
+       * cruft_report.py: likewise.  (Renamed from rene)
+       * decode_dot_dak.py: likewise.  (Renamed from ashley)
+       * find_null_maintainers.py: likewise.  (Renamed from rosamund)
+       * generate_index_diffs.py: likewise.  (Renamed from tiffani)
+       * generate_releases.py: likewise.  (Renamed from ziyi)
+       * import_archive.py: likewise.  (Renamed from neve)
+       * import_ldap_fingerprints.py: likewise. (Renamed from emilie)
+       * import_users_from_passwd.py: likewise. (Renamed from julia)
+       * init_db.py: likewise. (Renamed from alyson)
+       * init_dirs.py: likewise. (Renamed from rose)
+       * lib/database.py: likewise.  (Renamed from db_access)
+       * lib/queue.py: likewise.  'Katie' class -> 'Upload'. (Renamed from katie)
+       * lib/utils.py: likewise.
+       * ls.py: likewise. (Renamed from madison)
+       * make_maintainers.py: likewise.  (Renamed from charisma)
+       * make_overrides.py: likewise.  (Renamed from denise)
+       * make_suite_file_list.py: likewise.  (Renamed from jenna)
+       * mirror_split.py: likewise.  (Renamed from billie)
+       * override.py: likewise.  (Renamed from alicia)
+       * poolize.py: likewise.  (Renamed from catherine)
+       * process_accepted.py: likewise.  (Renamed from kelly)
+       * process_new.py: likewise.  (Renamed from lisa)
+       * process_unchecked.py: likewise.  (Renamed from jennifer)
+       * queue_report.py: likewise.  (Renamed from helena)
+       * reject_proposed_updates.py: likewise.  (Renamed from lauren)
+       * rm.py: likewise.  (Renamed from melanie)
+       * security_install.py: likewise.  (Renamed from amber)
+       * split_done.py: likewise.  (Renamed from nina)
+       * stats.py: likewise.  (Renamed from saffron)
+       * symlink_dists.py: likewise.  (Renamed from saffron)
+
+       * cruft_report.py: Use '[auto-cruft]' as the magic "this removal
+       doesn't need to notify anyone" string.
+       * rm.py: likewise, look for '[auto-cruft]' as the magic string.
+
+       * process_accepted.py (init): drop -V/--version argument.
+       * process_new.py (init): likewise.
+       * process_unchecked.py (init): likewise.
+       * reject_proposed_updates.py (init): likewise
+
+       * shell.py: Renamed from dak.  ".katie" -> ".dak"
+
+       * stats.py: in usage() output change STAT to MODE.
+
 2006-05-15  James Troup  <james@nocrew.org>
 
        * queue_report.py: remove unused encodings imports.
        * 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