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