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