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