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