]> git.decadent.org.uk Git - dak.git/blob - ChangeLog
[rmurray] change default compression scheme for both Sources and Packages to gzip...
[dak.git] / ChangeLog
1 2007-02-08  Ryan Murray  <rmurray@debian.org>
2
3         * config/debian/apt.conf: change default compression scheme for
4         both Sources and Packages to gzip and bzip2 rather than
5         uncompressed and gzip (Packages) and gzip (Sources).  Use old
6         defaults for proposed-updates.
7
8         * dak/control_overrides.py (main): refuse to operate on
9         untouchable suites.
10
11         * config/debian/pseudo-packages.maintainers: drop install,
12         installation, boot-floppy, slink-cd, potato-cd and
13         nonus.debian.org.  Update base.
14         * config/debian/pseudo-packages.description: likewise.
15
16         * daklib/utils.py (re_srchasver): new regex.
17         (parse_changes): use regex to split 'Source (Version)' style
18         Source fields into 'source' and 'source-version'.
19
20         * config/debian/cron.daily: use $base instead of hardcoding path
21         name.
22
23         * scripts/debian/mkfilesindices: source 'vars' file and use it's
24         variables instead of hardcoding path names.
25
26         * config/debian/apt.conf: switch from /org to /srv.
27         * config/debian/apt.conf.buildd: likewise.
28         * config/debian/apt.conf.stable: likewise.
29         * config/debian/cron.daily: likewise.
30         * config/debian/cron.hourly: likewise.
31         * config/debian/cron.monthly: likewise.
32         * config/debian/cron.unchecked: likewise.
33         * config/debian/cron.weekly: likewise.
34         * config/debian/dak.conf: likewise.
35         * config/debian/vars: likewise.
36         * scripts/debian/mkfilesindices: likewise.
37         
38 2007-02-08  James Troup  <james@nocrew.org>
39
40         * dak/process_unchecked.py (check_signed_by_key): new function to
41         ensure .changes files are signed by an authorized uploader.
42         (process_it): use it.
43
44         * config/debian/dak.conf (Binary-Upload-Restrictions): new stanza
45         to configure per suite/component/architecture binary upload
46         restrictions.
47
48 2006-06-26  Ryan Murray  <rmurray@debian.org>
49
50         * dak/process_unchecked.py (check_files): strip optional source version
51         from Source: field in changes file, and ensure what is left is a valid
52         package name.
53
54 2006-06-23  Ryan Murray  <rmurray@debian.org>
55
56         * dak/process_unchecked.py (check_files): also check ProposedUpdates
57         queue for source.
58
59 2006-06-18  Ryan Murray  <rmurray@debian.org>
60
61         * dak/scripts/debian/update-ftpstats: look for dak named processes in
62         the log, too.
63
64         * dak/process_unchecked.py (check_files): only check embargoed and
65         unembargoed queues if the keys are set.
66
67         * dak/config/debian-security/apt.conf: set Packages::Compress to gzip
68         and bzip2 for etch.
69
70 2006-06-16  James Troup  <james@nocrew.org>
71
72         * dak/dak.py (init): add new-security-install.
73
74         * dak/new_security_install.py: cleanups and adapt for new naming
75         scheme and other changes.
76
77 2006-06-16  Anthony Towns  <ajt@debian.org>
78
79         * dak/new_security_install.py: initial version imported from
80         klecker.
81
82 2006-06-16  James Troup  <james@nocrew.org>
83
84         [Merged changes from klecker - original author unknown.]
85
86         * daklib/queue.py (Upload.dump_vars): also save changes["adv id"].
87
88         * dak/security_install.py (do_upload): fix check for oldstable and
89         upload file list handling.
90
91         * dak/process_unchecked.py (check_files): update "check for
92         source" code to also look in Embargoed and Unembargoed queues.
93         (is_unembargo): fix handling of Dir::Queue::Disembargo.
94
95         * dak/decode_dot_dak.py (main): add support for changes["adv id"].
96
97         * config/debian-security/vars (disembargo): add.
98
99         * config/debian-security/dak.conf (Dinstall::SigningKeyIds):
100         update.
101         (Process-Unchecked::AcceptedLockFile): add.
102         (Suite::Testing): clean up Version and Description.
103         (SuiteMappings): add silent map from etch-secure to testing.
104
105         * config/debian-security/cron.unchecked: add support for
106         disembargoed queues.
107
108         * config/debian-security/apt.conf.buildd: add bzip2ed Packages
109         files too.
110
111         * config/debian-security/apt.conf: add amd64 to architectures for
112         testing-security.
113
114 2006-06-11  James Troup  <troup@spohr.debian.org>
115
116         * config/debian/cron.daily: invoke process-accepted not
117         process-unchecked.
118
119         * config/debian/vars (scriptsdir): new variable.
120         * config/debian/cron.daily: use it.
121
122         * scripts/debian/mkmaintainers: put Maintainers_Versions-non-US in
123         $base/misc/ instead of versioned $masterdir.  Correct 'dak
124         make-maintainers' invocation to look in $configdir for
125         pseudo-packages.maintainers.
126
127         * daklib/queue.py (Upload.do_reject): use correct name for
128         rejection template.
129
130 2006-06-11  James Troup  <james@nocrew.org>
131
132         * dak/override.py (main): temporarily add content of old X-Katie
133         header back as the PTS apparently filters on it.
134         * dak/process_accepted.py (main): likewise.
135         * dak/process_new.py (main): likewise.
136         * dak/process_unchecked.py (main): likewise.
137         * dak/reject_proposed_updates.py (main): likewise.
138         * dak/rm.py (main): likewise.
139         * daklib/queue.py (Upload.do_reject): likewise.
140
141         * config/debian/cron.unchecked: set -u to error out on undefined
142         variables.  Preset LOCKDAILY to "" accordingly.
143         * config/debian/cron.hourly: likewise.
144         * config/debian/cron.monthly: likewise.
145         * config/debian/cron.weekly: likewise.
146
147         * config/debian/vars (configdir): add new variable pointing to
148         this directory.
149
150         * config/debian/cron.daily: use $configdir inplace of $masterdir
151         when that's what we mean, and don't cd into $masterdir just to run
152         dak scripts as we don't need to do that anymore.
153         * config/debian/cron.hourly: likewise.
154         * config/debian/cron.unchecked: likewise.
155         * config/debian/cron.weekly: likewise.
156
157         * config/debian/dak.conf
158         (Import-Users-From-Passwd::KnownPostgres): temporarily add 'katie'
159         user back to list of known users as it's non-trivial to entirely
160         change the owner of a database with postgresql 7.4.
161
162         * daklib/queue.py (Upload.source_exists): use string object
163         methods rather than string module.
164         (Upload.get_anyversion): likewise.
165
166         * daklib/utils.py (validate_changes_file_arg): update filename
167         slicing to cope with new .dak filenames.
168
169         * dak/ls.py (main): add back 'heidi' as a valid argument for
170         -f/--format as people are using it in scripts and breaking that
171         without warning seems rude.
172
173 2006-05-21  James Troup  <james@nocrew.org>
174
175         * dak/rm.py (main): use string .isdigit() rather than
176         utils.str_isnum().
177         * dak/process_new.py (edit_overrides): likewise.
178
179         * daklib/utils.py (str_isnum): removed accordingly.  Also drop
180         string import.
181
182 2006-05-21  James Troup  <james@nocrew.org>
183
184         * dak/check_archive.py (check_indices_files_exist): use list
185         comprehension instead of map().  No longer need to import
186         deprecated string module as a side-effect.
187         * dak/check_overrides.py (process): likewise.
188         (main): likewise.
189         * dak/cruft_report.py (do_obsolete_source): likewise.
190         (main): likewise.
191         * dak/ls.py (main): likewise.
192         * dak/make_suite_file_list.py (write_filelists): likewise.
193         * dak/process_accepted.py (stable_install): likewise.
194         * dak/rm.py (main): likewise.
195         * dak/stats.py (number_of_packages): likewise.
196         * daklib/logging.py (Logger.log): likewise.
197         * daklib/queue.py (Upload.source_exists): likewise.
198         (Upload.cross_suite_version_check): likewise.
199         * daklib/utils.py (parse_args): likewise.
200
201 2006-05-21  James Troup  <james@nocrew.org>
202
203         * daklib/utils.py (process_gpgv_output): new function, split out
204         of check_signature().
205         (check_signature): adapt accordingly.
206         (retrieve_key): new function that will try to retrieve the key
207         that signed a given file from a keyserver.
208         (check_signature): add 'autofetch' argument that if not set
209         defaults to the value of Dinstall::KeyAutoFetch (if that exists).
210         If 'autofetch' is true, invoke retrieve_key().  
211
212         * docs/README.config: document Dinstall::KeyAutoFetch and
213         Dinstall:KeyServer.
214
215 2006-05-20  James Troup  <james@nocrew.org>
216
217         * dak/find_null_maintainers.py (main):
218         s/createtimestamp/createTimestamp/ to make things work with modern
219         slapd.
220
221         * config/debian/dak.conf: Update StableRejector, MoreInfoURL,
222         Stable::Version and Stable::Description for 3.1r2.
223
224         * config/debian-non-US/dak.conf: sync with klecker - update
225         version number of 3.0 and MoreInfoURL.
226
227         * docs/README.stable-point-release: Add notes about updating
228         dak.conf and Reject-Proposed-Updates section in particular.
229         s/woody/stable/.  Also need to update README.html.
230
231         * scripts/debian/mklslar: drop support for uncompressed ls-lR file.
232
233         * config/debian/apt.conf: Add udeb tree for proposed-updates.
234
235 2006-05-20  Ryan Murray  <rmurray@debian.org>
236
237         * scripts/debian/update-ftpstats: new script to update daily
238         architecture size graph data.
239
240         * config/debian/cron.buildd: sync with spohr - due to ftp-master /
241         buildd split, simply ssh to buildd.d.o and call 'trigger.often'
242         there.
243
244         * config/debian/cron.daily: ssh to buildd and run 'trigger.daily'
245         before we finish.  Don't push to merkel.
246
247         * dak/process_unchecked.py (check_changes): Also look in
248         ProposedUpdates queue dir.
249         (check_files): likewise.
250
251 2006-05-20  Anthony Towns  <ajt@debian.org>
252
253         * scripts/debian/mkfilesindices: new script to generate file
254         indices used for partial mirroring.
255
256         * config/debian/cron.daily: add progress timestamps.
257
258         * config/debian/dak.conf: update Dinstall::SigningKeyIds. Add
259         amd64 to testing, unstable and experimental.  Drop sh from
260         experimental.  Move Experimental to dists/experimental.  Add
261         Dir::ProposedUpdates.  Add Architectures::amd64.
262
263         * config/debian/apt.conf: add amd64 to testing, unstable and
264         experimental.  Drop uncompressed Packages files from testing. Drop
265         sh from experimental.  Move experimental to dists/experimental/.
266
267         * config/debian/vars (archs): add amd64.
268
269         * dak/process_unchecked.py (action): Add support for
270         proposed-updates approval queue.
271         (is_stableupdate): new function - checks if the upload is targeted
272         at proposed-updates.
273         (do_stableupdate): likewise - moves upload to proposed-updates
274         holding area.
275
276         * dak/process_new.py (do_new): warn if original or new target
277         suite are invalid.
278
279         * dak/generate_releases.py (print_md5sha_files): less whitespace
280         between the hash and size.
281
282         * dak/generate_index_diffs.py (genchanges): don't say we're not
283         doing anything.  Better formatting of other messages.
284         (main): don't skip experimental and remove some 'doing stuff'
285         prints.
286
287 2006-05-18  James Troup  <james@nocrew.org>
288
289         * dak/clean_suites.py (clean_binaries): remove debug print of SQL
290         query.
291
292         * dak/init_dirs.py: pylint cleanups - long lines, unused globals,
293         docstrings, untabify, don't shadow builtins, lowercase non-global
294         variable names, spaces after commas.  Also bail if given any
295         arguments since we don't accept any.
296         * dak/init_db.py: likewise.  Also split large main() into
297         subfunctions and rename get() to sql_get().
298
299         * dak/init_db.py (main): check returned value from
300         database.get_archive_id().
301
302         * dak/dak.py: renamed from shell.py.  Update to support new source
303         layout.  Created init() and usage() functions.  Various
304         pylint-inspired cleanups.  Use daklib utils.warn() and
305         utils.fubar().  Change 'functionality' variable to only have
306         (command, description) and always invoke main() when running the
307         module.  Also support -h.
308
309 2006-05-17  James Troup  <james@nocrew.org>
310
311         * dak/check_archive.py: remove $Id$ and $Revision$ strings.  Update
312         imports of and calls to daklib modules.  Change script name
313         everywhere, i.e. in output, mails, comments and configuration tree
314         + filenames.  Also update references to other renamed scripts,
315         classes and templates.  Use '.dak' instead of '.katie' for the
316         queue info storage files.
317         (Renamed from tea)
318         * dak/check_overrides.py: likewise.  (Renamed from cindy)
319         * dak/check_proposed_updates.py: likewise.  (Renamed from jeri)
320         * dak/clean_proposed_updates.py: likewise.  (Renamed from halle)
321         * dak/clean_queues.py: likewise.  (Renamed from shania)
322         * dak/clean_suites.py: likewise.  (Renamed from rhona)
323         * dak/compare_suites.py: likewise.  (Renamed from andrea)
324         * dak/control_overrides.py: likewise.  (Renamed from natalie)
325         * dak/control_suite.py: likewise.  (Renamed from heidi)
326         * dak/cruft_report.py: likewise.  (Renamed from rene)
327         * dak/decode_dot_dak.py: likewise.  (Renamed from ashley)
328         * dak/find_null_maintainers.py: likewise.  (Renamed from rosamund)
329         * dak/generate_index_diffs.py: likewise.  (Renamed from tiffani)
330         * dak/generate_releases.py: likewise.  (Renamed from ziyi)
331         * dak/import_archive.py: likewise.  (Renamed from neve)
332         * dak/import_ldap_fingerprints.py: likewise. (Renamed from emilie)
333         * dak/import_users_from_passwd.py: likewise. (Renamed from julia)
334         * dak/init_db.py: likewise. (Renamed from alyson)
335         * dak/init_dirs.py: likewise. (Renamed from rose)
336         * dak/ls.py: likewise. (Renamed from madison)
337         * dak/make_maintainers.py: likewise.  (Renamed from charisma)
338         * dak/make_overrides.py: likewise.  (Renamed from denise)
339         * dak/make_suite_file_list.py: likewise.  (Renamed from jenna)
340         * dak/mirror_split.py: likewise.  (Renamed from billie)
341         * dak/override.py: likewise.  (Renamed from alicia)
342         * dak/poolize.py: likewise.  (Renamed from catherine)
343         * dak/process_accepted.py: likewise.  (Renamed from kelly)
344         * dak/process_new.py: likewise.  (Renamed from lisa)
345         * dak/process_unchecked.py: likewise.  (Renamed from jennifer)
346         * dak/queue_report.py: likewise.  (Renamed from helena)
347         * dak/reject_proposed_updates.py: likewise.  (Renamed from lauren)
348         * dak/rm.py: likewise.  (Renamed from melanie)
349         * dak/security_install.py: likewise.  (Renamed from amber)
350         * dak/split_done.py: likewise.  (Renamed from nina)
351         * dak/stats.py: likewise.  (Renamed from saffron)
352         * dak/symlink_dists.py: likewise.  (Renamed from saffron)
353         * daklib/database.py: likewise.  (Renamed from db_access)
354         * daklib/queue.py: likewise.  'Katie' class -> 'Upload'. (Renamed from katie)
355         * daklib/utils.py: likewise.
356
357         * dak/cruft_report.py: Use '[auto-cruft]' as the magic "this removal
358         doesn't need to notify anyone" string.
359         * dak/rm.py: likewise, look for '[auto-cruft]' as the magic string.
360
361         * dak/process_accepted.py (init): drop -V/--version argument.
362         * dak/process_new.py (init): likewise.
363         * dak/process_unchecked.py (init): likewise.
364         * dak/reject_proposed_updates.py (init): likewise
365
366         * dak/shell.py: Renamed from dak.  ".katie" -> ".dak"
367
368         * dak/stats.py: in usage() output change STAT to MODE.
369
370 2006-05-15  James Troup  <james@nocrew.org>
371
372         * dak/queue_report.py: remove unused encodings imports.
373
374         * dak/mirror_split.py: drop unused pg, pwd, db_access and logging
375         imports.  Initalize 'Cnf' as a global.
376         (BillieDB._internal_recurse): fix 'util.' typo.
377
378         * dak/import_ldap_fingerprints.py (main): drop unused time import and
379         commented out time check for LDAP search.
380
381 2005-12-16  Ryan Murray  <rmurray@debian.org>
382
383         * halle: add support for udebs
384         * kelly: stable_install: add support for binNMU versions
385
386 2005-12-05  Anthony Towns  <aj@erisian.com.au>
387
388         * katie.py: Move accept() autobuilding support into separate function 
389         (queue_build), and generalise to build different queues
390
391         * db_access.py: Add get_or_set_queue_id instead of hardcoding accepted=0
392
393         * jennifer: Initial support for enabling embargo handling with the
394         Dinstall::SecurityQueueHandling option.
395         * jennifer: Shift common code into remove_from_unchecked and move_to_dir
396         functions.
397
398         * katie.conf-security: Include embargo options
399         * katie.conf-security: Add Lock dir
400         * init_pool.sql-security: Create disembargo table
401         * init_pool.sql-security: Add constraints for disembargo table
402
403 2005-11-26  Anthony Towns  <aj@erisian.com.au>
404
405         * Merge of changes from klecker, by various people
406
407         * amber: special casing for not passing on amd64 and oldstable updates
408         * amber: security mirror triggering
409         * templates/amber.advisory: updated advisory structure
410         * apt.conf.buildd-security: update for sarge's release
411         * apt.conf-security: update for sarge's release
412         * cron.buildd-security: generalise suite support, update for sarge's release
413         * cron.daily-security: update for sarge's release, add udeb support
414         * vars-security: update for sarge's release
415         * katie.conf-security: update for sarge's release, add amd64 support,
416         update signing key
417
418         * docs/README.names, docs/README.quotes: include the additions
419
420 2005-11-25  Anthony Towns  <aj@erisian.com.au>
421
422         * Changed accepted_autobuild to queue_build everywhere.
423         * Add a queue table.
424         * Add a "queue" field in the queue_build table (currently always 0)
425
426         * jennifer: Restructure to make it easier to support special
427         purpose queues between unchecked and accepted.
428
429 2005-11-25  Anthony Towns  <aj@erisian.com.au>
430
431         * Finishing merge of changes from spohr, by various people still
432
433         * jennifer: If changed-by parsing fails, set variables to "" so REJECT
434         works
435         * jennifer: Re-enable .deb ar format checking
436         * katie.py: Convert to +bX binNMU special casing
437         * rhona: Add some debug output when deleting binaries
438         * cron.daily: Add emilie
439         * cron.unchecked: Add lock files
440
441 2005-11-15  Anthony Towns  <aj@erisian.com.au>
442
443         * Merge of changes from spohr, by various people.
444
445         * tiffani: new script to do patches to Packages, Sources and Contents
446         files for quicker downloads.
447         * ziyi: update to authenticate tiffani generated files
448
449         * dak: new script to provide a single binary with less arbitrary names
450         for access to dak functionality.
451
452         * cindy: script implemented
453
454         * saffron: cope with suites that don't have a Priority specified
455         * heidi: use get_suite_id()
456         * denise: don't hardcode stable and unstable, or limit udebs to unstable
457         * denise: remove override munging for testing (now done by cindy)
458         * helena: expanded help, added new, sort and age options, and fancy headers
459         * jennifer: require description, add a reject for missing dsc file
460         * jennifer: change lock file
461         * kelly: propogation support
462         * lisa: honour accepted lock, use mtime not ctime, add override type_id
463         * madison: don't say "dep-retry"
464         * melanie: bug fix in output (missing %)
465         * natalie: cope with maintainer_override == None; add type_id for overrides
466         * nina: use mtime, not ctime
467
468         * katie.py: propogation bug fixes
469         * logging.py: add debugging support, use | as the logfile separator
470
471         * katie.conf: updated signing key (4F368D5D)
472         * katie.conf: changed lockfile to dinstall.lock
473         * katie.conf: added Lisa::AcceptedLockFile, Dir::Lock
474         * katie.conf: added tiffani, cindy support
475         * katie.conf: updated to match 3.0r6 release
476         * katie.conf: updated to match sarge's release
477
478         * apt.conf: update for sarge's release
479         * apt.conf.stable: update for sarge's release
480         * apt.conf: bump daily max Contents change to 25MB from 12MB
481
482         * cron.daily: add accepted lock and invoke cindy  
483         * cron.daily: add daily.lock
484         * cron.daily: invoke tiffani
485         * cron.daily: rebuild accepted buildd stuff
486         * cron.daily: save rene-daily output on the web site
487         * cron.daily: disable billie
488         * cron.daily: add stats pr0n
489
490         * cron.hourly: invoke helena
491
492         * pseudo-packages.maintainers,.descriptions: miscellaneous updates
493         * vars: add lockdir, add etch to copyoverrides
494         * Makefile: add -Ipostgresql/server to CXXFLAGS
495
496         * docs/: added README.quotes
497         * docs/: added manpages for alicia, catherine, charisma, cindy, heidi,
498         julia, katie, kelly, lisa, madison, melanie, natalie, rhona.
499
500         * TODO: correct spelling of "conflicts"
501
502 2005-05-28  James Troup  <james@nocrew.org>
503
504         * helena (process_changes_files): use MTIME rather than CTIME (the
505         C's not for 'creation', stupid).
506         * lisa (sort_changes): likewise.
507
508         * jennifer (check_distributions): use has_key rather than an 'in'
509         test which doesn't work with python2.1.  [Probably by AJ]
510
511 2005-03-19  James Troup  <james@nocrew.org>
512
513         * rene (main): use Suite::<suite>::UdebComponents to determine
514         what components have udebs rather than assuming only 'main' does.
515
516 2005-03-18  James Troup  <james@nocrew.org>
517
518         * utils.py (rfc2047_encode): use codecs.lookup() rather than
519         encodings.<encoding>.Codec().decode() as encodings.utf_8 no longer
520         has a Codec() module in python2.4.  Thanks to Andrew Bennetts
521         <andrew@ubuntu.com>.
522
523 2005-03-06  Joerg Jaspert  <ganneff@debian.org>
524
525         * helena: add -n/--new HTML output option and improved sorting
526         options.
527
528 2005-03-06  Ryan Murray  <rmurray@debian.org>
529
530         * shania(main): use Cnf::Dir::Reject instead of REJECT
531
532 2005-02-08  James Troup  <james@nocrew.org>
533
534         * rene (main): add partial NBS support by checking that binary
535         packages are built by their real parent and not some random
536         stranger.
537         (do_partial_nbs): likewise.
538
539 2005-01-18  James Troup  <james@nocrew.org>
540
541         * katie.py (Katie.build_summaries): avoid leaking file handle when
542         extracting package description.
543         (Katie.force_reject): remember and close each file descriptor we
544         use.
545         (Katie.do_reject): s/file/temp_fh/ to avoid pychecker warning.
546         s/reason_file/reason_fd/ because it's a file descriptor.
547         (Katie.check_dsc_against_db): avoid leaking file handle whenever
548         invoking apt_pkg.md5sum().
549
550         * jennifer (check_deb_ar): new function: sanity check the ar
551         contents of a .deb.
552         (check_files): use it.
553         (check_timestamps): check for data.tar.bz2 if data.tar.gz can't be
554         found.
555         (check_files): accept 'raw-installer' as an alias for 'byhand'.
556
557 2005-01-14  Anthony Towns  <ajt@debian.org>
558
559         * kelly: when UNACCEPTing, don't double up the "Rejecting:"
560
561         * propup stuff (thanks to Andreas Barth)
562         * katie.conf: add stable MustBeOlderThan testing, add -security
563           propup
564         * jennifer: set distribution-version in .katie if propup may be needed
565         * katie.py: add propogation to cross_suite_version_check
566
567 2004-11-27  James Troup  <james@nocrew.org>
568
569         * nina: new script to split monolithic queue/done into date-based
570         hierarchy.
571
572         * rene (usage): document -s/--suite.
573         (add_nbs): use .setdefault().
574         (do_anais): likewise.
575         (do_nbs): don't set a string to "" and then += it.
576         (do_obsolete_source): new function - looks for obsolete source
577         packages (i.e source packages whose binary packages are ALL a)
578         claimed by someone else and b) newer when built from the other
579         source package).
580         (main): support -s/--suite.  Add 'obsolete source' to both 'daily'
581         and 'full' check modes.  Check for obsolete source packages.
582         linux-wlan-ng has been fixed - remove hideous bodge.
583
584         * jennifer (check_distributions): support 'reject' suite map type.
585
586         * utils.py (validate_changes_file_arg): s/file/filename/.
587         s/fatal/require_changes/.  If require_changes is -1, ignore errors
588         and return the .changes filename regardless.
589         (re_no_epoch): s/\*/+/ as there must be a digit in an epoch.
590         (re_no_revision): don't escape '-', it's not a special character.
591         s/\*/+/ as there must be at least one non-dash character after the
592         dash in a revision.  Thanks to Christian Reis for noticing both of
593         these.
594
595         * ashley (main): pass require_changes=-1 to
596         utils.validate_changes_file_arg().
597
598         * pseudo-packages.maintainers (kernel): switch to 'Debian Kernel
599         Team <debian-kernel@lists.debian.org>'.
600
601         * katie.py (Katie.in_override_p): fix .startswith() usage.
602
603         * katie.conf (Dinstall::DefaultSuite): add as 'unstable'.
604         (Lauren::MoreInfoURL): update to 3.0r3.
605         (Suite::Stable::Version): likewise.
606         (Suite::Stable::Description): likewise.
607
608         * cron.daily: disable automatic task override generation.
609
610         * cindy (process): restrict "find all packages" queries by
611         component.  Respect Options["No-Action"].
612         (main): add -n/--no-action support.  Only run on unstable.  Rename
613         type to otype (pychecker).
614
615 2004-11-27  Daniel Silverstone  <dsilvers@digital-scurf.org>
616
617         * katie.conf (Billie::BasicTrees): add all architectures.
618         (Billie::CombinationTrees): remove 'welovehp' and 'embedded', add
619         'everything'.
620
621         * cron.daily: Update a 'current' symlink when creating the
622         post-daily-cron-job database backup to aid mirroring to merkel.
623         Run billie.
624
625         * billie (BillieTarget.poolish_match): handle .udeb too.
626
627 2004-10-13  Ryan Murray  <rmurray@debian.org>
628
629         * amber (do_upload): Sort changes files in "katie" order so that
630           source always arrives before binary-only rebuilds
631         
632 2004-10-05  James Troup  <james@nocrew.org>
633
634         * jennifer (check_dsc): correct reject message on invalid
635         Maintainer field.
636
637 2004-09-20  James Troup  <james@nocrew.org>
638
639         * alicia: remove unused 'pwd' import.
640
641         * tea (check_override): underline suite name in output properly.
642
643         * rene (main): read a compressed Packages file.
644         * tea (validate_packages): likewise.
645
646         * katie.py (re_fdnic): add 'r' prefix.
647         (re_bin_only_nmu_of_mu): likewise.
648         (re_bin_only_nmu_of_nmu): likewise.
649
650         * madison (main): retrieve component information too and display
651         it if it's not 'main'.
652         * melanie (reverse_depends_check): likewise.
653
654         * utils.py (pp_dep): renamed...
655         (pp_deps): ... to this.
656         * jeri (check_dep): update calls to utils.pp_deps().
657         * melanie (reverse_depends_check): likewise.
658
659         * jennifer (check_changes): move initalization of email variables
660         from here...
661         (process_it): ...to here as we no longer always run
662         check_changes().  Don't bother to initialize
663         changes["architecture"].
664
665         * denise (list): renamed to...
666         (do_list): ...this to avoid name clash with builtin 'list'.
667         Similarly, s/file/output_file/, s/type/otype/.  Use .setdefault()
668         for dictionaries.
669         (main): Likewise for name clash avoidance and also
670         s/override_type/suffix/.  Adjust call to do_list().
671
672 2004-09-01  Ryan Murray  <rmurray@debian.org>
673
674         * tea (check_files): check the pool/ directory instead of dists/
675
676 2004-08-04  James Troup  <james@nocrew.org>
677
678         * jenna (cleanup): use .setdefault() for dictionaries.
679         (write_filelists): likewise.
680
681         (write_filelists): Use utils.split_args() not split() to split
682         command line arguments.
683         (stable_dislocation_p): likewise.
684
685         (write_filelists): Add support for mapping side of suite-based
686         "Arch: all mapping".
687         (do_da_do_da): ensure that if we're not doing all suites that we
688         process enough to be able correct map arch: all packages.
689
690         * utils.py (cant_open_exc): correct exception string,
691         s/read/open/, s/.$//.
692
693         * templates/amber.advisory: update to match reality a little
694         better.
695
696         * melanie (reverse_depends_check): read Packages.gz rather than
697         Packages.
698
699         * jennifer (check_files): check for unknown component before
700         checking for NEWness.
701
702         * katie.py (Katie.in_override_p): use .startswith in favour of a
703         slice.
704
705         * docs/melanie.1.sgml: document -R/--rdep-check.
706
707 2004-07-12  Daniel Silverstone  <dsilvers@digital-scurf.org>
708
709         * billie (main): Make the verbatim lists include all the README
710           elements.
711         * docs/README.names: Add billie in (correcting oversight)
712
713 2004-07-01  James Troup  <james@nocrew.org>
714
715         * emilie (main): handle woody's case-sensitive python-ldap,
716         s/keyfingerprint/keyFingerPrint/.
717
718 2004-06-25  James Troup  <james@nocrew.org>
719
720         * debian/control (Depends): add dpkg-dev since jennifer uses
721         dpkg-source.
722
723 2004-06-24  James Troup  <james@nocrew.org>
724
725         * melanie (main): s/file/temp_file/ and close file handle before
726         removing the temporary file.
727         (main): don't warn about needing a --carbon-copy if in no-action
728         mode.
729
730         * rene (do_nbs): pcmcia-cs has been fixed - remove hideous bodge.
731         (main): likewise.
732
733         * test/006/test.py (main): check bracketed email-only form.
734
735         * utils.py (fix_maintainer): if the Maintainer string is bracketed
736         email-only, strip the brackets so we don't end up with
737         <<james@nocrew.org>>.
738
739 2004-06-20  James Troup  <james@nocrew.org>
740
741         * jennifer (process_it): only run check_changes() if
742         check_signature() returns something.  (Likewise)
743
744         * utils.py (changes_compare): if there's no changes["version"] use
745         "0" rather than None.  (Avoids a crash on unsigned changes file.)
746
747 2004-06-17  Martin Michlmayr  <tbm@cyrius.com>
748
749         * jeri (pp_dep): moved from here to ...
750         * utils.py (pp_dep): here.
751
752         * melanie (main): add reverse dependency checking.
753
754 2004-06-17  James Troup  <james@nocrew.org>
755
756         * jennifer (check_dsc): s/dsc_whitespace_rules/signing_rules/.
757         * tea (check_dscs): likewise.
758
759         * utils.py (parse_changes): s/dsc_whitespace_rules/signing_rules/,
760         change from boolean to a variable with 3 possible values, 0 and 1
761         as before, -1 means don't require a signature.  Makes
762         parse_changes() useful for parsing arbitary RFC822-style files,
763         e.g. 'Release' files.
764         (check_signature): add support for detached signatures by passing
765         the files the signature is for as an optional third argument.
766         s/filename/sig_filename/g.  Add a fourth optional argument to
767         choose the keyring(s) to use.  Don't os.path.basename() the
768         sig_filename before checking it for taint.
769         (re_taint_free): allow '/'.
770
771 2004-06-11  James Troup  <james@nocrew.org>
772
773         * tea (check_files): make override.unreadable optional.
774         (validate_sources): close the Sources file handle.
775
776         * docs/README.first: clarify that 'alyson' and running
777         add_constraints.sql by hand is something you only want to do if
778         you're not running 'neve'.
779
780         * docs/README.config (Location::$LOCATION::Suites): document.
781
782         * db_access.py (do_query): also print out the result of the query.
783
784 2004-06-10  James Troup  <james@nocrew.org>
785
786         * katie.py (Katie.cross_suite_version_check): post-woody versions
787         of python-apt's apt_pkg.VersionCompare() function apparently
788         returns variable integers for less than or greater than results -
789         update our result checking to match.
790         * jenna (resolve_arch_all_vs_any): likewise.
791         * charisma (main): likewise.
792
793 2004-06-09  James Troup  <james@nocrew.org>
794
795         * jennifer (process_it): s/changes_valid/valid_changes_p/.  Add
796         valid_dsc_p and don't run check_source() if check_dsc() failed.
797         (check_dsc): on fatal failures return 0 so check_source() isn't
798         run (since it makes fatal assumptions about the presence of
799         mandatory .dsc fields).  
800         Remove unused and obsolete re_bad_diff and re_is_changes regexps.
801
802 2004-05-07  James Troup  <james@nocrew.org>
803
804         * katie.conf (Rhona::OverrideFilename): unused and obsolete, remove.
805         * katie.conf-non-US (Rhona::OverrideFilename): likewise.
806
807         * katie.conf (Dir::Override): remove duplicate definition.
808
809         * neve (get_or_set_files_id): add an always-NULL last_used column
810         to output.
811
812 2004-04-27  James Troup  <james@nocrew.org>
813
814         * apt.conf-security (tree "dists/stable/updates"): add
815         ExtraOverride - noticed by Joey Hess (#246050).
816         (tree "dists/testing/updates"): likewise.
817
818 2004-04-20  James Troup  <james@nocrew.org>
819
820         * jennifer (check_files): check for existing .changes or .katie
821         files of the same name in the Suite::<suite>::Copy{Changes,Katie}
822         directories.
823
824 2004-04-19  James Troup  <james@nocrew.org>
825
826         * jennifer (check_source): handle failure to remove the temporary
827          directory (used for source tree extraction) better, specifically:
828          if we fail with -EACCES, chmod -R u+rwx the temporary directory
829          and try again and if that works, REJECT the package.
830
831 2004-04-17  James Troup  <james@nocrew.org>
832
833         * docs/madison.1.sgml: document -b/--binary-type,
834         -g/--greaterorequal and -G/--greaterthan.
835
836         * madison (usage): -b/--binary-type only takes a single argument.
837         Document -g/--greaterorequal and -G/--greaterthan.
838         (main): add support for -g/--greaterorequal and -G/--greaterthan.
839
840 2004-04-12  Daniel Silverstone  <dsilvers@digital-scurf.org>
841
842         * billie: Cleaned up a load of comments, added /README.non-US to
843           the verbatim matches list.
844
845 2004-04-07  Daniel Silverstone  <dsilvers@digital-scurf.org>
846
847         * utils.py (size_type): Make it use real binary megabytes and
848           kilobytes, instead of the marketing terms used before.
849
850 2004-04-07  James Troup  <james@nocrew.org>
851
852         * katie.py (Katie.check_dsc_against_db): in the case we're
853         ignoring an identical-to-existing orig.tar.gz remember the path to
854         the existent version in pkg.orig_tar_gz.  Adjust query to grab
855         location.path too to be able to do so.
856
857 2004-04-03  James Troup  <james@nocrew.org>
858
859         * debian/control (Depends): add python2.1-email | python (>= 2.2)
860         needed for new utils.rfc2047_encode() function.
861
862         * utils.py (re_parse_maintainer): allow whitespace inside the
863         email address.
864         (Error): new exception base class.
865         (ParseMaintError): new exception class.
866         (force_to_utf8): new function.
867         (rfc2047_encode): likewise.
868         (fix_maintainer): rework.  use force_to_utf8() to force name and
869         rfc822 return values to always use UTF-8.  use rfc2047_encode() to
870         return an rfc2047 value.  Validate the address to catch missing
871         email addresses and (some) broken ones.
872
873         * katie.py (nmu_p.is_an_nmu): adapt for new utils.fix_maintainer()
874         by adopting foo2047 return value.
875         (Katie.dump_vars): add changedby2047 and maintainer2047 as
876         mandatory changes fields.  Promote changes and maintainer822 to
877         mandatory fields.
878         (Katie.update_subst): default maintainer2047 rather than
879         maintainer822.  User foo2047 rather than foo822 when setting
880         __MAINTAINER_TO__ or __MAINTAINER_FROM__.
881
882         * jennifer (check_changes): set default changes["maintainer2047"]
883         and changes["changedby2047"] values rather than their 822
884         equivalents.  Makes changes["changes"] a mandatory field.  Adapt
885         to new utils.fix_maintainer() - reject on exception and adopt
886         foo2047 return value.
887         (check_dsc): if a mandatory field is missing don't do any further
888         checks and as a result reduce paranoia about dsc[var] existence.
889         Validate the maintainer field by calling new
890         utils.fix_maintainer().
891
892         * ashley (main): add changedby2047 and maintainer2047 to mandatory
893         changes fields.  Promote maintainer822 to a mandatory changes
894         field.  add "pool name" to files fields.
895
896         * test/006/test.py: new file - tests for new
897         utils.fix_maintainer().
898
899 2004-04-01  James Troup  <james@nocrew.org>
900
901         * templates/lisa.prod (To): use __MAINTAINER_TO__ not __MAINTAINER__.
902
903         * jennifer (get_changelog_versions): create a symlink mirror of
904         the source files in the temporary directory.
905         (check_source): if check_dsc_against_db() couldn't find the
906         orig.tar.gz bail out.
907
908         * katie.py (Katie.check_dsc_against_db): if the orig.tar.gz is not
909         part of the upload store the path to it in pkg.orig_tar_gz and if
910         it can't be found set pkg.orig_tar_gz to -1.
911
912         Explicitly return the second value as None in the (usual) case
913         where we don't have to reprocess.  Remove obsolete diagnostic
914         logs.
915
916         * lisa (prod_maintainer): don't return anything, no one cares. (pychecker)
917
918         * utils.py (temp_filename): new helper function that wraps around
919         tempfile.mktemp().
920
921         * katie.py (Katie.do_reject): use it and don't import tempfile.
922         * lisa (prod_maintainer): likewise.
923         (edit_note): likewise.
924         (edit_new): likewise.
925         * lauren (reject): likewise.
926         * melanie (main): likewise.
927         * neve (do_sources): likewise.
928         * rene (main): likewise.
929         * tea (validate_sources): likewise.
930
931 2004-03-31  James Troup  <james@nocrew.org>
932
933         * tea (validate_sources): remove unused 's' temporary variable.
934
935 2004-03-15  James Troup  <james@nocrew.org>
936
937         * jennifer (check_dsc): check changes["architecture"] for
938         source before we do anything else.
939
940 2004-03-21  Daniel Silverstone  <dsilvers@digital-scurf.org>
941
942         * billie: Added
943         * katie.conf (Billie): Added sample Billie stanza to katie.conf
944
945 2004-03-12  James Troup  <james@nocrew.org>
946
947         * docs/README.config (Dir::Queue::BTSVersionTrack): document.
948
949         * katie.conf (Dir::Queue::BTSVersionTrack): define.
950
951         * katie.py (Katie.accept): add support for DebBugs Version
952         Tracking by writing out .versions (generated in jennifer's
953         get_changelog_versions()) and .debinfo (mapping of binary ->
954         source) files.
955
956         * ashley (main): add dsc["bts changelog"].
957
958         * katie.py (Katie.dump_vars): store dsc["bts changelog"] too.
959
960         * jennifer (check_diff): obsoleted by check_source(), removed.
961         (check_source): new function: create a temporary directory and
962         move into it and call get_changelog_versions().
963         (get_changelog_versions): new function: extract the source package
964         and optionally parse debian/changelog to obtain the version
965         history for the BTS.
966         (process_it): call check_source() rather than check_diff().
967
968 2004-03-08  James Troup  <james@nocrew.org>
969
970         * lisa (edit_index): Fix logic swapo from 'use "if varfoo in
971         listbar" rather than "if listbar.count(varfoo)"' change on
972         2004-02-24.
973
974 2004-03-05  James Troup  <james@nocrew.org>
975
976         * alicia (main): don't warn about not closing bugs - we don't
977         manage overrides through the BTS.
978
979 2004-02-27  Martin Michlmayr  <tbm@cyrius.com>
980
981         * docs/README.config: lots of updates and corrections.
982         * docs/README.first: likewise.
983
984         * docs/README.config: drop unused Dir::Queue::Root.
985         * katie.conf-non-US: likewise.
986         * katie.conf: likewise.
987         * katie.conf-security: likewise.
988
989 2004-02-27  James Troup  <james@nocrew.org>
990
991         * rose (process_tree): use 'if var in [ list ]' rather than long
992         'if var == foo or var == bar or var == baz'.  Suggested by Martin
993         Michlmayr.
994
995         * jennifer (check_files): reduce 'if var != None' to 'if var' as
996         suggested by Martin Michlmayr.
997         * catherine (poolize): likewise.
998         * charisma (main): likewise.
999         * halle (check_changes): likewise.
1000         * heidi (main): likewise.
1001         (process_file): likewise.
1002         * kelly (install): likewise.
1003         (stable_install): likewise.
1004         * utils.py (fix_maintainer): likewise.
1005
1006         * apt.conf: add support for debian-installer in testing-proposed-updates.
1007         * katie.conf (Suite::Testing-Proposed-Updates::UdebComponents):
1008         add - set to main.
1009
1010         * mkmaintainers: add "-T15" option to wget of non-US packages file
1011         so that we don't hang cron.daily if non-US is down.
1012
1013         * templates/lisa.prod (Subject): Prefix with "Comments regarding".
1014
1015         * templates/jennifer.bug-close: add Source and Source-Version
1016         pseudo-headers that may be used for BTS Version Tracking someday
1017         [ajt@].
1018
1019         * rene (do_nbs): special case linux-wlan-ng like we do for pcmcia.
1020         (main): likewise.
1021
1022         * cron.unchecked: it's /org/ftp.debian.org not ftp-master.
1023
1024 2004-02-25  James Troup  <james@nocrew.org>
1025
1026         * katie.conf (SuiteMappings): don't map testing-security to
1027         proposed-updates.
1028
1029 2004-02-24  James Troup  <james@nocrew.org>
1030
1031         * katie.py (Katie.__init__): remove unused 'values' field.
1032
1033         * utils.py (extract_component_from_section): use 's.find(c) != -1'
1034         rather than 's.count(c) > 0'.
1035
1036         * katie.py (Katie.source_exists): use "if varfoo in listbar"
1037         rather than "if listbar.count(varfoo)".
1038         * halle (check_joey): likewise.
1039         * jeri (check_joey): likewise.
1040         * lisa (edit_index): likewise.
1041         * jenna (stable_dislocation_p): likewise.
1042
1043         * jennifer (main): remove unused global 'nmu'.
1044
1045 2004-02-03  Daniel Silverstone  <dsilvers@digital-scurf.org>
1046
1047         * pseudo-packages.maintainers (ftp.debian.org): Changed the maintainer
1048           to be ftpmaster@ftp-master.debian.org to bring it into line with how
1049           the dak tools close bugs.
1050
1051 2004-02-02  Daniel Silverstone  <dsilvers@digital-scurf.org>
1052
1053         * katie.conf (Alicia): Added an Alicia section with email address
1054         * templates/alicia.bug-close: Added
1055         * docs/alicia.1.sgml: Added the docs for the -d/--done argument
1056         * alicia (main): Added a -d/--done argument
1057
1058 2004-02-02  Daniel Silverstone  <dsilvers@digital-scurf.org>
1059
1060         * templates/lisa.prod: Oops, missed a BITCH->PROD conversion
1061
1062 2004-01-29  Daniel Silverstone  <dsilvers@digital-scurf.org>
1063
1064         * lisa (prod_maintainer): Added function to prod the maintainer without
1065           accepting or rejecting the package
1066         * templates/lisa.prod: Added this template for the prodding mail
1067
1068         * .cvsignore: Added neve-files which turns up in new installations
1069
1070 2004-01-30  Daniel Silverstone  <dsilvers@digital-scurf.org>
1071
1072         * alicia (usage): Fixed usage message to offer section and priority
1073           as seperately optional arguments.
1074         * alicia (main): Added a % (arg) interpolation needed when only
1075           one of section or priority is provided and it cannot be found.
1076
1077 2004-01-29  Daniel Silverstone  <dsilvers@digital-scurf.org>
1078
1079         * alicia: Added
1080         * docs/alicia.1.sgml: Added
1081         * docs/Makefile: Added alicia to the list of manpages to build
1082         * docs/README.names: Noted what alicia does
1083         * docs/README.first: Noted where alicia is useful
1084
1085 2004-01-21  James Troup  <james@nocrew.org>
1086
1087         * madison (main): add -b/--binary-type.
1088         (usage): likewise.
1089
1090         * denise (main): generate debian-installer overrides for testing
1091         too.
1092         * apt.conf: add support for debian-installer in testing.
1093         * katie.conf (Suite::Testing::UdebComponents): set to main.
1094
1095         * katie.conf (Dinstall::SigningKeyIds): 2004 key.
1096         * katie.conf-non-US (Dinstall::SigningKeyIds): likewise.
1097         * katie.conf-security (Dinstall::SigningKeyIds): likewise.
1098
1099         * utils.py (parse_changes): don't process data not inside the
1100         signed data.  Thanks to Andrew Suffield <asuffield@debian.org> for
1101         pointing this out.
1102         * test/005/test.py (main): new test to test for above.
1103
1104 2004-01-04  James Troup  <james@nocrew.org>
1105
1106         * jenna (write_filelists): correct typo, s/Components/Component/
1107         for Options.
1108
1109 2004-01-04  Ryan Murray  <rmurray@debian.org>
1110
1111         * cron.buildd: move update of overrides and Packages file...
1112         * cron.unchecked: to here.
1113         * katie.conf-non-US: (Dinstall::SingingKeyIds) update for 2003v2 key
1114         * katie.conf-security: likewise
1115
1116 2003-11-20  James Troup  <james@nocrew.org>
1117
1118         * jenna (main): don't use utils.try_with_debug(), it produces way
1119         too much output.
1120
1121         * halle (check_changes): don't error out if a .changes refers to a
1122         non-existent package, just warn and skip the file.
1123
1124         * docs/README.stable-point-release: mention halle and .changes
1125         obsoleted by removal through melanie.  Update for 3.0r2.
1126
1127         * katie.conf (Suite::Stable::Version): bump to 3.0r2.
1128         (Suite::Stable::Description): update for 3.0r2.
1129         (Lauren::MoreInfoURL): likewise.
1130         * katie.conf-non-US (Suite::Stable::Version): likewise.
1131         (Suite::Stable::Description): likewise.
1132         (Lauren::MoreInfoURL): likewise.
1133
1134         * apt.conf.stable (Default): don't define MaxContentsChange.
1135         * apt.conf.stable-non-US (Default): likewise.
1136
1137         * lauren (reject): hack to work around partial replacement of an
1138         upload, i.e. one or more binaries superseded by another source
1139         package.
1140
1141 2003-11-17  James Troup  <james@nocrew.org>
1142
1143         * pseudo-packages.maintainers: point installation-reports at
1144         debian-boot@l.d.o rather than debian-testing@l.d.o at jello@d.o's
1145         request.
1146
1147         * utils.py (parse_changes): calculate the number of lines once
1148         with len() rather than max().
1149
1150         * jennifer (check_dsc): handle the .orig.tar.gz disappearing from
1151         files, since check_dsc_against_db() deletes the .orig.tar.gz
1152         entry.
1153
1154 2003-11-13  Ryan Murray  <rmurray@debian.org>
1155
1156         * apt.conf: specify a src override file for debian-installer
1157
1158 2003-11-10  James Troup  <james@nocrew.org>
1159
1160         * fernanda.py (strip_pgp_signature): new function - strips PGP
1161         signature from a file and returns the modified contents of the
1162         file in a string.
1163         (display_changes): use it.
1164         (read_dsc): likewise.
1165
1166 2003-11-09  Ryan Murray  <rmurray@debian.org>
1167
1168         * cron.buildd: export accepted_autobuild table for unstable, and use
1169         it to generate the incoming Packages/Sources rather than having apt
1170         walk the directory.
1171         * apt.conf.buildd: use exported table from cron.buildd to generate
1172         Packages/Sources
1173
1174 2003-11-07  James Troup  <james@nocrew.org>
1175
1176         * kelly: import errno.
1177
1178         * katie.py (Katie.build_summaries): sort override disparities.
1179
1180         * kelly (install): set dsc_component based on the .dsc's component
1181         not a random binaries.
1182
1183 2003-10-29  James Troup  <james@nocrew.org>
1184
1185         * katie.py (Katie.build_summaries): don't assume changes["source"]
1186         exists since it might not.
1187
1188 2003-10-20  James Troup  <james@nocrew.org>
1189
1190         * pseudo-packages.maintainers: update security.d.o to use
1191         team@s.d.o at joy@'s request.
1192
1193 2003-10-17  James Troup  <james@nocrew.org>
1194
1195         * jennifer (check_dsc): use .startswith rather than .find() == 0.
1196
1197 2003-10-17  Martin Michlmayr  <tbm@cyrius.com>
1198
1199         * tea (chk_bd_process_dir): use .endswith rather than slice.
1200
1201 2003-10-14  James Troup  <james@nocrew.org>
1202
1203         * tea (check_build_depends): new function.
1204         (chk_bd_process_dir): likewise.  Validates build-depends in .dsc's
1205         in the archive.
1206         (main): update for new function.
1207         (usage): likewise.
1208
1209         * katie.py (Katie.do_reject): sanitize variable names,
1210         s/reject_filename/reason_filename/, s/fd/reason_fd/.  Move shared
1211         os.close() to outside if clause.
1212
1213         * jennifer (check_dsc): check build-depends and
1214         build-depends-indep by running them past apt_pkg.ParseSrcDepends.
1215         Fold the ARRAY check into the same code block and tidy up it's
1216         rejection message.
1217         (check_changes): ensure that the Files field is non-empty.
1218         Suggested by Santiago Vila <sanvila@unex.es>
1219         (check_changes): normalize reject messages.
1220         (check_dsc): instead of doing most of the checks inside a for loop
1221         and an if, find the dsc_filename in a short loop over files first
1222         and then do all the checks.  Add check for more than one .dsc in a
1223         .changes which we can't handle.  Normalize reject messages.
1224
1225 2003-10-13  James Troup  <james@nocrew.org>
1226
1227         * katie.conf (Dinstall::Reject::NoSourceOnly): set to true.
1228         * katie.conf-non-US (Dinstall::Reject::NoSourceOnly): likewise.
1229
1230         * jennifer (check_files): Set 'has_binaries' and 'has_source'
1231         variables while iterating over 'files'.  Don't regenerate it when
1232         checking for source if source is mentioned.
1233
1234         Reject source only uploads if the config variable
1235         Dinstall::Reject::NoSourceOnly is set.
1236
1237 2003-10-03  James Troup  <james@nocrew.org>
1238
1239         * rene (main): add nasty hardcoded reference to debian-installer
1240         so we detect NBS .udebs.
1241
1242 2003-09-29  James Troup  <james@nocrew.org>
1243
1244         * apt.conf (old-proposed-updates): remove.
1245         * apt.conf-non-US (old-proposed-updates): likewise.
1246
1247 2003-09-24  James Troup  <james@nocrew.org>
1248
1249         * tea (check_files_not_symlinks): new function, ensure files
1250         mentioned in the database aren't symlinks.  Includes code to
1251         update any files that are like this to their real filenames +
1252         location; commented out by though.
1253         (usage): update for new function.
1254         (main): likewise.
1255
1256 2003-09-24  Anthony Towns  <ajt@debian.org>
1257
1258         * vars: external-overrides variable added
1259         * cron.daily: Update testing/unstable Task: overrides from joeyh
1260         managed external source.
1261
1262 2003-09-22  James Troup  <james@nocrew.org>
1263
1264         * kelly (install): if we can't move the .changes into queue/done,
1265         fail don't warn and carry on.  The old behaviour pre-dates NI and
1266         doesn't make much sense now since jennifer checks both
1267         queue/accepted and queue/done for any .changes files it's
1268         processing.
1269
1270         * utils.py (move): don't throw exceptions on existing files or
1271         can't overwrite, instead just fubar out.
1272
1273         * jennifer (check_dsc): also check Build-Depends-Indep for
1274         ARRAY-lossage.  Noticed by Matt Zimmerman <mdz@debian.org>.
1275
1276 2003-09-18  James Troup  <james@nocrew.org>
1277
1278         * katie.py (Katie.close_bugs): only log the bugs we've closed
1279         once.
1280
1281         * kelly (main): log as 'kelly', not 'katie'.
1282
1283 2003-09-16  James Troup  <james@nocrew.org>
1284
1285         * katie.py (Katie.check_binary_against_db): likewise noramlize.
1286
1287         * jennifer (check_changes): normalize reject message for "changes
1288         file already exists" to be %s: <foo>.
1289         (check_dsc): add a check for 'Build-Depends: ARRAY(<hex>)'
1290         produced by broken dpkg-source in 1.10.11.  Tone down and
1291         normalize rejection message for incompatible 'Format' version
1292         numbers.
1293         (check_diff): likewise tone down and normalize.
1294
1295 2003-09-07  James Troup  <james@nocrew.org>
1296
1297         * utils.py (parse_changes): if dsc_whitespace_rules is false,
1298         don't bomb out on bogus empty lines.
1299         (build_file_list): check for changes["files"] earlier.  use Dict
1300         to create files[name] dictionary.
1301         (send_mail): don't bother validating arguments.
1302         (check_signature): minor improvements to some of the rejection
1303         messages including listing the key id of the key that wasn't found
1304         in the keyring.
1305         (wrap): new function.
1306
1307         * tea: add new check 'validate-indices' that ensures all files
1308         mentioned in indices (Packages, Sources) files do in fact exist.
1309
1310         * catherine (poolize): use a local re_isadeb which handles legacy
1311         (i.e. no architecture) style .deb filenames.
1312
1313         * rosamund: new script.
1314
1315         * rhona (check_binaries): when checking for binary packages not in
1316         a suite, don't bother selecting files that already have a
1317         last_used date.
1318         (check_sources): likewise.
1319
1320         * rhona: change all SQL EXISTS sub-query clauses to use the
1321         postgres suggested convention of "SELECT 1 FROM".
1322         * andrea (main): likewise.
1323         * tea (check_override): likewise.
1324         * catherine (main): likewise.
1325
1326         * katie.conf (Suite): remove OldStable and Old-Proposed-Updates
1327         entries and in other suites MustBeNewerThan's.
1328         (SuiteMappings): likewise
1329         * katie.conf-non-US: likewise.
1330         * katie.conf-security: likewise.
1331
1332         * apt.conf-security: remove oldstable.
1333         * apt.conf.stable: likewise.
1334         * apt.conf.stable-non-US: likewise.
1335         * cron.buildd-security: likewise.
1336         * cron.daily-security: likewise.
1337         * vars-security (suites): likewise.
1338         * wanna-build/trigger.daily: likewise.
1339
1340         * claire.py (clean_symlink): move...
1341         * utils.py (clean_symlink): here.
1342
1343         * claire.py (find_dislocated_stable): update accordingly.
1344
1345 2003-08-16  Anthony Towns  <ajt@debian.org>
1346
1347         * katie.py (source_exists): expand the list of distributions
1348         the source may exist in to include any suite that's mapped to
1349         the destination suite (even transitively (a->b->c)). This should
1350         unbreak binary uploads to *-proposed-updates.
1351
1352 2003-08-09  Randall Donald  <rdonald@debian.org>
1353
1354         * lisa (recheck): change changes["distribution"].keys() to
1355         Katie.pkg.changes...
1356
1357 2003-08-08  Randall Donald  <rdonald@debian.org>
1358
1359         * katie.py: only tag bugs as fixed-in-experimental for
1360         experimental uploads
1361
1362 2003-07-26  Anthony Towns  <ajt@debian.org>
1363
1364         * katie.py (source_exists): add an extra parameter to limit the
1365         distribution(s) the source must exist in.
1366         * kelly, lisa, jennifer: update to use the new source_exists
1367
1368 2003-07-15  Anthony Towns  <ajt@debian.org>
1369
1370         * ziyi: quick hack to support a FakeDI line in apt.conf to generate
1371         checksums for debian-installer stuff even when it's just a symlink to
1372         another suite
1373
1374         * apt.conf: add the FakeDI line
1375
1376 2003-06-09  James Troup  <james@nocrew.org>
1377
1378         * kelly (check): make sure the 'file' we're looking for in 'files'
1379         hasn't been deleted by katie.check_dsc_against_db().
1380
1381 2003-05-07  James Troup  <james@nocrew.org>
1382
1383         * helena (time_pp): fix s/years/year/ typo.
1384
1385 2003-04-29  James Troup  <james@nocrew.org>
1386
1387         * madison (usage): document -c/--component.
1388
1389         * madison (usage): Fix s/seperated/separated/.
1390         * melanie (usage): likewise.
1391         * jenna (usage): likewise.
1392
1393 2003-04-24  James Troup  <james@nocrew.org>
1394
1395         * cron.daily-non-US: if there's nothing for kelly to install, say
1396         so.
1397
1398         * jennifer (check_timestamps): print sys.exc_value as well as
1399         sys.exc_type when capturing exceptions.  Prefix 'timestamp check
1400         failed' with 'deb contents' to make it clearer what timestamp(s)
1401         are being checked.
1402
1403 2003-04-15  James Troup  <james@nocrew.org>
1404
1405         * cron.daily-non-US: only run kelly if there are some .changes
1406         files in accepted.
1407
1408         * rene: add -m/--mode argument which can be either daily (default)
1409         or full.  In daily mode only 'nviu' and 'nbs' checks are run.
1410         Various changes to make this possible including a poor attempt at
1411         splitting main() up a little.  De-hardcode suite numbers from SQL
1412         queries and return quietly from do_nviu() if experimental doesn't
1413         exist (i.e. non-US).  Hardcode pcmcia-cs as dubious NBS since it
1414         is.
1415
1416         * debian/control (Depends): remove python-zlib as it's obsolete.
1417
1418         * charisma (main): don't slice the \n off strings when we're
1419         strip()-ing it anyway.
1420         * heidi (set_suite): likewise.
1421         (process_file): likewise.
1422         * natalie (process_file): likewise.
1423
1424 2003-04-08  James Troup  <james@nocrew.org>
1425
1426         * katie.py (Katie.check_dsc_against_db): improve the speed of two
1427         slow queries by using one LIKE '%foo%' and then matching against
1428         '%s' or '/%s$' in python.  Also only join location when we need it
1429         (i.e. the .orig.tar.gz query).  On auric, this knocks ~3s of each
1430         query, so 6s for each sourceful package.
1431
1432         * cron.daily: invoke rene and send the report to ftpmaster.
1433         * cron.daily-non-US: likewise.
1434
1435 2003-03-14  James Troup  <james@nocrew.org>
1436
1437         * utils.py (send_mail): default filename to blank.
1438         * amber (make_advisory): adapt.
1439         * jennifer (acknowledge_new): likewise.
1440         * katie.py (Katie.close_bugs): likewise.
1441         (Katie.announce): likewise.
1442         (Katie.accept): likewise.
1443         (Katie.check_override): likewise.
1444         (Katie.do_reject): likewise.
1445         * kelly (do_reject): likewise.
1446         (stable_install): likewise.
1447         * lisa (do_bxa_notification): likewise.
1448         * lauren (reject): likewise.
1449         * melanie (main): likewise.
1450
1451         * rene (add_nbs): check any NBS packages against unstable to see
1452         if they haven't been removed already.
1453
1454         * templates/katie.rejected: remove paragraph about rejected files
1455         since they're o-rwx due to c-i-m and the uploader can't do
1456         anything about them and shania will take care of them anyway.
1457
1458         * madison (usage): update usage example to use comma seperation.
1459         * melanie (usage): likewise.
1460
1461         * utils.py (split_args): new function; splits command line
1462         arguments either by space or comma (whichever is used).  Also has
1463         optional-but-default DWIM spurious space detection to avoid
1464         'command -a i386, m68k' problems.
1465         (parse_args): use it.
1466         * melanie (main): likewise.
1467
1468         * melanie (main): force the admin to tell someone if we're not
1469         doing a rene-led removal (or closing a bug, which counts as
1470         telling someone).
1471
1472 2003-03-05  James Troup  <james@nocrew.org>
1473
1474         * katie.conf (Section): add embedded, gnome, kde, libdevel, perl
1475         and python sections.
1476         * katie.conf-security (Section): likewise.
1477
1478         * add_constraints.sql: add uid and uid_id_seq to grants.
1479
1480         * lisa (determine_new): also warn about adding overrides to
1481         oldstable.
1482
1483         * madison (main): make the -S/--source-and-binary query obey
1484         -s/--suite restrictions.
1485
1486 2003-03-03  James Troup  <james@nocrew.org>
1487
1488         * madison (main): if the Archive_Maintenance_In_Progress lockfile
1489         exists, warn the user that our output might seem strange.  (People
1490         get confused by multiple versions in a suite which happens
1491         post-kelly but pre-jenna.)
1492
1493 2003-02-21  James Troup  <james@nocrew.org>
1494
1495         * kelly (main): we don't need to worry about StableRejector.
1496
1497         * melanie (main): sort versions with apt_pkg.VersionCompare()
1498         prior to output.
1499
1500         * lauren: new script to manually reject packages from
1501         proposed-updates.  Updated code from pre-NI kelly (nee katie).
1502
1503 2003-02-20  James Troup  <james@nocrew.org>
1504
1505         * kelly (init): remove unused -m/--manual-reject argument.
1506
1507         * katie.py (Katie.force_reject): renamed from force_move to make
1508         it more explicit what this function does.
1509         (Katie.do_reject): update to match.
1510
1511         * utils.py (prefix_multi_line_string): add an optional argument
1512         include_blank_lines which defaults to 0.  If non-zero, blank lines
1513         will be includes in the output.
1514
1515         * katie.py (Katie.do_reject): don't add leading space to each line
1516         of the reject message.  Include blank lines when showing the
1517         message to the user.
1518
1519 2003-02-19  Martin Michlmayr  <tbm@cyrius.com>
1520
1521         * utils.py (fix_maintainer): replace pointless re.sub() with
1522         simple string format.
1523
1524 2003-02-11  James Troup  <james@nocrew.org>
1525
1526         * lisa (edit_overrides): only strip-to-one-char and upper-case
1527         non-numeric answers.  Fixes editing of items with indices >= 10;
1528         noticed by Randall.
1529         (edit_overrides): correct order of arguments to "not a valid
1530         index" error message.
1531
1532         * jenna (cleanup): call resolve_arch_all_vs_any() rather than
1533         remove_duplicate_versions(); thanks to aj for the initial
1534         diagnosis.
1535         (remove_duplicate_versions): correct how we return
1536         dominant_versions.
1537         (resolve_arch_all_vs_any): arch_all_versions needs to be a list of
1538         a tuple rather than just a tuple.
1539
1540 2003-02-10  James Troup  <james@nocrew.org>
1541
1542         * emilie: new script - sync fingerprint and uid tables with a
1543         debian.org LDAP DB.
1544
1545         * init_pool.sql: new table 'uid'; contains user ids.  Reference it
1546         in 'fingerprint'.
1547
1548         * db_access.py (get_or_set_uid_id): new function.
1549
1550         * jennifer (main): update locking to a) not used FCNTL (deprecated
1551         in python >= 2.2) and b) acknowledge upstream's broken
1552         implementation of lockf (see Debian bug #74777), c) try to acquire
1553         the lock non-blocking.
1554         * kelly (main): likewise.
1555
1556         * contrib/python_1.5.2-fcntl_lockf.diff: obsolete, removed.
1557
1558         * madison (main): only append the package to new_packages if it's
1559         not already in there; fixes -S/--source-and-binary for cases where
1560         the source builds a binary package of the same name.
1561
1562 2003-02-10  Anthony Towns  <ajt@debian.org>
1563
1564         * madison (main): use explicit JOIN syntax for
1565         -S/--source-and-binary queries to reduce the query's runtime from
1566         >10 seconds to negligible.
1567
1568 2003-02-08  James Troup  <james@nocrew.org>
1569
1570         * rene (main): in the NVIU output, append items to lists, not
1571         extend them; fixes amusing suggestion that "g n u m e r i c" (sic)
1572         should be removed.
1573
1574 2003-02-07  James Troup  <james@nocrew.org>
1575
1576         * apt.conf (tree "dists/unstable"): Add bzip2-ed Packages and
1577         Sources [aj].
1578
1579         * pseudo-packages.maintainers (bugs.debian.org): s/Darren
1580         O. Benham/Adam Heath/.
1581
1582         * katie.conf (Suite::Stable::Version): bump to 3.0r1a.
1583         (Suite::Stable::Description): update for 3.0r1a.
1584         (Dinstall::SigningKeyIds): update for 2003 key [aj].
1585
1586         * utils.py (gpgv_get_status_output): rename from
1587         get_status_output().
1588
1589         * neve (check_signature): use gpgv_get_status_output and Dict from
1590         utils().  Add missing newline to error message about duplicate tokens.
1591
1592         * saffron (per_arch_space_use): also print space used by source.
1593         (output_format): correct string.join() invocation.
1594
1595         * jennifer (check_signature): ignored duplicate EXPIRED tokens.
1596
1597 2003-02-04  James Troup  <james@nocrew.org>
1598
1599         * cron.buildd: correct generation of Packages/Sources and grep out
1600         non-US/non-free as well as non-free.
1601
1602 2003-02-03  Ryan Murray  <rmurray@debian.org>
1603
1604         * cron.buildd: generate quinn-diff output with full Packages/Sources
1605           files to get out-of-date vs. uncompiled right.
1606         * apt.conf.buildd: no longer generate uncompressed files, as they
1607           are generated in cron.buildd instead
1608         * add -i option to quinn-diff to ignore binary-all packages
1609         * apt.conf.buildd: remove and readd udeb to extensions.  If the udebs
1610           aren't in the packages file, the arch that uploaded them will build
1611           them anyways...
1612
1613 2003-01-30  James Troup  <james@nocrew.org>
1614
1615         * rene (main): only print suggested melanie command when there's
1616         some NBS to remove.
1617
1618 2003-01-30  Ryan Murray  <rmurray@debian.org>
1619
1620         * cron.buildd: fix incorrectly inverted lockfile check
1621
1622 2003-01-29  Ryan Murray  <rmurray@debian.org>
1623
1624         * cron.buildd: generate override.sid.all3.src
1625         * apt.conf.buildd: use generated override.sid.all3.src
1626
1627 2003-01-27  Martin Michlmayr  <tbm@cyrius.com>
1628
1629         * utils.py (get_status_output): moved from jennifer.
1630         (Dict): likewise.
1631         (check_signature): likewise.
1632
1633         * jennifer (get_status_output): moved to utils.py.
1634         (Dict): likewise.
1635         (check_signature): likewise.
1636
1637         * utils.py (check_signature): add an argument to specifiy which
1638         function to call when an error was found.
1639         (check_signature): document this function better.
1640
1641         * jennifer (check_files): pass the reject function as an argument
1642         to utils.check_signature.
1643         (process_it): likewise.
1644
1645 2003-01-20  James Troup  <james@nocrew.org>
1646
1647         * rene (main): lots of changes to improve the output and make it
1648         more useful.
1649
1650         * katie.py (Katie.check_override): make the override messages
1651         clearer (hopefully).
1652
1653 2002-12-26  James Troup  <james@nocrew.org>
1654
1655         * ziyi (usage): document the ability to pass suite(s) as
1656         argument(s).
1657         (main): read apt.conf after checking for -h/--help.
1658
1659         * tea (main): take the check to run as an argument.
1660
1661         * saffron.R: R script to graph daily install runs.
1662
1663         * saffron: new script; various stats functions.
1664
1665         * rhona (main): connect to the database after checking for -h/--help.
1666
1667         * neve (do_da_do_da): if no -a/--action option is given, bail out.
1668
1669         * melanie (main): sort versions with utils.arch_compare_sw().
1670
1671         * madison (usage): alphabetize order of options.
1672         * melanie (usage): likewise.
1673
1674         * kelly (usage): fix usage short description (we aren't dinstall).
1675
1676         * julia (usage): fix usage description and alphabetize order of
1677         options.
1678
1679         * jeri (usage): fix usage short description.
1680
1681         * jennifer (main): move --help and --version checks from here...
1682         (init): to here so that they work with an empty katie.conf.
1683         * kelly: likewise.
1684
1685         * alyson (usage): new function.
1686         (main): use it.
1687         * andrea: likewise.
1688         * ashley: likewise.
1689         * cindy: likewise.
1690         * denise: likewise.
1691         * helena: likewise.
1692         * neve: likewise.
1693         * rene: likewise.
1694         * rose: likewise.
1695         * tea: likewise.
1696
1697         * apt.conf.stable (tree "dists/stable"): add missing ExtraOverride
1698         entry that caused tasks to be omitted from 3.0r1.
1699
1700 2002-12-10  James Troup  <james@nocrew.org>
1701
1702         * jennifer (check_files): sanity check the Depends field to ensure
1703         it's non-empty if present since apt chokes on an empty one.
1704         Thanks to Ryan Murray for the idea.
1705
1706 2002-12-08  James Troup  <james@nocrew.org>
1707
1708         * katie.conf-security (Helena::Directories): new; include accepted
1709         in addition to byhand and new.
1710
1711         * helena (process_changes_files): use utils.arch_compare_sw().
1712         Justify things based on the longest [package, version,
1713         architecture].  Reduce '[note]' to '[N]' to save space, and remove
1714         the commas in architecture and version lists for the same reason.
1715         (main): make directories we process configurable through
1716         Helena::Directories in the config file; if that doesn't exist
1717         default to the old hardcoded values (byhand & new).
1718
1719         * utils.py (arch_compare_sw): moved here from madison.
1720         * madison (main): adjust to compensate.
1721
1722 2002-12-06  James Troup  <james@nocrew.org>
1723
1724         * ziyi (main): fix "suite foo not in apt.conf" msg to use the
1725         right filename.
1726
1727 2002-12-05  James Troup  <james@nocrew.org>
1728
1729         * katie.conf-non-US (Julia::KnownPostgres): add 'udmsearch'.
1730
1731 2002-11-28  Randall Donald  <rdonald@debian.org>
1732
1733         * fernanda.py (read_control): fix typo of 'Architecture'.
1734
1735 2002-11-26  James Troup  <james@nocrew.org>
1736
1737         * lisa (check_pkg): call less with '-R' so we see the colour from
1738         Randall's fernanda changes.
1739
1740         * neve (process_sources): if Directory points to a legacy location
1741         but the .dsc isn't there; assume it's broken and look in the pool.
1742         (update_section): new, borroed from alyson.
1743         (do_da_do_da): use it.
1744         (process_packages): add suite_it to the cache key used for
1745         arch_all_cache since otherwise we only add a package to the first
1746         suite it's in and ignore any subsequent ones.
1747
1748         * katie.conf-non-US (Location): fixed to reflect reality (all
1749         suites, except old-proposed-updates (which is legacy-mixed)) are
1750         pool.
1751
1752         * utils.py (try_with_debug): wrapper for print_exc().
1753         * jenna (main): use it.
1754         * neve (main): likewise.
1755
1756 2002-11-25  Randall Donald  <rdonald@debian.org>
1757
1758         * fernanda.py (main): added -R to less command line for raw control
1759         character support to print colours
1760         (check_deb): Instead of running dpkg -I on deb file, call
1761         output_deb_info, the new colourized control reporter.
1762         (check_dsc): add call to colourized dsc info reader, read_dsc, instead
1763         of printing out each .dsc line.
1764         (output_deb_info): new function. Outputs each key/value pair from
1765         read_control except in special cases where we highlight section,
1766         maintainer, architecture, depends and recommends.
1767         (create_depends_string): new function. Takes Depends tree and looks
1768         up it's compontent via projectb db, colourizes and constructs a
1769         depends string in original order.
1770         (read_dsc): new function. reads and parses .dsc info via
1771         utils.parse_changes. Build-Depends and Build-Depends-Indep are
1772         colourized.
1773         (read_control): new function. reads and parses control info via
1774         apt_pkg. Depends and Recommends are split in to list structures,
1775         Section and Architecture are colourized. Maintainer is colourized
1776         if it has a localhost.localdomain address.
1777         (split_depends): new function. Creates a list of lists of
1778         dictionaries of depends (package,version relation). Top list is
1779         colected from comma delimited items. Sub lists are | delimited.
1780         (get_comma_list): new function. splits string input among commas
1781         (get_or_list): new function. splits string input among | delimiters
1782         (get_depends_parts): new function. Creates dictionary of package name
1783         and version relation from dependancy string.
1784         Colours for section and depends are per component. Unfound depends
1785         are in bold. Lookups using version info is not supported yet.
1786
1787 2002-11-22  James Troup  <james@nocrew.org>
1788
1789         * katie.conf-security (Julia::KnownPostgres): add 'www-data' and
1790         'udmsearch'.
1791
1792         * amber (make_advisory): string.atol() is deprecated and hasn't
1793         been ported to string methods.  Use long() instead.
1794
1795         * init_pool.sql: explicitly specify the encoding (SQL_ASCII) when
1796         creating the database since we'll fail badly if it's created with
1797         e.g. UNICODE encoding.
1798
1799         * rose (main): AptCnf is a global.
1800
1801         * neve (get_location_path): new function determines the location
1802         from the the first (left-most) directory of a Filename/Directory.
1803         (process_sources): don't need 'location' anymore.  Use
1804         utils.warn().  Use the Directory: field for each package to find
1805         the .dsc.  Use get_location_path() to determine the location for
1806         each .dsc.
1807         (process_packages): do't need 'location' anymore.  Use
1808         utils.warn().  Use get_location_path().
1809         (do_sources): don't need 'location', drop 'prefix' in favour of
1810         being told the full path to the Sources file, like
1811         process_packages().
1812         (do_da_do_da): main() renamed, so that main can call us in a
1813         try/except.  Adapt for the changes in do_sources() and
1814         process_packages() above.  Assume Sources and Packages file are in
1815         <root>/dists/<etc.>.  Treat pool locations like we do legacy ones.
1816
1817         * katie.conf-security (Location): fixed to reflect reality (all
1818         suites are pool, not legacy).
1819
1820         * utils.py (print_exc): more useful (i.e. much more verbose)
1821         traceback; a recipe from the Python cookbook.
1822         * jenna (main): use it.
1823         * neve (main): likewise.
1824
1825 2002-11-19  James Troup  <james@nocrew.org>
1826
1827         * kelly (install): fix brain-damaged CopyChanges/CopyKatie
1828         handling which was FUBAR for multi-suite uploads.  Now we just
1829         make a dictionary of destinations to copy to and iterate over
1830         those.
1831
1832         * fernanda.py (check_deb): run linda as well as lintian.
1833
1834 2002-10-21  James Troup  <james@nocrew.org>
1835
1836         * melanie (main): change X-Melanie to X-Katie and prefix it with
1837         'melanie '.
1838
1839         * lisa (main): prefix X-Katie with 'lisa '.
1840
1841         * jennifer (clean_holding): fix typo in string method changes;
1842         s/file.find(file/file.find(/.
1843
1844         * cron.daily: invoke helena and send the report to ftpmaster.
1845         * cron.daily-non-US: likewise.
1846
1847 2002-10-16  James Troup  <james@nocrew.org>
1848
1849         * kelly (check): call reject() with a blank prefix when parsing
1850         the return of check_dsc_against_db() since it does its own
1851         prefix-ing.
1852
1853         * rose: new script; only handles directory creation initally.
1854
1855         * katie.conf (Dinstall::NewAckList): obsolete, removed.
1856         * katie.conf-non-US (Dinstall::NewAckList): likewise.
1857
1858 2002-10-06  James Troup  <james@nocrew.org>
1859
1860         * rene (main): remove bogus argument handling.
1861
1862         * kelly: katie, renamed.
1863         * cron.daily: adapt for katie being renamed to kelly.
1864         * cron.daily-non-US: likewise.
1865         * amber (main): likewise.
1866
1867         * Changes for python 2.1.
1868
1869         * kelly: time.strftime no longer requires a second argument of
1870         "time.localtime(time.time())".
1871         * logging.py: likewise.
1872         * rhona: likewise.
1873         * shania (init): likewise.
1874
1875         * amber: use augmented assignment.
1876         * catherine (poolize): likewise.
1877         * claire.py (fix_component_section): likewise.
1878         * halle (check_changes): likewise.
1879         * helena: likewise.
1880         * jenna: likewise.
1881         * jennifer: likewise.
1882         * jeri: likewise.
1883         * katie.py: likewise.
1884         * kelly: likewise.
1885         * lisa: likewise.
1886         * madison (main): likewise.
1887         * melanie: likewise.
1888         * natalie: likewise.
1889         * neve: likewise.
1890         * rhona: likewise.
1891         * tea: likewise.
1892         * utils.py: likewise.
1893         * ziyi: likewise.
1894
1895         * amber: use .endswith.
1896         * fernanda.py: likewise.
1897         * halle (main): likewise.
1898         * jennifer: likewise.
1899         * jeri: likewise.
1900         * katie.py: likewise.
1901         * kelly: likewise.
1902         * lisa: likewise.
1903         * neve: likewise.
1904         * shania (main): likewise.
1905         * utils.py: likewise.
1906
1907         * alyson: use string methods.
1908         * amber: likewise.
1909         * andrea: likewise.
1910         * ashley: likewise.
1911         * catherine: likewise.
1912         * charisma: likewise.
1913         * claire.py: likewise.
1914         * db_access.py: likewise.
1915         * denise: likewise.
1916         * halle: likewise.
1917         * heidi: likewise.
1918         * helena: likewise.
1919         * jenna: likewise.
1920         * jennifer: likewise.
1921         * jeri: likewise.
1922         * julia: likewise.
1923         * katie.py: likewise.
1924         * kelly: likewise.
1925         * lisa: likewise.
1926         * logging.py: likewise.
1927         * madison: likewise.
1928         * melanie: likewise.
1929         * natalie: likewise.
1930         * neve: likewise.
1931         * rene: likewise.
1932         * tea: likewise.
1933         * utils.py: likewise.
1934         * ziyi: likewise.
1935
1936 2002-09-20  Martin Michlmayr  <tbm@cyrius.com>
1937
1938         * utils.py (parse_changes): use <string>.startswith() rather than
1939         string.find().
1940
1941 2002-08-27  Anthony Towns  <ajt@debian.org>
1942
1943         * katie.py (in_override_p): when searching for a source override,
1944         and the dsc query misses, search for both udeb and deb overrides
1945         as well. Should fix the UNACCEPT issues with udebs.
1946
1947 2002-08-24  James Troup  <james@nocrew.org>
1948
1949         * melanie (main): remove gratuitous WHERE EXISTS sub-select from
1950         source+binary package finding code which was causing severe
1951         performance degradation with postgres 7.2.
1952
1953 2002-08-14  James Troup  <james@nocrew.org>
1954
1955         * julia (main): use the pwd.getpwall() to get system user info
1956         rather than trying to read a password file.  Add a -n/--no-action
1957         option.
1958
1959         * cron.hourly: julia no longer takes any arguments.
1960         * cron.hourly-non-US: likewise.
1961
1962 2002-08-07  James Troup  <james@nocrew.org>
1963
1964         * katie (install): handle multi-suite uploads when CopyChanges
1965         and/or CopyKatie are in use, ensuring we only copy stuff once.
1966
1967 2002-08-01  Ryan Murray  <rmurray@debian.org>
1968
1969         * wanna-build/trigger.daily: initial commit, with locking
1970         * cron.buildd: add locking against daily run
1971
1972 2002-07-30  James Troup  <james@nocrew.org>
1973
1974         * melanie (main): readd creation of suite_ids_list so melanie is
1975         remotely useful again.
1976
1977         * katie.conf: adopt for woody release; diable
1978         StableDislocationSupport, add oldstable, adjust other suites and
1979         mappings, fix up location.
1980         * katie.conf-non-US: likewise.
1981         * katie.conf-security: likewise.
1982
1983         * apt.conf.stable: adapt for woody release; add oldstable, adjust
1984         stable.
1985         * apt.conf.stable-non-US: likewise.
1986
1987         * apt.conf-security: adapt for woody release; adding oldstable,
1988         oldstable, adjust stable and testing.
1989         * cron.daily-security: likewise.
1990         * cron.buildd-security: likewise.
1991
1992         * apt.conf: adapt for woody release; rename woody-proposed-updates
1993         to testing-proposed-updates and proposed-updates to
1994         old-proposed-updates.
1995         * apt.conf-non-US: likewise.
1996
1997         * vars-non-US (copyoverrides): add sarge.
1998         * vars (copyoverrides): likewise.
1999
2000         * vars-security (suites): add oldstable.
2001
2002 2002-07-22  Ryan Murray  <rmurray@debian.org>
2003
2004         * apt.conf.security-buildd: use suite codenames instead of
2005           distnames.
2006
2007 2002-07-16  James Troup  <james@nocrew.org>
2008
2009         * denise (main): fix filenames for testing override files.
2010
2011 2002-07-14  James Troup  <james@nocrew.org>
2012
2013         * jennifer (process_it): call check_md5sums later so we can check
2014         files in the .dsc too
2015         (check_md5sums): check files in the .dsc too.  Check both md5sum
2016         and size.
2017
2018         * melanie (main): use parse_args() and join_with_commas_and() from
2019         utils.  If there's nothing to do, say so and exit, don't ask for
2020         confirmation etc.
2021
2022         * amber (join_with_commas_and): moved from here to ...
2023         * utils.py (join_with_commas_and): here.
2024
2025 2002-07-13  James Troup  <james@nocrew.org>
2026
2027         * madison (main): use parse_args() from utils.  Support
2028         -c/--component.
2029
2030         * jenna (parse_args): moved from here to ...
2031         * utils.py (parse_args): here.
2032
2033         * katie.conf (Architectures): minor corrections to the description
2034         for arm, mips and mipsel.
2035         * katie.conf-non-US (Architectures): likewise.
2036         * katie.conf-security (Architectures): likewise.
2037
2038         * cron.daily-security: use natalie's new -a/--add functionality to
2039         flesh out the security overrides.
2040
2041 2002-07-12  James Troup  <james@nocrew.org>
2042
2043         * cron.buildd (ARCHS): add arm.
2044
2045         * katie.conf: 2.2r7 was released.
2046         * katie.conf-non-US: likewise.
2047
2048         * utils.py (parse_changes): handle a multi-line field with no
2049         starting line.
2050
2051 2002-06-25  James Troup  <james@nocrew.org>
2052
2053         * templates/amber.advisory (To): add missing email address since
2054         __WHOAMI__ is only a name.
2055
2056         * katie.conf-security (Melane::LogFile): correct to go somewhere
2057         katie has write access to.
2058         (Location::/org/security.debian.org/ftp/dists/::Suites): add
2059         Testing.
2060
2061         * natalie: add support for -a/-add which adds packages only
2062         (ignoring changes and deletions).
2063
2064         * katie.py (Katie.announce): Dinstall::CloseBugs is a boolean so
2065         use FindB, not get.
2066
2067 2002-06-22  James Troup  <james@nocrew.org>
2068
2069         * jennifer (check_files): validate the package name and version
2070         field.  If 'Package', 'Version' or 'Architecture' are missing,
2071         don't try any further checks.
2072         (check_dsc): likewise.
2073
2074         * utils.py (re_taint_free): add '~' as a valid character.
2075
2076 2002-06-20  Anthony Towns  <ajt@debian.org>
2077
2078         * katie.conf-non-US: add OverrideSuite for w-p-u to allow uploads
2079
2080 2002-06-09  James Troup  <james@nocrew.org>
2081
2082         * jennifer (check_files): reduce useless code.
2083
2084         * cron.daily-security: run symlinks -dr on $ftpdir.
2085
2086         * vars-security (ftpdir): add.
2087
2088 2002-06-08  James Troup  <james@nocrew.org>
2089
2090         * neve (update_override_type): transaction is handled higher up in
2091         main().
2092         (update_priority): likewise.
2093         (process_sources): remove code that makes testing a duplicate of
2094         stable.
2095         (process_packages): likewise.
2096
2097         * templates/amber.advisory: add missing mail headers.
2098
2099         * cron.daily-security: also call apt-ftparchive clean for
2100         apt.conf.buildd-security.
2101         * cron.weekly: likewise.
2102
2103         * amber (do_upload): write out a list of source packages (and
2104         their version) uploaded for testing.
2105         (make_advisory): add more Subst mappings for the mail headers.
2106         (spawn): check for suspicious characters in the command and abort
2107         if their found.
2108
2109 2002-06-07  James Troup  <james@nocrew.org>
2110
2111         * ziyi (main): remove the 'nonus'/'security' hacks and use
2112         Dinstall::SuiteSuffix (if it exists) instead.  Always try to write
2113         the lower level Release files, even if they don't exist.  fubar
2114         out if we can't open a lower level Release file for writing.
2115
2116         * katie.conf-non-US (Dinstall): add SuiteSuffix, used to simplify
2117         ziyi.
2118         * katie.conf-security (Dinstall): likewise.
2119
2120         * amber (do_upload): renamed from get_file_list().  Determine the
2121         upload host from the original component.
2122         (init): Add a -n/--no-action option.  Fix how we get changes_files
2123         (i.e. from the return value of apt_pkg.ParseCommandLine(), not
2124         sys.argv).  Add an Options global.
2125         (make_advisory): support -n/--no-action.
2126         (spawn): likewise.
2127         (main): likewise.
2128         (usage): document -n/--no-action.
2129
2130         * cron.buildd-security: fix path to Packages-arch-specific in
2131         quinn-diff invocation.
2132
2133         * katie.conf-security (Dinstall::AcceptedAutoBuildSuites): change
2134         to proper suite names (i.e. stable, testing) rather than codenames
2135         (potato, woody).
2136         (Dinstall::DefaultSuite): likewise.
2137         (Suite): likewise.
2138         (Location::/org/security.debian.org/ftp/dists/::Suites): likewise.
2139         * vars-security (suites): likewise.
2140         * apt.conf-security: likewise.
2141
2142         * katie.conf-security (Component): add "updates/" prefix.
2143         (Suite::*::Components): likewise.
2144         (ComponentMappings): new; map all {ftp-master,non-US} components
2145         -> updates/<foo>.
2146
2147         * katie.conf-security (Natalie): removed; the options have
2148         defaults and ComponentPosition is used by alyson which doesn't
2149         work on security.d.o.
2150         (Amber): replace UploadHost and UploadDir with ComponentMappings
2151         which is a mapping of components -> URI.
2152         (Suite::*::CodeName): strip bogus "/updates" suffix hack.
2153         (SuiteMappings): use "silent-map" in preference to "map".
2154
2155         * cron.unchecked-security: fix call to cron.buildd-security.
2156
2157         * cron.daily-security: map local suite (stable) -> override suite
2158         (potato) when fixing overrides.  Correct component in natalie call
2159         to take into account "updates/" prefix.  Fix cut'n'waste in
2160         override.$dist.all3 generation, the old files weren't being
2161         removed, so they were endlessly growing.
2162
2163         * neve (main): don't use .Find for the CodeName since we require
2164         it.  Location::*::Suites is a ValueList.
2165         (check_signature): ignore duplicate SIGEXPIRED tokens.  Don't bomb
2166         out on expired keys, just warn.
2167         (update_override_type): new function; lifted from alyson.
2168         (update_priority): likewise.
2169         (main): use update_{override_type,priority}().
2170
2171         * jennifer (check_distributions): remove redunant test for
2172         SuiteMappings; ValueList("does-not-exist") returns [] which is
2173         fine.  Add support for a "silent-map" type which doesn't warn
2174         about the mapping to the user.
2175         (check_files): add support for ComponentMappings, similar to
2176         SuiteMappings, but there's no type, just a source and a
2177         destination and the original component is stored in "original
2178         component".
2179         * katie.py (Katie.dump_vars): add "original component" as an
2180         optionsal files[file] dump variable.
2181
2182         * claire.py (find_dislocated_stable): dehardcode 'potato' in SQL
2183         query.  Add support for section-less legacy locations like current
2184         security.debian.org through YetAnotherConfigBoolean
2185         'LegacyStableHasNoSections'.
2186         * katie.conf-security (Dinstall): LegacyStableHasNoSections is true.
2187
2188         * utils.py (real_arch): moved here from ziyi.
2189         * ziyi (real_arch): moved to utils.py.
2190         * ziyi (main): likewise.
2191
2192         * claire.py (find_dislocated_stable): use real_arch() with
2193         filter() to strip out source and all.
2194         * neve (main): likewise.
2195         * rene (main): likewise.
2196         * jeri (parse_packages): likewise.
2197
2198 2002-06-06  James Troup  <james@nocrew.org>
2199
2200         * tea (check_missing_tar_gz_in_dsc): modifed patch from Martin
2201         Michlmayr <tbm@cyrius.com> to be more verbose about what we're
2202         doing.
2203
2204 2002-05-23  Martin Michlmayr  <tbm@cyrius.com>
2205
2206         * jeri (check_joey): check if the line contains two elements
2207         before accessing the second.  Also, strip trailing spaces as well
2208         as the newline.
2209         * halle (check_joey): likewise.
2210
2211 2002-06-05  James Troup  <james@nocrew.org>
2212
2213         * cron.unchecked-security: new file; like cron.unchecked but if
2214         there's nothing to do exit so we don't call cron.buildd-security.
2215
2216         * apt.conf.buildd-security: new file.
2217
2218         * vars (archs): alphabetize.
2219         * vars-non-US (archs): likewise.
2220
2221         * vars-security: add unchecked.
2222
2223         * madison (main): reduce rather bizarrely verbose and purposeless
2224         code to print arches to a simple string.join.
2225
2226         * katie.conf (Suites::Unstable): add UdebComponents, a new
2227         valuelist of suites, used by jenna to flesh out the list of
2228         <suite>_main-debian-installer-binary-<arch>.list files generated.
2229         (Dinstall): add StableDislocationSupport, a new boolean used by
2230         jenna to enable or disable stable dislocation support
2231         (i.e. claire), as true.
2232
2233         * katie.conf (Dinstall): add StableDislocationSupport, a new
2234         boolean used by jenna to enable or disable stable dislocation
2235         support (i.e. claire), as true.
2236         * katie.conf-non-US: likewise.
2237         * katie.conf-security: likewise.
2238
2239         * cron.daily-security: generate .all3 overrides for the buildd
2240         support.  Freshen a local copy of Packages-arch-specific from
2241         buildd.debian.org.
2242
2243         * claire.py (find_dislocated_stable): disable the support for
2244         files in legacy-mixed locations since none of the Debian archives
2245         have any anymore.
2246
2247         * helena: new script; produces a report on NEW and BYHAND
2248         packages.
2249
2250         * jenna: rewritten from scratch to fix speed problems.  Run time
2251         on auric goes down from 31.5 minutes to 3.5 minutes.  Of that 3.5
2252         minutes, 105 seconds are the monster query and 70 odd seconds is
2253         claire.
2254
2255         * apt.conf.buildd (Default): remove MaxContentsChange as it's
2256         irrelevant.
2257
2258 2002-06-05  Ryan Murray  <rmurray@debian.org>
2259
2260         * cron.buildd-security: new file.
2261
2262 2002-06-05  Matt Kraai  <kraai@alumni.cmu.edu>
2263
2264         * denise (list): take a file argument and use it.
2265         (main): don't abuse sys.stdout, just write to the file.
2266
2267         * claire.py (usage): Fix misspelling.
2268         (clean_symlink): Simplify.
2269         (find_dislocated_stable): Avoid unnecessary work.
2270
2271 2002-05-29  James Troup  <james@nocrew.org>
2272
2273         * cameron: removed; apt-ftparchive can simply walk the directory.
2274
2275 2002-05-26  Anthony Towns  <ajt@debian.org>
2276
2277         * katie.conf{,-non-US}: Map testing to testing-proposed-updates
2278         for the autobuilders.
2279
2280 2002-05-24  Ryan Murray  <rmurray@debian.org>
2281
2282         * cron.buildd: update override files before running apt-ftparchive
2283
2284 2002-05-23  Martin Michlmayr  <tbm@cyrius.com>
2285
2286         * amber (main): remove extra space in prompt.
2287
2288         * utils.py (validate_changes_file_arg): use original filename in
2289         error messages.
2290
2291         * jeri (check_joey): close file after use.
2292         (parse_packages): likewise.
2293         (main): setup debug option properly.
2294
2295         * melanie (main): remove unused packages variable and simplify the
2296         code to build up con_packages by using repr().
2297
2298 2002-05-23  James Troup  <james@nocrew.org>
2299
2300         * lisa (recheck): when we reject, also return 0 so the package is
2301         skipped.
2302         (sg_compare): fix note sorting.
2303         (recheck): remove the .katie file after rejection.
2304
2305         * katie.py (Katie.accept): accepted auto-build support take 3;
2306         this time adding support for security.  Security needs a) non-pool
2307         files copied rather than symlinked since accepted is readable only
2308         by katie/security and www-data needs to be able to see the files,
2309         b) needs per-suite directories.  SpecialAcceptedAutoBuild becomes
2310         AcceptedAutoBuildSuites and is a ValueList containing the suites.
2311         SecurityAcceptedAutoBuild is a new boolean which controls whether
2312         or not normal or security style is used.  The unstable_accepted
2313         table was renamed to accepted_autobuild and a suite column added.
2314         Also fix a bug noticed by Ryan where an existent orig.tar.gz
2315         didn't have it's last_used/in_accepted flags correctly updated.
2316         * katie (install): likewise.
2317         * rhona (clean_accepted_autobuild): likewise.
2318
2319 2002-05-22  James Troup  <james@nocrew.org>
2320
2321         * lisa (sort_changes): new function; sorts changes properly.
2322         Finally.
2323         (sg_compare): new function; helper for sort_changes().  Sorts by
2324         have note and time of oldest upload.
2325         (indiv_sg_compare): new function; helper for sort_changes().
2326         Sorts by source version, have source and filename.
2327         (main): use sort_changes().
2328         (changes_compare): obsoleted; removed.
2329
2330 2002-05-20  James Troup  <james@nocrew.org>
2331
2332         * rhona (clean_accepted_autobuild): don't die if a file we're
2333         trying to remove doesn't exist.  Makes rhona more friendly to
2334         katie/katie.py crashes/bugs without any undue cost.
2335
2336 2002-05-19  James Troup  <james@nocrew.org>
2337
2338         * lisa (main): if sorting a large number of changes give some
2339         feedback.
2340         (recheck): new function, run the same checks (modulo NEW,
2341         obviously) as katie does, if they fail do the standard
2342         reject/skip/quit dance.
2343         (do_pkg): use it.
2344
2345         * katie (install): don't try to unlink the symlink in the
2346         AcceptedAutoBuild support if the destination is not a symlink (or
2347         doesn't exist).  Avoids unnecessary bombs on previous partial
2348         accepts and will still bomb hard if the file exists and isn't a
2349         symlink.
2350
2351         * utils.py: blah, commands _is_ used when the mail stuff isn't
2352         commented out like it is in my test environment.
2353
2354         * lisa (changes_compare): "has note" overrides everything else.
2355         Use .katie files rather than running parse_changes, faster and
2356         allows "has note" to work.  Correct version compare, it was
2357         reversed.  Ctime check should only kick in if the source packages
2358         are not the same.
2359         (print_new): print out and return any note.  Rename 'ret_code' to
2360         'broken'.
2361         (edit_new): renamed from spawn_editor.  Don't leak file
2362         descriptors.  Clean up error message if editor fails.
2363         (edit_note): new function, allows one to edit notes.
2364         (do_new): add note support, editing and removing.
2365         (init): kill -s/--sort; with notes we always want to use our
2366         sorting method.
2367         (usage): likewise.
2368
2369         * katie.py (Katie.dump_vars): add "lisa note" as an optional
2370         changes field.
2371
2372         * utils.py (build_file_list): rename 'dsc' to 'is_a_dsc' and have
2373         it default to 0.  Adapt tests to assume it's boolean.
2374         * fernanda.py (check_changes): adjust call appropriately.
2375         * halle (check_changes): likewise.
2376         * jennifer (check_changes): likewise.
2377         * jeri (check_changes): likewise.
2378         * shania (flush_orphans): likewise.
2379
2380         * jennifer (check_dsc): pass is_a_dsc by name when calling
2381         build_file_list() for clarity.
2382         * shania (flush_orphans): likewise.
2383         * tea (check_missing_tar_gz_in_dsc): likewise.
2384
2385         * jennifer (check_dsc): pass dsc_whitespace_rules by name when
2386         calling parse_changes() for clarity.
2387         * tea (check_dscs): likewise.
2388
2389         * utils.py (parse_changes): make dsc_whitespace_rules default to
2390         not true.
2391         * halle (check_changes): adjust call appropriately.
2392         * jennifer (check_changes): likewise.
2393         * jeri (check_changes): likewise.
2394         * lisa (changes_compare): likewise.
2395         * utils.py (changes_compare): likewise.
2396         * melanie (main): likewise.
2397         * shania (flush_orphans): likewise.
2398         * fernanda.py (check_changes): likewise.
2399
2400 2002-05-18  James Troup  <james@nocrew.org>
2401
2402         * katie.py (Katie.dump_vars): make the .katie file unreadable,
2403         it's not useful and by and large a duplication of information
2404         available in readable format in other files.
2405
2406 2002-05-16  Ryan Murray  <rmurray@debian.org>
2407
2408         * melanie: Dir::TemplatesDir -> Dir::Templates
2409
2410 2002-05-15  Ryan Murray  <rmurray@debian.org>
2411
2412         * cameron: correct the use of os.path.join
2413
2414 2002-05-15  Anthony Towns  <ajt@debian.org>
2415
2416         * ziyi: Update to match the new format for Architectures/Components
2417         in katie.conf.
2418
2419 2002-05-14  James Troup  <james@nocrew.org>
2420
2421         * amber: new script; 'installer' wrapper script for the security
2422         team.
2423
2424         * katie.py (Katie.announce): remove unused 'dsc' local
2425         variable. (pychecker)
2426
2427         * ziyi: pre-define AptCnf and out globals to None. (pychecker)
2428
2429         * neve: don't import sys, we don't use it. (pychecker)
2430         (check_signature): fix return type mismatch. (pychecker)
2431
2432         * utils.py: don't import commands, we don't use it.  (pychecker)
2433
2434         * katie (install): SpecialAcceptedAutoBuild is a boolean.
2435
2436         * katie.py (Katie.dump_vars): don't store "oldfiles", it's
2437         obsoleted by the change to "othercomponents" handling in jennifer
2438         detailed below.
2439         (Katie.cross_suite_version_check): new function; implements
2440         cross-suite version checking rules specified in the conf file
2441         while also enforcing the standard "must be newer than target
2442         suite" rule.
2443         (Katie.check_binary_against_db): renamed, since it's invoked once
2444         per-binary, "binaries" was inaccurate.  Use
2445         cross_suite_version_check() and don't bother with the "oldfiles"
2446         rubbish as jennifer works out "othercomponents" herself now.
2447         (Katie.check_source_against_db): use cross_suite_version_check().
2448
2449         * katie (check): the version and file overwrite checks
2450         (check_{binary,source,dsc}_against_db) are not per-suite.
2451
2452         * jennifer (check_files): less duplication of
2453         'control.Find("Architecture", "")' by putting it in a local
2454         variable.
2455         (check_files): call check_binary_against_db higher up since it's
2456         not a per-suite check.
2457         (check_files): get "othercomponents" directly rather than having
2458         check_binary_against_db do it for us.
2459
2460         * heidi (main): 'if x:', not 'if x != []:'.
2461         * katie.py (Katie.in_override_p): likewise.
2462         (Katie.check_dsc_against_db): likewise.
2463         * natalie (main): likewise.
2464         * rene (main): likewise.
2465         * ziyi (real_arch): likewise.
2466
2467         * alyson (main): Suite::%s::Architectures, Suite::%s::Components
2468         and OverrideType are now value lists, not lists.
2469         * andrea (main): likewise.
2470         * cindy (main): likewise.
2471         * claire.py (find_dislocated_stable): likewise.
2472         * denise (main): likewise.
2473         * jenna (main): likewise.
2474         * jennifer (check_distributions): likewise.
2475         (check_files): likewise.
2476         (check_urgency): likewise (Urgency::Valid).
2477         * jeri (parse_packages): likewise.
2478         * neve (main): likewise (and Location::%s::Suites).
2479         * rene (main): likewise.
2480
2481 2002-05-13  James Troup  <james@nocrew.org>
2482
2483         * katie.py (Katie.check_source_against_db): correct case of reject
2484         message to be consistent with binary checks.
2485
2486         * jennifer (get_status_output): don't leak 2 file descriptors per
2487         invocation.
2488         (check_signature): add missing '\n' to "duplicate status token"
2489         error message.
2490
2491 2002-05-09  James Troup  <james@nocrew.org>
2492
2493         * utils.py (validate_changes_file_arg): new function; validates an
2494         argument which should be a .changes file.
2495         * ashley (main): use it.
2496         * lisa (main): likewise.
2497
2498         * katie.py (Katie.check_dsc_against_db): since there can be more
2499         than one .orig.tar.gz make sure we don't assume the .orig.tar.gz
2500         entry still exists in files.
2501
2502         * jennifer (check_dsc): handle the .orig.tar.gz disappearing from
2503         files, since check_dsc_against_db() deletes the .orig.tar.gz
2504         entry.
2505
2506         * cameron: cleanups.
2507
2508         * utils.py (changes_compare): change sort order so that source
2509         name and source version trump 'have source'; this should fix
2510         UNACCEPT problems in katie where -1 hppa+source & i386, -2
2511         i386&source & hppa lead to -1 i386 unaccept.  Problem worked out
2512         by Ryan.
2513
2514         * lisa (main): allow the arguments to be .katie files too.
2515
2516 2002-05-07  Ryan Murray  <rmurray@debian.org>
2517
2518         * cron.buildd: add s390 to arch list again
2519
2520 2002-05-05  Ryan Murray  <rmurray@debian.org>
2521
2522         * cron.buildd: new script, update w-b database from unstable_accepted
2523         table
2524         * cameron: new script, take list in unstable_accepted and write out
2525         a file list for apt-ftparchive
2526         * apt.conf.buildd: new apt configuration for Packages/Sources for
2527         unstable_accepted
2528         * vars: add s390 to arch list.
2529
2530 2002-05-03  James Troup  <james@nocrew.org>
2531
2532         * neve (main): don't hard code the calling user as that doesn't
2533         work with modern postgres installs.  Fix psql invocation for
2534         init_pool.sql (database name required).  Dont' hard code the
2535         database name.
2536         (process_sources): add support for fingerprint and install_date.
2537         (process_packages): add support for fingerprint.
2538         (do_sources): pass in the directory, fingerprint support needs it.
2539         (get_status_output): borrowed from jennifer.
2540         (reject): likewise.
2541         (check_signature): likewise.
2542
2543         * katie (install): only try to log urgencies if Urgency_Logger is
2544         defined.
2545         (main): only initialize Urgency_Logger is Dir::UrgencyLog is
2546         defined; only close Urgency_Logger if it's defined.
2547
2548         * catherine (poolize): adapt for Dir rationalization.
2549         * claire.py (find_dislocated_stable): likewise.
2550         * denise (main): likewise.
2551         * halle (check_joey): likewise.
2552         * jenna: likewise.
2553         * jennifer: likewise.
2554         * jeri: likewise.
2555         * katie.py: likewise.
2556         * katie: likewise.
2557         * lisa (do_bxa_notification): likewise.
2558         * logging.py (Logger.__init__): likewise
2559         * rene (main): likewise.
2560         * rhona (clean): likewise.
2561         * shania (init): likewise.
2562         * tea: likewise.
2563         * ziyi: likewise.
2564
2565         * lisa (add_overrides): Dinstall::BXANotify is a boolean, use
2566         FindB, not FindI.
2567
2568         * rhona (clean_accepted_autobuild): SpecialAcceptedAutoBuild is a
2569         boolean, use FindB, not get.
2570
2571         * katie.py (Katie.check_dsc_against_db): ignore duplicate
2572         .orig.tar.gz's which are an exact (size/md5sum) match.
2573
2574         * ashley (main): really allow *.katie files as arguments too;
2575         noticed by aj.
2576
2577         * sql-aptvc.cpp: postgres.h moved to a "server" subdirectory.
2578
2579 2002-05-03  Anthony Towns  <ajt@debian.org>
2580
2581         * ziyi: support for security.
2582
2583 2002-05-02  James Troup  <james@nocrew.org>
2584
2585         * jennifer (accept): call Katie.check_override() unconditional as
2586         no-mail check moved into that function.
2587         (do_byhand): likewise.
2588
2589         * katie.py (Katie.check_override): don't do anything if we're a)
2590         not sending mail or b) the override disparity checks have been
2591         disbled via Dinstall::OverrideDisparityCheck.
2592
2593         * jennifer (check_files): don't hard code Unstable as the suite
2594         used to check for architecture validity; use
2595         Dinstall::DefaultSuite instead, if it exists.
2596         (accept): conditionalize
2597
2598         * katie.py (Katie.update_subst): support global maintainer
2599         override with Dinstall::OverrideMaintainer.
2600
2601         * jennifer (check_distributions): new function, Distribution
2602         validation and mapping.  Uses new SuiteMappings variable from
2603         config file to abstract suite mappings.
2604         (check_changes): call it.
2605
2606         * natalie: renamed; nothing imports or likely will for some time.
2607
2608         * denise (main): remove unused natalie import and init().
2609
2610         * natalie.py (init): removed.
2611         (main): initalize here instead and don't hardcode the database
2612         name.
2613
2614 2002-04-30  James Troup  <james@nocrew.org>
2615
2616         * katie.py (Katie.close_bugs): new function, split out from
2617         announce().
2618         (Katie.announce): only call close_bugs() if Dinstall::CloseBugs is
2619         true.
2620         (Katie.close_bugs): new function, split out
2621         (Katie.close_bugs): return immediately if there are no bugs to
2622         close.
2623
2624         * jennifer (acknowledge_new): adapt for new utils.TemplateSubst().
2625         * katie (do_reject): likewise.
2626         (stable_install): likewise.
2627         * katie.py (Katie.announce): likewise.
2628         (Katie.accept): likewise.
2629         (Katie.check_override): likewise.
2630         (Katie.do_reject): likewise.
2631         * lisa (do_bxa_notification): likewise.
2632         * melanie (main): likewise.
2633
2634         * utils.py (TemplateSubst): change second argument to be a
2635         filename rather than a template since every caller opened a file
2636         on the fly which was ugly and leaked file descriptor.
2637
2638 2002-04-29  James Troup  <james@nocrew.org>
2639
2640         * katie.py (Katie.announce): (modified) patch from Raphael Hertzog
2641         <hertzog@debian.org> to send 'accepted' announce mails to the
2642         PTS. [#128140]
2643
2644 2002-04-24  James Troup  <james@nocrew.org>
2645
2646         * init_pool.sql (unstable_accepted): add two new fields to
2647         unstable_accepted; in_accepted is a boolean indicating whether or
2648         not the file is in accepted and last_used is a timestamp used by
2649         rhona to determine when to remove symlinks for installed packages.
2650
2651         * katie.py (Katie.accept): auto-build support take 2.  Create
2652         symlinks for all files into a seperate directory.  Add files to
2653         unstable_accepted as paths to the new directory; mark them as
2654         being in accepted for cameron.  Properly conditionalize it on a
2655         configuration variable.
2656
2657         * katie (install): likewise.  Update symlinks to point into the
2658         pool; mark the files for later deletion by rhona and mark them as
2659         not being in accepted for cameron.
2660
2661         * rhona (clean_accepted_autobuild): new function.
2662
2663 2002-04-22  James Troup  <james@nocrew.org>
2664
2665         * jennifer (check_files): handle db_access.get_location_id()
2666         returning -1 properly/better.
2667
2668         * rhona (clean_fingerprints): new function.
2669
2670 2002-04-21  James Troup  <james@nocrew.org>
2671
2672         * utils.py (touch_file): unused; remove.
2673         (plural): likewise.
2674
2675         * jennifer (check_files): close file descriptor used to get the
2676         control file.
2677         (check_md5sums): likewise.
2678         (callback): likewise.
2679
2680         * katie.py (Katie.do_reject): handle manual rejects much better;
2681         call the editor first and get confirmation from the user before
2682         proceeding.
2683
2684         * jennifer (check_signature): prefix_multi_line_string() moved to
2685         utils.
2686
2687         * utils.py (prefix_multi_line_string): moved here from jennifer.
2688
2689 2002-04-20  James Troup  <james@nocrew.org>
2690
2691         * lisa (main): handle non-existent files.
2692
2693         * ashley (main): allow *.katie files as arguments too.
2694
2695 2002-04-19  James Troup  <james@nocrew.org>
2696
2697         * katie.py (Katie.accept): add stuff to help auto-building from
2698         accepted; if the .orig.tar.gz is not part of the upload (i.e. it's
2699         in the pool), create a symlink to it in the accepted directory and
2700         add the .dsc and .{u,}deb(s) to a new 'unstable_accepted' table.
2701
2702         * katie (install): undo the "auto-building from accepted" stuff
2703         (i.e. remove the .orig.tar.gz symlink and remove the files from
2704         unstable_accepted table).
2705
2706 2002-04-16  James Troup  <james@nocrew.org>
2707
2708         * jennifer (upload_too_new): fix typo which was causing all
2709         timestamp comparisons to be against the .changes file.  Also move
2710         back to the original directory so we do the comparisons against
2711         accurate timestamps.
2712
2713         * tea (check_missing_tar_gz_in_dsc): new function.
2714
2715         * jennifer (check_dsc): add a check to ensure there is a .tar.gz
2716         file mentioned in the .dsc.
2717
2718         * lisa (main): use X-Katie in the mail headers, not X-Lisa; that
2719         way mails reach debian-{devel-,}changes@l.d.o.
2720
2721 2002-04-02  Ryan Murray  <rmurray@debian.org>
2722
2723         * cron.daily: run shania after rhona
2724         * cron.daily-non-US: likewise.
2725
2726 2002-04-01  James Troup  <james@nocrew.org>
2727
2728         * katie: re-add proposed-updates/stable install support.
2729
2730         * katie.py (Katie.dump_vars): add changes["changes"] as an
2731         optional field; should be mandatory later.
2732
2733 2002-03-31  James Troup  <james@nocrew.org>
2734
2735         * katie (install): support a Suite::<foo>::CopyKatie similar to
2736         CopyChanges.  Done seperately because .katie files don't need to
2737         be mirrored and will probably be copied to another directory as a
2738         result.
2739
2740         * halle (main): add missing debug to options.
2741
2742 2002-03-29  James Troup  <james@nocrew.org>
2743
2744         * madison (main): add a -r/--regex option.
2745
2746 2002-03-26  James Troup  <james@nocrew.org>
2747
2748         * lisa: don't trample on changes["distribution"]; make a copy of
2749         it as changes["suite"] instead and use that.
2750
2751 2002-03-16  Anthony Towns  <ajt@debian.org>
2752
2753         * templates/lisa.bxa_notification: Fix some grammatical errors.
2754         Encourage contact via bxa@ftp-master email address.
2755
2756 2002-03-15  James Troup  <james@nocrew.org>
2757
2758         * jennifer (check_timestamps): remove bogus raise in except.
2759
2760 2002-03-15  Anthony Towns  <ajt@debian.org>
2761
2762         * cron.monthly: rotate mail/archive/bxamail as well as
2763         mail/archive/mail. This is for a complete archive of
2764         correspondence with the BXA.
2765
2766 2002-03-14  Anthony Towns  <ajt@debian.org>
2767
2768         * crypto-in-main changes.
2769
2770         * utils.py (move, copy): add an optional perms= parameter to let you
2771         set the resulting permissions of the moved/copied file
2772         * katie.py (force_move): rejected/morgued files should be unreadable
2773         * jennifer (do_byhand, acknowledge_new): pending new and byhand files
2774         should be unreadable.
2775
2776 2002-03-07  Ryan Murray  <rmurray@debian.org>
2777
2778         * katie (install): check for existance of "files id" key as well as
2779         it being set to a valid value.
2780         * katie (install): check for existense and valid value for location
2781         id as well
2782
2783 2002-03-05  Ryan Murray  <rmurray@debian.org>
2784
2785         * katie.py (do_reject): reread the reason file after editing it.
2786
2787 2002-02-25  James Troup  <james@nocrew.org>
2788
2789         * jennifer (check_changes): don't enforce sanity in .changes file
2790         names since it doesn't seem to be possible; pcmica-cs and similar
2791         freak show packages in particular cause real problems.
2792
2793         * katie.py (Katie.check_dsc_against_db): initialize 'found' for
2794         each dsc_file since the .orig.tar.gz checking code now uses it as
2795         a boolean.  Fixes bizarro rejections which bogusly claimed
2796         .diff.gz md5sum/size was incorrect.
2797
2798 2002-02-24  James Troup  <james@nocrew.org>
2799
2800         * katie (process_it): reset reject_message.
2801
2802 2002-02-22  James Troup  <james@nocrew.org>
2803
2804         * db_access.py(set_files_id): disable use of
2805         currval('files_id_seq') because it was taking 3 seconds on auric
2806         which is insane (most calls take < 0.01) and simply call
2807         get_files_id() for the return value instead.
2808
2809         * katie.py (Katie.do_query): convenience function; unused by
2810         default, useful for profiling.
2811         * db_access.py (do_query): likewise.
2812
2813         * katie (install): fix insert SQL call when binary has no source.
2814
2815         * lisa (determine_new): auto-correct non-US/main to non-US.
2816         (determine_new): add a warning when adding things to stable.
2817         (edit_index): use our_raw_input().
2818         (edit_overrides): likewise.
2819         (do_new): likewise.  Use re.search() not re.match() since the
2820         default answer may not be the first one.
2821         (do_byhand): likewise.
2822         (do_new): Default to 'S'kip and never 'A'dd.
2823
2824         * jennifer (action): pass prompt to our_raw_input().
2825         * melanie (game_over): likewise.
2826         * katie (action): likewise.
2827
2828         * utils.py (our_raw_input): add an optional prompt argument to
2829         make the function more usable as a drop in replacement for
2830         raw_input().
2831
2832         * jennifer (check_files): correct reject() to not double prefix
2833         when using katie.py based functions.
2834         (check_dsc): likewise.
2835
2836         * katie.py (Katie.reject): prepend a new line if appropriate
2837         rathen than appending one to avoid double new lines when caller
2838         adds one of his own.
2839
2840         * lisa (determine_new): warn if the package is also in other
2841         components.
2842
2843 2002-02-20  James Troup  <james@nocrew.org>
2844
2845         * jennifer (check_files): if .changes file lists "source" in
2846         Architecture field, there must be a .dsc.
2847
2848 2002-02-15  James Troup  <james@nocrew.org>
2849
2850         * ashley (main): add some missing fields.
2851
2852         * katie.py (Katie.check_dsc_against_db): fix to take into account
2853         the fact that the .orig.tar.gz might be in byhand, accepted or
2854         new.  Also fix calling of reject().
2855         (Katie.check_binaries_against_db): fix calling of reject().
2856         (Katie.check_source_against_db): likewise.
2857         (Katie.dump_vars): add missing variables used for bug closures.
2858
2859         * lisa (changes_compare_by_time): sort by reverse time.
2860
2861         * katie.py (Katie.accept): log.
2862         (Katie.dump_vars): missing has_key test for optional changes fields.
2863
2864         * jennifer (main): print "Accepted blah blah" to stdout, not stderr.
2865         (process_it): traceback goes to stderr, not stdout.
2866         (acknowledge_new): log.
2867         (do_byhand): likewise.
2868
2869         * katie.py (Katie.update_subst): fix typo (Cnf vs. self.Cnf).
2870
2871         * add_constraints.sql: add grants for the new fingerprint table.
2872
2873 2002-02-13  James Troup  <james@nocrew.org>
2874
2875         * katie (do_reject): basename the .changes filename before trying
2876         to use it to construct the .reason filename.
2877         (process_it): call Katie.update_subst() so do_reject() DTRT with
2878         the mail template.
2879         (do_reject): setup the mail template correctly.
2880
2881 2002-02-12  James Troup  <james@nocrew.org>
2882
2883         * tea (process_dir): renamed 'arg' to 'unused' for clarity.
2884         (check_files): don't abuse global dictionaries.
2885         (Ent): use all variables.
2886         (check_timestamps): don't abuse global dictionaries.
2887
2888         * fernanda.py: renamed to .py so lisa can import it.
2889         (check_dsc): remove unused local variables (pychecker).
2890         (display_changes): split off from check_changes.
2891
2892         * katie: rewritten; most of the functionality moves to jennifer;
2893         what's left is the code to install packages once a day from the
2894         'accepted' directory.
2895
2896         * jennifer: new program, processes packages in 'unchecked'
2897         (i.e. most of the non-install functionality of old katie).
2898
2899         * katie.py: common functions shared between the clique of
2900         jennifer, lisa and katie.
2901
2902         * lisa: new program; handles NEW and BYHAND packages.
2903
2904         * jeri (usage): new function.
2905         (main): use it.
2906         (check_package): remove unused local variable (pychecker).
2907
2908         * init_pool.sql: new table fingerprint.  Add fingerprint colums to
2909         binaries and source.  Add install_date to source.
2910
2911         * halle (usage): new function.
2912         (main): use it.  Remove unused options.
2913         (check_changes): remove unused local variable (pychecker).
2914
2915         * add_constraints.sql: add fingerprint references.
2916
2917         * db_access.py (get_or_set_fingerprint_id): new function.
2918
2919         * ashley (main): new program; dumps the contents of a .katie file
2920         to stdout.
2921
2922         * alyson (main): remove option handling since we don't actually
2923         support any.
2924         * cindy (main): likewise.
2925
2926         * remove unnecessary imports and pre-define globals (pychecker).
2927
2928 2002-02-11  Anthony Towns  <ajt@debian.org>
2929
2930         * added installation-report and upgrade-report pseudo-packages
2931
2932 2002-01-28  Martin Michlmayr  <tbm@cyrius.com>
2933
2934         * katie (update_subst): use Dinstall::TrackingServer.
2935         * melanie (main): likewise.
2936
2937 2002-01-27  James Troup  <james@nocrew.org>
2938
2939         * shania (main): it's IntLevel not IntVal; thanks to tbm@ for
2940         noticing, jgg@ for fix.
2941
2942 2002-01-19  James Troup  <james@nocrew.org>
2943
2944         * utils.py (extract_component_from_section): handle non-US
2945         non-main properly.
2946
2947 2002-01-12  James Troup  <james@nocrew.org>
2948
2949         * madison: add support for -S/--source-and-binary which displays
2950         information for the source package and all it's binary children.
2951
2952 2002-01-13  Anthony Towns  <ajt@debian.org>
2953
2954         * katie.conf: Remove Catherine Limit and bump stable to 2.2r5
2955         * katie.conf: Add Dinstall::SigningKeyIds option, set to the 2001
2956           and 2002 key ids.
2957         * katie.conf-non-US: Likewise.
2958         * ziyi: Suppoer Dinstall::SigningKeyIds to sign a Release file with
2959           multiple keys automatically. This is probably only useful for
2960           transitioning from an expired (or revoked?) key.
2961
2962 2002-01-08  Ryan Murray  <rmurray@debian.org>
2963
2964         * debian/python-dep: new file that prints out python:Depends for
2965           substvars
2966         * debian/control: use python:Depends, build-depend on python
2967           lower Depends: on postgresql to Suggests:
2968         * debian/rules: determine python version, install to the correct
2969           versioned dir
2970
2971 2001-12-18  Anthony Towns  <ajt@debian.org>
2972
2973         * ziyi: unlink Release files before overwriting them (in case they've
2974           been merged)
2975         * ziyi: always include checksums/sizes for the uncompressed versions
2976           of Sources and Packages, even if they're not present on disk
2977
2978 2001-11-26  Ryan Murray  <rmurray@debian.org>
2979
2980         * ziyi (main): add SigningPubKey config option
2981         * katie.conf: use SigningPubKey config option
2982         * katie.conf-non-US: likewise
2983
2984 2001-11-24  James Troup  <james@nocrew.org>
2985
2986         * katie (acknowledge_new): log newness.
2987
2988 2001-11-24  Anthony Towns  <ajt@debian.org>
2989
2990         * ziyi (real_arch): bail out if some moron forgot to reset
2991         untouchable on stable.
2992         (real_arch): source Release files.
2993
2994 2001-11-19  James Troup  <james@nocrew.org>
2995
2996         * claire.py (main): don't use apt_pkg.ReadConfigFileISC and
2997         utils.get_conf().
2998         * shania (main): likewise.
2999
3000         * rhona (main): add default options.
3001
3002         * db_access.py (get_archive_id): case independent.
3003
3004         * katie (action): sort files so that ordering is consistent
3005         between mails; noticed/requested by Joey.
3006
3007 2001-11-17  Ryan Murray  <rmurray@debian.org>
3008
3009         * utils.py: add get_conf function, change startup code to read all
3010           config files to the Cnf that get_conf returns
3011           use the component list from the katie conf rather than the hardcoded
3012           list.
3013         * all scripts: use new get_conf function
3014         * shania: fix try/except around changes files
3015         * jenna: only do debian-installer if it is a section in Cnf
3016
3017 2001-11-16  Ryan Murray  <rmurray@debian.org>
3018
3019         * shania (main): Initialize days to a string of a number.
3020                  (main): Initialize Cnf vars before reading in Cnf
3021
3022 2001-11-14  Ryan Murray  <rmurray@debian.org>
3023
3024         * shania (main): Initialize days to a number.
3025
3026 2001-11-04  James Troup  <james@nocrew.org>
3027
3028         * docs/Makefile: use docbook-utils' docbook2man binary.
3029
3030         * Change all "if foo == []" constructs into "if not foo".
3031
3032         * katie (check_changes): when installing into stable from
3033         proposed-updates, remove all non-stable target distributions.
3034         (check_override): don't check for override disparities on stable
3035         installs.
3036         (stable_install): update install_bytes appropriately.
3037         (reject): stable rejection support; i.e. don't remove files when
3038         rejecting files in the pool, rather remove them from the
3039         proposed-update suite instead, rhona will do the rest.
3040         (manual_reject): support for a stable specific template.
3041         (main): setup up stable rejector in subst.
3042
3043 2001-11-04  Martin Michlmayr  <tbm@cyrius.com>
3044
3045         * debian/control (Build-Depends): docbook2man has been superseded
3046         by docbook-utils.
3047
3048         * neve (main): exit with a more useful error message.
3049         (update_suites): Suite::<suite>::Version, Origin and Description
3050         are not required, so don't fail if they don't exist.
3051
3052         * db_access.py (get_archive_id): return -1 on error rather than
3053         raise an exception.
3054         (get_location_id): likewise.
3055
3056         * madison (main): don't exit on the first not-found package,
3057         rather exit with an appropriate return code after processing all
3058         packages.
3059
3060 2001-11-03  James Troup  <james@nocrew.org>
3061
3062         * claire.py (find_dislocated_stable): add per-architecture
3063         symlinks for dislocated architecture: all debs.
3064
3065 2001-10-19  Anthony Towns  <ajt@debian.org>
3066
3067         * apt.conf*, katie.conf*: add mips, mipsel, s390 to testing.
3068
3069 2001-10-10  Anthony Towns  <ajt@debian.org>
3070
3071         * claire.py (fix_component_section): do _not_ assign to None under
3072         any circumstances
3073
3074 2001-10-07  Martin Michlmayr  <tbm@cyrius.com>
3075
3076         * melanie (main): don't duplicate architectures when removing from
3077         more than one suite.
3078
3079         * heidi (main, process_file, get_list): report suite name not ID.
3080
3081         * naima (nmu_p): be case insensitive.
3082
3083         * naima (action): more list handling clean ups.
3084
3085         * melanie (main): clean up lists handling to use string.join and
3086         IN's.
3087
3088         * madison (main): clean up suite and architecture argument parsing
3089         to use slices less and string.join more.
3090
3091         * utils.py (parse_changes): Use string.find() instead of slices for
3092         string comparisons thereby avoid hardcoding the length of strings.
3093         * ziyi (main): likewise.
3094
3095 2001-10-07  James Troup  <james@nocrew.org>
3096
3097         * Remove mode argument from utils.open_files() calls if it's the
3098         default, i.e. 'r'.
3099
3100 2001-09-27  James Troup  <james@nocrew.org>
3101
3102         * katie (init): new function; options clean up.
3103         (usage): add missing options, remove obsolete ones.
3104         (main): adapt for the two changes above.  If the lock file or
3105         new-ack log file don't exist, create them.  Don't try to open the
3106         new-ack log file except running in new-ack mode.
3107
3108         * alyson (main): initialize all the tables that are based on the
3109         conf file.
3110
3111         * utils.py (touch_file): like touch(1).
3112         (where_am_i): typo.
3113
3114         * catherine (usage): new.
3115         (main): use it.  options cleanup.
3116         * claire.py: likewise.
3117         * fernanda: likewise.
3118         * heidi: likewise.
3119         * jenna: likewise.
3120         * shania: likewise.
3121         * ziyi: likewise.
3122
3123         * andrea: options cleanup.
3124         * charisma: likewise.
3125         * julia: likewise.
3126         * madison: likewise.
3127         * melanie: likewise.
3128         * natalie: likewise.
3129         * rhona: likewise.
3130         * tea: likewise.
3131
3132 2001-09-26  James Troup  <james@nocrew.org>
3133
3134         * utils.py: default to sane config file locations
3135         (/etc/katie/{apt,katie}.conf.  They can be the actual config files
3136         or they can point to the real ones through use of a new Config
3137         section.  Based on an old patch by Adam Heath.
3138         (where_am_i): use the new default config stuff.
3139         (which_conf_file): likewise.
3140         (which_apt_conf_file): likewise.
3141
3142         * charisma (main): output defaults to
3143         `Package~Version\tMaintainer'; input can be of either form.  When
3144         parsing the new format do version comparisons, when parsing the
3145         old format assume anything in the extra file wins.  This fixes the
3146         problem of newer non-US packages being overwhelmed by older
3147         versions still in stable on main.
3148
3149 2001-09-17  James Troup  <james@nocrew.org>
3150
3151         * natalie.py (list): use result_join().
3152
3153         * denise (main): result_join() moved to utils.
3154
3155         * utils.py (result_join): move to utils; add an optional seperator
3156         argument.
3157
3158 2001-09-14  James Troup  <james@nocrew.org>
3159
3160         * heidi (set_suite): new function; does --set like natalie does,
3161         i.e. turns it into a sequence of --add's and --remove's
3162         internally.  This is a major win (~20 minute run time > ~20
3163         seconds) in the common, everday (i.e. testing) case.
3164         (get_id): common code used by set_suite() and process_file().
3165         (process_file): call set_suite() and get_id().
3166         (main): add logging support.
3167
3168         * julia: new script; syncs PostgeSQL with (LDAP-generated) passwd
3169         files.
3170
3171         * utils.py (parse_changes): use slices or simple string comparison
3172         in favour of regexes where possible.
3173
3174         * sql-aptvc.cpp (versioncmp): rewritten to take into account the
3175         fact that the string VARDATA() points to are not null terminated.
3176
3177         * denise (result_join): new function; like string.join() but
3178         handles None's.
3179         (list): use it.
3180         (main): likewise.
3181
3182         * charisma (main): python-pygresql 7.1 returns None not "".
3183
3184 2001-09-14  Ryan Murray  <rmurray@debian.org>
3185
3186         * natalie.py (list): handle python-pygresql 7.1 returning None.
3187
3188 2001-09-10  Martin Michlmayr  <tbm@cyrius.com>
3189
3190         * madison (main): return 1 if no package is found.
3191
3192 2001-09-08  Martin Michlmayr  <tbm@cyrius.com>
3193
3194         * madison (main): better error handling for incorrect
3195         -a/--architecture or -s/--suite arguments.
3196         (usage): new.
3197         (main): use it.
3198
3199 2001-09-05  Ryan Murray  <rmurray@debian.org>
3200
3201         * charisma, madison, katie: remove use of ROUser
3202         * katie.conf,katie.conf-non-US: remove defintion of ROUser
3203
3204 2001-08-26  James Troup  <james@nocrew.org>
3205
3206         * katie (nmu_p.is_an_nmu): use maintaineremail to check for group
3207         maintained packages at cjwatson@'s request.
3208
3209 2001-08-21  James Troup  <james@nocrew.org>
3210
3211         * madison (main): add -a/--architecture support.
3212
3213         * jenna: use logging instead of being overly verbose on stdout.
3214
3215 2001-08-11  Ryan Murray  <rmurray@debian.org>
3216
3217         * melanie: add functional help option
3218
3219 2001-08-07  Anthony Towns  <ajt@debian.org>
3220
3221         * apt.conf, katie.conf: Add ia64 and hppa to testing.
3222
3223 2001-07-28  James Troup  <james@nocrew.org>
3224
3225         * katie (check_dsc): ensure source version is >> than existing
3226         source in target suite.
3227
3228 2001-07-25  James Troup  <james@nocrew.org>
3229
3230         * natalie.py: add logging support.
3231
3232         * utils.py (open_file): make the second argument optional and
3233         default to read-only.
3234
3235         * rene (main): work around broken source packages that duplicate
3236         arch: all packages with arch: !all packages (no longer allowed
3237         into the archive by katie).
3238
3239 2001-07-13  James Troup  <james@nocrew.org>
3240
3241         * katie (action): don't assume distribution is a dictionary.
3242         (update_subst): don't assume architecture is a dictionary and that
3243         maintainer822 is defined.
3244         (check_changes): recognise nk_format exceptions.
3245         (check_changes): reject on 'testing' only uploads.
3246         (check_files): when checking to ensure all packages are newer
3247         versions check against arch-all packages too.
3248         (check_dsc): enforce the existent of a sane set of mandatory
3249         fields.  Ensure the version number in the .dsc (modulo epoch)
3250         matches the version number in the .changes file.
3251
3252         * utils.py (changes_compare): ignore all exceptions when parsing
3253         the changes files.
3254         (build_file_list): don't UNDEF on a changes file with no format
3255         field.
3256
3257 2001-07-07  James Troup  <james@nocrew.org>
3258
3259         * katie (nmu_p.is_an_nmu): check 'changedby822' for emptiness
3260         rather than 'changedbyname' to avoid false negatives on uploads
3261         with an email-address-only Changed-By field.
3262         (check_dsc): don't overwrite reject_message; append to it.
3263         (check_signature): likewise.
3264         (check_changes): likewise.
3265         (announce): condition logging on 'action'.
3266
3267         * logging.py: new logging module.
3268
3269         * katie: Cleaned up code by putting Cnf["Dinstall::Options"]
3270         sub-tree into a separate (global) variable.
3271         (check_dsc): ensure format is 1.0 to retain backwards
3272         compatability with dpkg-source in potato.
3273         (main): only try to obtain the lock when not running in no-action
3274         mode.
3275         Use the new logging module.
3276
3277         * christina: initial version; only partially usable.
3278
3279 2001-06-28  Anthony Towns  <ajt@debian.org>
3280
3281         * apt.conf: Add ExtraOverrides to auric.
3282
3283 2001-06-25  James Troup  <james@nocrew.org>
3284
3285         * katie (nmu_p.is_an_nmu): the wonderful dpkg developers decided
3286         they preferred the name 'Uploaders'.
3287
3288 2001-06-23  James Troup  <james@nocrew.org>
3289
3290         * katie (check_files): fix typo in uncommon rejection message,
3291         s/sourceversion/source version/.
3292
3293         * denise (main): we can't use print because stdout has been
3294         redirected.
3295
3296         * katie (source_exists): new function; moved out of check_files()
3297         and added support for binary-only NMUs of earlier sourceful NMUs.
3298
3299         * rhona (clean): find_next_free has moved.
3300
3301         * utils.py (find_next_free): new function; moved here from rhona.
3302         Change too_many to be an argument with a default value, rather
3303         than a hardcoded variable.
3304
3305         * shania: rewritten to work better; REJECTion reminder mail
3306         handling got lost though.
3307
3308 2001-06-22  James Troup  <james@nocrew.org>
3309
3310         * rhona (main): remove unused override code.
3311
3312         * fernanda (main): remove extraneous \n's from utils.warn calls.
3313         * natalie.py (list): likewise.
3314
3315         * catherine, cindy, denise, heidi, jenna, katie, neve, rhona, tea:
3316         use utils.{warn,fubar} where appropriate.
3317
3318 2001-06-21  James Troup  <james@nocrew.org>
3319
3320         * katie (nmu_p): new class that encapsulates the "is a nmu?"
3321         functionality.
3322         (nmu_p.is_an_nmu): add support for multiple maintainers specified
3323         by the "Maintainers" field in the .dsc file and maintainer groups.
3324         (nmu_p.__init__): read in the list of group maintainer names.
3325         (announce): use nmu_p.
3326
3327 2001-06-20  James Troup  <james@nocrew.org>
3328
3329         * rene (main): hardcode the suite experimental is compared to by
3330         name rather than number.
3331
3332         * katie (check_files): differentiate between doesn't-exist and
3333         permission-denied in "can not read" rejections; requested by edd@.
3334         (check_dsc): use os.path.exists rather than os.access to allow the
3335         above check to kick in.
3336
3337         * heidi (process_file): read all input before doing anything and
3338         use transactions.
3339
3340 2001-06-15  James Troup  <james@nocrew.org>
3341
3342         * fernanda: new script; replaces old 'check' shell script
3343         nastiness.
3344
3345 2001-06-14  James Troup  <james@nocrew.org>
3346
3347         * katie: actually import traceback module to avoid amusing
3348         infinite loop.
3349
3350 2001-06-10  James Troup  <james@nocrew.org>
3351
3352         * utils.py (extract_component_from_section): fix to handle just
3353         'non-free' and 'contrib'.  Also fix to handle non-US in a
3354         completely case insensitive manner as a component.
3355
3356 2001-06-08  James Troup  <james@nocrew.org>
3357
3358         * madison (arch_compare): sort function that sorts 'source' first
3359         then alphabetically.
3360         (main): use it.
3361
3362 2001-06-05  Jeff Licquia  <jlicquia@progeny.com>
3363
3364         * catherine (poolize): explicitly make poolized_size a long so it
3365         doesn't overflow when poolizing e.g. entire archives.
3366
3367 2001-06-01  James Troup  <james@nocrew.org>
3368
3369         * utils.py (send_mail): throw exceptions rather than exiting.
3370
3371         * katie (process_it): catch exceptions and ignore them.
3372
3373 2001-06-01  Michael Beattie  <mjb@debian.org>
3374
3375         * added update-mailingliststxt and update-readmenonus to update
3376         those files, respectively. modified cron.daily{,-non-US} to
3377         use them.
3378
3379 2001-05-31  Anthony Towns  <ajt@debian.org>
3380
3381         * rhona: make StayOfExecution work.
3382
3383 2001-05-31  James Troup  <james@nocrew.org>
3384
3385         * rhona (find_next_free): fixes to not overwrite files but rename
3386         them by appending .<n> instead.
3387         (clean): use find_next_free and use dated sub-directories in the
3388         morgue.
3389
3390         * utils.py (move): don't overwrite files unless forced to.
3391         (copy): likewise.
3392
3393 2001-05-24  James Troup  <james@nocrew.org>
3394
3395         * katie (check_files): determine the source version here instead
3396         of during install().
3397         (check_files): check for existent source with bin-only NMU
3398         support.
3399         (main): sort the list of changes so that the source-must-exist
3400         check Does The Right Thing(tm).
3401
3402         * utils.py (changes_compare): new function; sorts a list of
3403         changes files by 'have-source', source, version.
3404         (cc_fix_changes): helper function.
3405         (parse_changes): use compiled regexes.
3406         (fix_maintainer): likewise.
3407
3408         * rene (main): warn about packages in experimental that are
3409         superseded by newer versions in unstable.
3410
3411 2001-05-21  James Troup  <james@nocrew.org>
3412
3413         * rene (main): add support for checking for ANAIS (Architecture
3414         Not Allowed In Source) packages.
3415
3416 2001-05-17  James Troup  <james@nocrew.org>
3417
3418         * katie (check_changes): initalize `architecture' dictionary in
3419         changes global so that if we can't parse the changes file for
3420         whatever reason we don't undef later on.
3421
3422         * utils.py (parse_changes): fix handling of multi-line fields
3423         where the first line did have data.
3424
3425 2001-05-05  Anthony Towns  <ajt@debian.org>
3426
3427         * ziyi: Add "NotAutomatic: yes" to experimental Release files.
3428         (It should always have been there. Ooopsy.)
3429
3430 2001-05-03  Anthony Towns  <ajt@debian.org>
3431
3432         * jenna: Cleanup packages that move from arch:any to arch:all or
3433         vice-versa.
3434
3435 2001-04-24  Anthony Towns  <ajt@debian.org>
3436
3437         * ziyi: add ``SHA1:'' info to Release files. Also hack them up to
3438         cope with debian-installer and boot-floppies' md5sum.txt.
3439
3440 2001-04-16  James Troup  <james@nocrew.org>
3441
3442         * katie (check_changes): add missing %s format string argument.
3443         (stable_install): temporary work around for morgue location to
3444         move installed changes files into.
3445         (stable_install): helps if you actually read in the template.
3446         (manual_reject): fix for editing of reject messages which was
3447         using the wrong variable name.
3448
3449         * jenna (generate_src_list): typo; s/package/source/; fixes undef crash.
3450
3451 2001-04-13  James Troup  <james@nocrew.org>
3452
3453         * katie (manual_reject): Cc the installer.
3454         (reject): don't.
3455         (check_changes): remove unused maintainer-determination code.
3456         (update_subst): add support for Changed-By when setting the
3457         *MAINTAINER* variables.
3458
3459         * rene (bar): new function to check for packages on architectures
3460         when they shouldn't be.
3461
3462         * natalie.py (main): use fubar() and warn() from utils.
3463
3464         * utils.py (whoami): new mini-function().
3465         * melanie (main): use it.
3466         * katie (manual_reject): likewise.
3467
3468 2001-04-03  James Troup  <james@nocrew.org>
3469
3470         * katie (action): ignore exceptions from os.path.getmtime() so we
3471         don't crash on non-existent changes files (e.g. when they are
3472         moved between the start of the install run in cron.daily and the
3473         time we get round to processing them).
3474
3475         * madison (main): also list source and accept -s/--suite.
3476
3477         * jenna (generate_src_list): missing \n in error message.
3478
3479         * katie (update_subst): add sane defaults for when changes is
3480         skeletal.
3481
3482 2001-03-29  James Troup  <james@nocrew.org>
3483
3484         * melanie (main): use fubar() and warn() from utils.  Remember who
3485         the maintainer for the removed packages are and display that info
3486         to the user.  Readd support for melanie-specific Bcc-ing that got
3487         lost in the TemplateSubst transition.
3488
3489         * utils.py (fubar): new function.
3490         (warn): like wise.
3491
3492         * db_access.py (get_maintainer): as below.
3493
3494         * charisma (get_maintainer): moved the bulk of this function to
3495         db_access so that melanie can use it too.
3496
3497         * claire.py (find_dislocated_stable): restrict the override join
3498         to those entries where the suite is stable; this avoids problems
3499         with packages which have moved to new sections (e.g. science)
3500         between stable and unstable.
3501
3502 2001-03-24  James Troup  <james@nocrew.org>
3503
3504         * catherine (poolize): new function; not really independent of
3505         main() fully, yet.
3506         (main): use it.
3507
3508         * katie (stable_install): __SUITE__ needs to be space prefixed
3509         because buildd's check for 'INSTALLED$'.
3510
3511 2001-03-22  James Troup  <james@nocrew.org>
3512
3513         * utils.py (regex_safe): also need to escape '.'; noticed by ajt@.
3514
3515         * jenna: rewritten; now does deletions on a per-suite level
3516         instead of a per-suite-component-architecture-type level.  This
3517         allows mutli-component packages to be auto-cleaned (and as a
3518         bonus, reduces the code size and duplication).
3519
3520 2001-03-22  Anthony Towns  <ajt@debian.org>
3521
3522         * ziyi (main): fix ziyi to overwrite existing Release.gpg files
3523         instead of just giving a gpg error.
3524
3525 2001-03-21  James Troup  <james@nocrew.org>
3526
3527         * madison (main): use apt_pkg.VersionCompare to sort versions so
3528         that output is correctly sorted for packages like debhlper.
3529         Noticed by ajt@.
3530
3531         * tea (check_source_in_one_dir): actually find problematic source
3532         packages.
3533
3534         * katie (check_dsc): remember the orig.tar.gz's location ID if
3535         it's not in a legacy suite.
3536         (check_diff): we don't use orig_tar_id.
3537         (install): add code to handle sourceful diff-only upload of
3538         packages which change components by copying the .orig.tar.gz into
3539         the new component, if it doesn't already exist there.
3540         (process_it): reset orig_tar_location (as above).
3541
3542         * melanie (main): use template substiution for the bug closing
3543         emails.
3544         (main): don't hardcode bugs.debian.org or packages.debian.org
3545         either; use configuration items.
3546
3547         * katie: likewise.
3548
3549         * natalie.py (init): use None rather than 'localhost' for the
3550         hostname given to pg.connect.
3551
3552         * utils.py (TemplateSubst): new function; lifted from
3553         userdir-ldap.
3554
3555 2001-03-21  Ryan Murray  <rmurray@debian.org>
3556
3557         * katie (announce): fix the case of non-existent
3558         Suite::$SUITE::Announce.
3559
3560 2001-03-20  Ryan Murray  <rmurray@debian.org>
3561
3562         * debian/rules (binary-indep): install melanie into /usr/bin/ not
3563         /usr/.
3564
3565         * alyson (main): use config variable for database name.
3566         * andrea (main): likewise.
3567         * catherine (main): likewise.
3568         * charisma (main): likewise.
3569         * cindy (main): likewise.
3570         * claire.py (main): likewise.
3571         * denise (main): likewise.
3572         * heidi (main): likewise.
3573         * jenna (main): likewise.
3574         * katie (main): likewise.
3575         * madison (main): likewise.
3576         * melanie (main): likewise.
3577         * neve (main): likewise.
3578         * rhona (main): likewise.
3579         * tea (main): likewise.
3580
3581 2001-03-15  James Troup  <james@nocrew.org>
3582
3583         * rhona (check_sources): fixed evil off by one (letter) error
3584         which was causing only .dsc files to be deleted when cleaning
3585         source packages.
3586
3587         * charisma (get_maintainer_from_source): remove really stupid and
3588         gratuitous IN sub-query and replace with normal inner join.
3589         (main): connect as read-only user nobody.
3590
3591         * rhona (clean_maintainers): rewritten to use SELECT and sub-query
3592         with EXISTS.
3593         (check_files): likewise; still disabled by default though.
3594         (clean_binaries): add ' seconds' to the mysterious number in the
3595         output.
3596         (clean): likewise.
3597
3598         * tea (check_files): add missing global declaration on db_files.
3599
3600 2001-03-14  James Troup  <james@nocrew.org>
3601
3602         * rhona: rewritten large chunks. Removed a lot of the silly
3603         selecting into dictionaries and replaced it with 'where exists'
3604         based sub queries.  Added support for StayOfExecution.  Fix the
3605         problem with deleting dsc_files too early and disable cleaning of
3606         unattached files.
3607
3608 2001-03-14  Anthony Towns  <ajt@debian.org>
3609
3610         * katie (announce): also check Changed-By when trying to detect
3611         NMUs.
3612
3613 2001-03-06  Anthony Towns  <ajt@debian.org>
3614
3615         * ziyi (main): Generate Release.gpg files as well, using the key from
3616         Dinstall::SigningKey in katie.conf, if present. That key has to be
3617         passwordless, and hence kept fairly secretly.
3618
3619 2001-03-02  James Troup  <james@nocrew.org>
3620
3621         * utils.py (str_isnum): new function; checks to see if the string
3622         is a number.
3623
3624         * shania (main): fix _hideous_ bug which was causing all files > 2
3625         weeks old to be deleted from incoming, even if they were part of a
3626         valid upload.
3627
3628 2001-02-27  James Troup  <james@nocrew.org>
3629
3630         * melanie (main): accept new argument -C/--carbon-copy which
3631         allows arbitarty carbon-copying of the bug closure messages.
3632         Cleaned up code by putting Cnf["Melanie::Options"] sub-tree into a
3633         separate variable.
3634
3635 2001-02-27  Anthony Towns  <ajt@debian.org>
3636
3637         * ziyi: new program; generates Release files.
3638
3639 2001-02-25  James Troup  <james@nocrew.org>
3640
3641         * katie (reject): add missing '\n' to error message.
3642         (manual_reject): likewise.
3643         (install): catch exceptions from moving the changes file into DONE
3644         and ignore them.
3645
3646         * tea (check_md5sums): new function.
3647
3648 2001-02-25  Michael Beattie  <mjb@debian.org>
3649
3650         * melanie: use $EDITOR if available.
3651
3652 2001-02-15  James Troup  <james@nocrew.org>
3653
3654         * utils.py (parse_changes): don't crash and burn on empty .changes
3655         files.  Symptoms noticed by mjb@.
3656
3657 2001-02-15  Adam Heath  <doogie@debian.org>
3658
3659         * denise (main): use an absolute path for the output filename.
3660
3661         * sql-aptvc.cpp: don't #include <utils/builtins.h> as it causes
3662         compile errors with postgresql-dev >= 7.0.
3663
3664 2001-02-12  James Troup  <james@nocrew.org>
3665
3666         * rene: initial version.
3667
3668         * andrea: initial version.
3669
3670         * catherine (main): remove obsolete assignment of arguments.
3671
3672 2001-02-09  James Troup  <james@nocrew.org>
3673
3674         * catherine: first working version.
3675
3676 2001-02-06  James Troup  <james@nocrew.org>
3677
3678         * katie (check_files): validate the priority field; i.e. ensure it
3679         doesn't contain a '/' (to catch people prepending the priority
3680         with the component rather than the section).
3681         (check_override): don't warn about source packages; the only check
3682         is on section and we have no GUI tools that would use the Section
3683         field for a Sources file.
3684         (announce): use tags rather than severities for NMUs.  Requested
3685         by Josip Rodin <joy@>. [#78035]
3686
3687 2001-02-04  James Troup  <james@nocrew.org>
3688
3689         * tea (check_override): new function; ensures packages in suites
3690         are also in the override file.  Thanks to bod@ for noticing that
3691         such packages existed.
3692
3693         * katie: move file type compiled regular expressions to utils as
3694         catherine uses them too.
3695         (check_changes): always default maintainer822 to the installer
3696         address so that any bail out won't cause undefs later.
3697         (check_files): update file type re's to match above.
3698         (stable_install): likewise.
3699         (reject): handle any except from moving the changes files.  Fixes
3700         crashes on unreadable changes files.
3701
3702         * melanie (main): add an explanation of why things are not removed
3703         from testing.
3704
3705 2001-01-31  James Troup  <james@nocrew.org>
3706
3707         * melanie (main): ignore a) no message, b) removing from stable or
3708         testing when invoked with -n/--no-action.
3709
3710         * katie (check_override): lower section before checking to see if
3711         we're whining about 'non-US' versus 'non-US/main'.
3712
3713         * sql-aptvc.cpp: new file; wrapper around apt's version comparison
3714         function so that we can use inside of PostgreSQL.
3715
3716 2001-01-28  James Troup  <james@nocrew.org>
3717
3718         * katie: updated to pass new flag to parse_changes() and deal with
3719         the exception raised on invalid .dsc's if appropriate.
3720         * shania (main): likewise.
3721         * melanie (main): likewise.
3722
3723         * tea (check_dscs): new function to validate all .dsc files in
3724         unstable.
3725
3726         * utils.py (parse_changes): if passed an additional flag, validate
3727         the .dsc file to ensure it's extractable by dpkg-source.
3728         Requested by Ben Collins <bcollins@>.
3729
3730 2001-01-27  James Troup  <james@nocrew.org>
3731
3732         * madison (main): connect to the DB as nobody.
3733
3734         * katie (check_files): remove support for -r/--no-version-check
3735         since it makes no sense under katie (jenna will automatically
3736         remove the (new) older version) and was evil in any event.
3737         (check_changes): add missing new line to rejection message.
3738         (check_dsc): likewise.
3739         (process_it): reset reject_message here.
3740         (main): not here.  Also remove support for -r.
3741
3742 2001-01-26  James Troup  <james@nocrew.org>
3743
3744         * katie (check_override): don't whine about 'non-US/main' versus
3745         'non-US'.
3746
3747 2001-01-26  Michael Beattie  <mjb@debian.org>
3748
3749         * natalie.py (usage): new function.
3750         (main): use it.
3751
3752 2001-01-25  Antti-Juhani Kaijanaho  <gaia@iki.fi>
3753
3754         * update-mirrorlists: Update README.non-US too (request from Joy).
3755
3756 2001-01-25  James Troup  <james@nocrew.org>
3757
3758         * katie (reject): catch any exception from utils.move() and just
3759         pass, we previously only caught can't-overwrite errors and not
3760         can't-read ones.
3761
3762         * jenna (generate_src_list): use ORDER BY in selects to avoid
3763         unnecessary changes to Packages files.
3764         (generate_bin_list): likewise.
3765
3766         * utils.py (extract_component_from_section): separated out from
3767         build_file_list() as it's now used by claire too.
3768
3769         * claire.py (find_dislocated_stable): rewrite the query to extract
3770         section information and handle component-less locations properly.
3771         Thanks to ajt@ for the improved queries.
3772         (fix_component_section): new function to fix components and
3773         sections.
3774
3775 2001-01-23  James Troup  <james@nocrew.org>
3776
3777         * katie (check_files): set file type for (u?)debs first thing, so
3778         that if we continue, other functions which rely on file type
3779         existing don't bomb out.  If apt_pkg or apt_inst raise an
3780         exception when parsing the control file, don't try any other
3781         checks, just drop out.
3782         (check_changes): new test to ensure there is actually a target
3783         distribution.
3784
3785 2001-01-22  James Troup  <james@nocrew.org>
3786
3787         * katie (usage): s/dry-run/no-action/.  Noticed by Peter Gervai
3788         <grin@>.
3789         (check_changes): when mapping to unstable, remember to actually
3790         add unstable to the suite list and not just remove the invalid
3791         suite.
3792
3793 2001-01-21  James Troup  <james@nocrew.org>
3794
3795         * katie (check_files): catch exceptions from debExtractControl()
3796         and reject packages which raise any.
3797
3798 2001-01-19  James Troup  <james@nocrew.org>
3799
3800         * katie (check_signature): basename() file name in rejection
3801         message.
3802
3803 2001-01-18  James Troup  <james@nocrew.org>
3804
3805         * katie (in_override_p): remember the section and priority from
3806         the override file so we can check them against the package later.
3807         (check_override): new function; checks section and priority (for
3808         binaries) from the package against the override file and mails the
3809         maintainer about any disparities.
3810         (install): call check_override after announcing the upload.
3811
3812 2001-01-16  James Troup  <james@nocrew.org>
3813
3814         * utils.py (build_file_list): catch ValueError's from splitting up
3815         the files field and translate it into a parse error.
3816
3817         * tea: add support for finding unreferenced files.
3818
3819         * katie (in_override_p): add support for suite-aliasing so that
3820         proposed-updates uploads work again.
3821         (check_changes): catch parses errors from utils.build_file_list().
3822         (check_dsc): likewise.
3823         (check_diff): yet more dpkg breakage so we require even newer a
3824         version.
3825
3826         * jenna (generate_bin_list): don't do nasty path munging that's no
3827         longer needed.
3828
3829         * denise (main): support for non-US; and rename testing's override
3830         files so they're based on testing's codename.
3831
3832 2001-01-16  Martin Michlmayr  <tbm@cyrius.com>
3833
3834         * melanie: add to the bug closing message explaining what happens
3835         (or rather doesn't) with bugs against packages that have been
3836         removed.
3837
3838 2001-01-14  James Troup  <james@nocrew.org>
3839
3840         * charisma (main): fix silly off-by-one error; suite priority
3841         checking was done using "less than" rather than "less than or
3842         equal to" which was causing weird hesienbugs with wrong Maintainer
3843         fields.
3844
3845 2001-01-10  James Troup  <james@nocrew.org>
3846
3847         * katie (in_override_p): adapted to use SQL-based overrides.
3848         read_override_file function disappears.
3849
3850         * db_access.py: add new functions get_section_id, get_priority_id
3851         and get_override_type_id.
3852         (get_architecture_id): return -1 if the architecture is not found.
3853
3854         * heidi: switch %d -> %d in all SQL queries.
3855         (get_list): Use string.join where appropriate.
3856
3857         * rhona (in_override_p): don't die if the override file doesn't
3858         exist.
3859         (main): warn if the override file doesn't exist.
3860
3861         * alyson: new script; will eventually sync the config file and the
3862         SQL database.
3863
3864         * natalie.py: new script; manipulates overrides.
3865
3866         * melanie: new script; removes packages from suites.
3867
3868 2001-01-08  James Troup  <james@nocrew.org>
3869
3870         * katie (re_bad_diff): whee; dpkg 1.8.1.1 didn't actually fix
3871         anything it just changed the symptom.  Recognise the new breakage
3872         and reject them too.
3873
3874 2001-01-07  James Troup  <james@nocrew.org>
3875
3876         * katie (check_dsc): when adding the cwd copy of the .orig.tar.gz
3877         to the .changes file, be sure to set up files[filename]["type"]
3878         too.
3879
3880 2001-01-06  James Troup  <james@nocrew.org>
3881
3882         * katie (check_diff): new function; detects bad diff files
3883         produced by dpkg 1.8.1 and rejects thems.
3884         (process_it): call check_diff().
3885         (check_dsc): gar.  Add support for multiple versions of the
3886         .orig.tar.gz file in the archive from -sa uploads.  Check md5sum
3887         and size against all versions and use one which matches if
3888         possible and exclude any that don't from being poolized to avoid
3889         file overwrites.  Thanks to broonie@ for providing the example.
3890         (install): skip any files marked as excluded as above.
3891
3892 2001-01-05  James Troup  <james@nocrew.org>
3893
3894         * heidi (process_file): add missing argument to error message.
3895
3896 2001-01-04  James Troup  <james@nocrew.org>
3897
3898         * heidi (main): fix handling of multiple files by reading all
3899         files not just the first file n times (where n = the number of
3900         files passed as arguments).
3901
3902 2001-01-04  Anthony Towns  <ajt@debian.org>
3903
3904         * katie (check_dsc): proper fix for the code which locates the
3905         .orig.tar.gz; check for '<filename>$' or '^<filename>$'.
3906
3907 2000-12-20  James Troup  <james@nocrew.org>
3908
3909         * rhona: replace IN's with EXISTS's to make DELETE time for
3910         binaries and source sane on auric.  Add a -n/--no-action flag and
3911         make it stop actions if used.  Fixed a bug in binaries deletion
3912         with no StayOfExecution (s/</<=/).  Add working -h/--help and
3913         -V/--version.  Giving timing info on deletion till I'm sure it's
3914         sane.
3915
3916         * katie (check_changes): map testing to unstable.
3917
3918         * madison: new script; shows versions in different architectures.
3919
3920         * katie (check_dsc): ensure size matches as well as md5sum;
3921         suggested by Ben Collins <bcollins@debian.org> in Debian Bug
3922         #69702.
3923
3924 2000-12-19  James Troup  <james@nocrew.org>
3925
3926         * katie (reject): ignore the "can't overwrite file" exception from
3927         utils.move() and leave the files where they are.
3928         (reject): doh! os.access() test was reversed so we only tried to
3929         move files which didn't exist... replaced with os.path.exists()
3930         test the right way round.
3931
3932         * utils.py (move): raise an exception if we can't overwrite the
3933         destination file.
3934         (copy): likewise.
3935
3936 2000-12-18  James Troup  <james@nocrew.org>
3937
3938         * rhona: first working version.
3939
3940         * db_access.py (get_files_id): force both sizes to be integers.
3941
3942         * katie (main): use size_type().
3943
3944         * utils.py (size_type): new function; pretty prints a file size.
3945
3946 2000-12-17  James Troup  <james@nocrew.org>
3947
3948         * charisma (main): do version compares so that older packages do
3949         not override newer ones and process source first as source wins
3950         over binaries in terms of who we think of as the Maintainer.
3951
3952 2000-12-15  James Troup  <james@nocrew.org>
3953
3954         * katie (install): use the files id for the .orig.tar.gz from
3955         check_dsc().
3956         (install): limit select for legacy source to a) source in legacy
3957         or legacy-mixed type locations and b) distinct on files.id.
3958         (install): rather than the bizarre insert new, delete old method
3959         for moving legacy source into the pool, use a simple update of
3960         files.
3961         (process_it): initalize some globals before each process.
3962
3963 2000-12-14  James Troup  <james@nocrew.org>
3964
3965         * katie (in_override_p): index on binary_type too since .udeb
3966         overrides are in a different file.
3967         (read_override_file): likewise.
3968         (check_files): correct filename passed to get_files_id().
3969         (check_dsc): we _have_ to preprend '/' to the filename to avoid
3970         mismatches like jabber.orig.tar.gz versus libjabber.orig.tar.gz.
3971         (check_dsc): remember the files id of the .orig.tar.gz, not the
3972         location id.
3973
3974 2000-12-13  James Troup  <james@nocrew.org>
3975
3976         * utils.py (poolify): force the component to lower case except for
3977         non-US.
3978
3979         * katie (in_override_p): handle .udeb-specific override files.
3980         (check_files): pass the binary type to in_override_p().
3981         (check_dsc): remember the location id of the old .orig.tar.gz in
3982         case it's not in the pool.
3983         (install): use location id from dsc_files; which is where
3984         check_dsc() puts it for old .orig.tar.gz files.
3985         (install): install files after all DB work is complete.
3986         (reject): basename() the changes filename.
3987         (manual_reject): likewise.
3988
3989         * shania: new progam; replaces incomingcleaner.
3990
3991 2000-12-05  James Troup  <james@nocrew.org>
3992
3993         * katie (check_changes): if inside stable and can't find files
3994         from the .changes; assume it's installed in the pool and chdir()
3995         to there.
3996         (check_files): we are not installing for stable installs, so don't
3997         check for overwriting existing files.
3998         (check_dsc): likewise.
3999         (check_dsc): reorder .orig.tar.gz handling so that we search in
4000         the pool first and only then fall back on any .orig.tar.gz in the
4001         cwd; this avoids false positives on the overwrite check when
4002         people needlessly reupoad the .orig.tar.gz in a non-sa upload.
4003         (install): if this is a stable install, bail out to
4004         stable_install() immediately.
4005         (install): dsc_files handling was horribly broken. a) we need to
4006         add files from the .dsc and not the .changes (duh), b) we need to
4007         add the .dsc file itself to dsc_files (to be consistent with neve
4008         if for no other reason).
4009         (stable_install): new function; handles installs from inside
4010         proposed-updates to stable.
4011         (acknowledge_new): basename changes_filename before doing
4012         anything.
4013         (process_it): absolutize the changes filename to avoid the
4014         requirement of being in the same directory as the .changes file.
4015         (process_it): save and restore the cwd as stable installs can
4016         potentially jump into the pool to find files.
4017
4018         * jenna: dislocated_files support using claire.
4019
4020         * heidi (process_file): select package field from binaries
4021         explicitly.
4022
4023         * db_access.py (get_files_id): fix cache key used.
4024
4025         * utils.py (build_file_list): fix 'non-US/non-free' case in
4026         section/component splitting.
4027         (move): use os.path.isdir() rather than stat.
4028         (copy): likewise.
4029
4030         * claire.py: new file; stable in non-stable munger.
4031
4032         * tea: new file; simply ensures all files in the DB exist.
4033
4034 2000-12-01  James Troup  <james@nocrew.org>
4035
4036         * katie (check_dsc): use regex_safe().
4037         (check_changes): typo in changes{} key:
4038         s/distributions/distribution/.
4039         (install): use changes["source"], not files[file]["source"] as the
4040         latter may not exist and the former is used elsewhere.  Commit the
4041         SQL transaction earlier.
4042
4043         * utils.py (regex_safe): new function; escapes characters which
4044         have meaning to SQL's regex comparison operator ('~').
4045
4046 2000-11-30  James Troup  <james@nocrew.org>
4047
4048         * katie (install): pool_location is based on source package name,
4049         not binary package.
4050
4051         * utils.py (move): if dest is a directory, append the filename
4052         before chmod-ing.
4053         (copy): ditto.
4054
4055         * katie (check_files): don't allow overwriting of existing .debs.
4056         (check_dsc): don't allow overwriting of existing source files.
4057
4058 2000-11-27  James Troup  <james@nocrew.org>
4059
4060         * katie (check_signature): don't try to load rsaref; it's
4061         obsolete.
4062         (in_override_p): don't try to lookup override entries for packages
4063         with an invalid suite name.
4064         (announce): don't assume the suite name is valid; use Find() to
4065         lookup the mailing list name for announcements.
4066
4067         * utils.py (where_am_i): typo; hostname is in the first element,
4068         not second.
4069
4070         * db_access.py (get_suite_id): return -1 on an unknown suite.
4071
4072 2000-11-26  James Troup  <james@nocrew.org>
4073
4074         * katie (install): fix CopyChanges handling; typo in in checking
4075         Cnf for CopyChanges flag and was calling non-existent function
4076         copy_file.
4077
4078         * utils.py (copy): new function; clone of move without the
4079         unlink().
4080
4081 2000-11-25  James Troup  <james@nocrew.org>
4082
4083         * utils.py (build_file_list): handle non-US prefixes properly
4084         (i.e. 'non-US' -> 'non-US/main' and 'non-US/libs' -> 'non-US/main'
4085         + 'libs' not 'non-US/libs').
4086         (send_mail): add '-odq' to sendmail invocation to avoid DNS lookup
4087         delays.  This is possibly(/probably) exim speicifc and (like other
4088         sendmail options) needs to be in the config file.
4089
4090 2000-11-24  James Troup  <james@nocrew.org>
4091
4092         * rhona (check_sources): we need file id from dsc_files; not id.
4093         Handle non .dsc source files being re-referenced in dsc_files.
4094
4095         * katie (in_override_p): strip out any 'non-US' prefix.
4096         (check_files): use utils.where_am_i() rather than hardcoding.
4097         (check_files): validate the component.
4098         (install): use utils.where_am_i() rather than hardcoding.
4099         (install): fix mail to go to actual recepient.
4100         (reject): likewise.
4101         (manual_reject): likewise.
4102         (acknowledge_new): likewise.
4103         (announce): likewise.
4104
4105         * db_access.py (get_component_id): ignore case when searching for
4106         the component and don't crash if the component can't be found, but
4107         return -1.
4108         (get_location_id): handle -1 from get_component_id().
4109
4110         * jenna (generate_src_list): don't bring 'suite' into our big
4111         multi-table-joining select as we already know the 'suite_id'.
4112         (generate_bin_list): likewise.
4113
4114         * neve (main): don't quit if not on ftp-master.
4115         (process_packages): remove unused variable 'suite_codename'.
4116
4117         * utils.py (move): actually move the file.
4118         (build_file_list): handle non-US prefixes in the section.
4119
4120         * catherine (main): use which_conf_file().
4121         * charisma (main): likewise.
4122         * heidi (main): likewise.
4123         * jenna (main): likewise.
4124         * katie (main): likewise.
4125         * neve (main): likewise.
4126         * rhona (main): likewise.
4127
4128         * utils.py (where_am_i): new routine; determines the archive as
4129         understood by other 'dak' programs.
4130         (which_conf_file): new routine; determines the conf file to read.
4131
4132 2000-11-17  James Troup  <james@nocrew.org>
4133
4134         * katie (install): fix where .changes files for proposed-updates
4135         go.
4136
4137 2000-11-04  James Troup  <james@nocrew.org>
4138
4139         * jenna (main): handle architecture properly if no
4140         -a/--architecture argument is given, i.e. reset architecture with
4141         the values for the suite for each suite.
4142
4143         * Add apt_pkg.init() to the start of all scripts as it's now
4144         required by python-apt.
4145
4146 2000-10-29  James Troup  <james@nocrew.org>
4147
4148         * jenna (generate_bin_list): take an additional argument 'type'
4149         and use it in the SELECT.
4150         (main): if processing component 'main', process udebs and debs.
4151
4152         * neve (process_packages): set up 'type' in 'binaries' (by
4153         assuming .deb).
4154
4155         * katie (re_isadeb): accept ".udeb" or ".deb" as a file ending.
4156         (check_files): set up files[file]["dbtype"].
4157         (install): use files[file]["dbtype"] to set up the 'type' field in
4158         the 'binaries' table.
4159
4160         * init_pool.sql: add a 'type' field to the 'binaries' table to
4161         distinguisgh between ".udeb" and ".deb" files.
4162
4163         * utils.py (move): scrap basename() usage; use a "dir_p(dest) :
4164         dest ? dirname(dest)" type check instead.
4165
4166         * katie (check_dsc): handle the case of an .orig.tar.gz not found
4167         in the pool without crashing.  Also handle the case of being asked
4168         to look for something other than an .orig.tar.gz in the pool.
4169
4170 2000-10-26  James Troup  <james@nocrew.org>
4171
4172         * katie (install): fix filenames put into files table during
4173         poolification of legacy source.
4174
4175         * utils.py (move): work around a bug in os.path.basename() which
4176         cunningly returns '' if there is a trailing slash on the path
4177         passed to it.
4178
4179         * katie (check_dsc): Remove more cruft.  If we find the
4180         .orig.tar.gz in the pool and it's in a legacy (or legacy-mixed)
4181         location, make a note of that so we can fix things in install().
4182         (install): as above.  Move any old source out of legacy locations
4183         so that 'apt-get source' will work.
4184         (process_it): reset the flag that indicates to install that the
4185         source needs moved.
4186
4187         * cron.daily: more.  Nowhere near complete yet though.
4188
4189         * katie (install): don't run os.makedirs, a) utils.move() does
4190         this now, b) we weren't removing the user's umask and were
4191         creating dirs with SNAFU permissions.
4192         (check_dsc): rewrite the .orig.tar.gz handling to take into
4193         account, err, package pools.  i.e. look anywhere in the pool
4194         rather than faffing around with two simple paths.
4195
4196         * neve (process_sources): add the .dsc to dsc_files too.
4197
4198 2000-10-25  James Troup  <james@nocrew.org>
4199
4200         * neve (process_sources): don't duplicate .orig.tar.gz's.
4201
4202 2000-10-23  James Troup  <james@nocrew.org>
4203
4204         * utils.py (re_extract_src_version): moved here.
4205
4206         * neve: move re_extract_src_version to utils.
4207         (process_packages): reflect change.
4208
4209         * katie (install): reflect change.
4210
4211 2000-10-19  James Troup  <james@nocrew.org>
4212
4213         * jenna (generate_src_list): handle locations with null
4214         components.
4215         (generate_bin_list): likewise.
4216