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