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