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