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