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