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