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