From: James Troup Date: Sun, 8 Dec 2002 17:24:00 +0000 (+0000) Subject: sync X-Git-Url: https://git.decadent.org.uk/gitweb/?p=dak.git;a=commitdiff_plain;h=2eb279dbd9d1e42f9b01daa3a8ec75beba5a7e6c sync --- diff --git a/README b/README index 3d6ccf09..e9908a10 100644 --- a/README +++ b/README @@ -6,19 +6,17 @@ This is unreleased alpha software; use it ENTIRELY at your own risk. This is the README file for dak version -1. -dak is the collection of programs used to maintain the Debian GNU -project archive. +dak is the collection of programs used to maintain the Debian +project's archives. It's not yet in a state where it can be easily +used by others; if you want something to maintain a small archive and +apt-ftparchive (from apt-utils) is insufficent, I recommend you +investigate mini-dinstall or debarchiver. -See TODO for an incomplete list of things needing to be done. +There are some manpages and READMEs in the doc sub-directory. The +TODO file is an incomplete list of things needing to be done. -See the file NEWS for user-visible changes since the last version. - -See the file INSTALL for installation instructions. - -dak is used on the following platforms :- - -Linux/i386 2.2 -Linux/Sparc 2.4 +dak is developed and used on Linux but will probably work under any +UNIX since it's almost entirely python and shell scripts. dak is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free @@ -28,7 +26,8 @@ version. -- James Troup , Horsforth, Leeds -Wed, 26 Sep 2001 06:34:50 +0100 +Fri, 29 Nov 2002 15:47:49 +0000 + diff --git a/TODO b/TODO index f6a6411a..c4c52b69 100644 --- a/TODO +++ b/TODO @@ -1,4 +1,15 @@ -approved: + TODO + ==== + +[NB: I use this as a thought record/scribble, not everything on here + makes sense and/or is actually ever going to get done, so IIWY I + wouldn't use it as gospel for the future of katie or as a TODO + list for random hacking.] + +================================================================================ + +approved +-------- o What to do with multi-suite uploads? Presumably hold in unapproved and warn? Or what? Can't accept just for unstable or reject just @@ -12,15 +23,9 @@ approved: o security uploads on auric should be pre-approved. - TODO - ==== -[NB: I use this as a thought record/scribble, not everything on here - makes sense and/or is actually ever going to get done, so IIWY I - wouldn't use it as gospel for the future of katie or as a TODO - list for random hacking.] - -================================================================================ +Others +------ [minor] kelly's copychanges, copykatie handling sucks, the per-suite thing is static for all packages, so work out in advance dummy. @@ -28,17 +33,11 @@ approved: [madison] # filenames ? [madison] # maintainer, component, install date (source only?), fingerprint? -Actually Urgent ---------------- - o UrgencyLog stuff should minimize it's bombing out(?) - o Log stuff should open the log file g+w lamer - -More Urgent ------------ + o Log stuff should open the log file - o [melanie] I was thinking, bomb out if a) no '[rene]' in the - -m/--message, and b) no other -d/--done or -C/--carbon-copy + o [melanie] bomb out if a) no '[rene]' in the -m/--message, and b) + no other -d/--done or -C/--carbon-copy o helena should footnote the actual notes, and also * the versions with notes so we can see new versions since being noted... @@ -46,17 +45,22 @@ More Urgent o helena should have alternative sorting options, including reverse and without or without differentiaion. - o julia should sync debadmin and ftpmaster + o julia should sync debadmin and ftpmaster (?) - Can't read file.: /org/security.debian.org/queue/accepted/accepted/apache-perl_1.3.9-14.1-1.21.20000309-1_sparc.katie. You assume that the filenames are relative to accepted/, might want to doc or fix that. - - the orig was in NEW, the changes that caused it to be NEW were pulled out in -2, and we end up with no orig in the archive :( + o Can't read file.: + /org/security.debian.org/queue/accepted/accepted/apache-perl_1.3.9-14.1-1.21.20000309-1_sparc.katie. + You assume that the filenames are relative to accepted/, might want + to doc or fix that. + o the orig was in NEW, the changes that caused it to be NEW + were pulled out in -2, and we end up with no orig in the archive + :( + o SecurityAcceptedAutoBuild doesn't handle the case of foo_3.3woody1 - with a new .orig.tar.gz followed by a foo_3.3potato1 with the same - .orig.tar.gz; jennifer sees it and copes, but the AA code doesn't - and can't really easily know so the potato AA dir is left with no - .orig.tar.gz copy. doh. + with a new .orig.tar.gz followed by a foo_3.3potato1 with the same + .orig.tar.gz; jennifer sees it and copes, but the AA code doesn't + and can't really easily know so the potato AA dir is left with no + .orig.tar.gz copy. doh. o orig.tar.gz in accepted not handled properly (?) @@ -96,9 +100,7 @@ More Urgent o distinguish binary only versus others (neuro) o cache changes parsed from ordering (careful tho: would be caching - .changes from world writable incoming, not holding); katie should - certainly be using .katie files, not parsing changes, that's just - silly. + .changes from world writable incoming, not holding) o katie doesn't recognise binonlyNMUs correctly in terms of telling who their source is; source-must-exist does, but the info is not @@ -117,7 +119,7 @@ More Urgent table. Then fix charisma to use them and write some scripting to handle the Santiago situation. ] - o (Depends) elmo: it should match \(\s*(<<|<|<=|=|>=|>|>>)\s*\) fwiw + o Validate Depends (et al.) [it should match \(\s*(<<|<|<=|=|>=|>|>>)\s*\)] o Clean up DONE; archive to tar file every 2 weeks, update tar tvzf INDEX file. @@ -139,12 +141,12 @@ Less Urgent o change utils.copy to try rename() first o [hard, long term] unchecked -> accepted should go into the db, not - a suite, but similar. this would allow katie to get even faster, - make madison more useful, decomplexify specialacceptedautobuild and - generally be more sane. may even be helpful to have e.g. new in the - DB, so that we avoid corner cases like the .orig.tar.gz disappearing - 'cos the package has been entirely removed but was still on - stayofexecution when it entered new. + a suite, but similar. this would allow katie to get even faster, + make madison more useful, decomplexify specialacceptedautobuild + and generally be more sane. may even be helpful to have e.g. new + in the DB, so that we avoid corner cases like the .orig.tar.gz + disappearing 'cos the package has been entirely removed but was + still on stayofexecution when it entered new. o Logging [mostly done] (todo: rhona (hard), .. ?) diff --git a/docs/README.names b/docs/README.names index 3c8badbb..04689c00 100644 --- a/docs/README.names +++ b/docs/README.names @@ -74,12 +74,13 @@ Carly (Pope) Carrie (Ann Moss) Charlize (Theron) Dannii (Minogue) -Emma (Thompson) Elisabeth (Shue) Eliza (Dushku) +Emma (Thompson) Famke (Janssen) Gail (Porter) Gillian (Anderson) +Gina (Gershon) Gwyneth (Paltrow) Heather (Graham) Holly (Valance) @@ -88,9 +89,9 @@ Jessica (Alba) Jewel (Kilcher) Jill (Hennessy) Kari (Wuhrer) -Kristin (Kreuk) Kim (Smith) Kirsten (Dunst) +Kristin (Kreuk) Kylie (Minogue) Lauren (Lee Smith) Mariska (Hargitay)