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