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