From 2bed9bb874f5258e91ffe9c54241141daba0ee77 Mon Sep 17 00:00:00 2001 From: James Troup Date: Sun, 19 May 2002 19:55:40 +0000 Subject: [PATCH] sync --- TODO | 15 +++++++++++++++ katie.conf | 8 ++++---- katie.conf-non-US | 8 ++++---- 3 files changed, 23 insertions(+), 8 deletions(-) diff --git a/TODO b/TODO index 700397ec..ab41287c 100644 --- a/TODO +++ b/TODO @@ -1,6 +1,11 @@ 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.] + ================================================================================ Actually Urgent @@ -8,6 +13,8 @@ Actually Urgent o UrgencyLog stuff should minimize it's bombing out(?) o Log stuff should open the log file g+w lamer + elmo_home: (although, if you haven't already, you might want to add a `Reject: invalid character in Version:' check to katie sometime) + elmo_home: (at least while auric's apt doesn't handle ~'s) More Urgent ----------- @@ -82,6 +89,14 @@ More Urgent Less Urgent ----------- + 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. + o Logging [mostly done] (todo: rhona (hard), .. ?) o jennifer is leaking file descriptors.. diff --git a/katie.conf b/katie.conf index eb3491ad..9a622f63 100644 --- a/katie.conf +++ b/katie.conf @@ -325,10 +325,10 @@ Suite SuiteMappings { - "map stable proposed-updates" - "map-unreleased stable unstable" - "map-unreleased proposed-updates unstable" - "ignore testing" + "map stable proposed-updates"; + "map-unreleased stable unstable"; + "map-unreleased proposed-updates unstable"; + "ignore testing"; }; Dir diff --git a/katie.conf-non-US b/katie.conf-non-US index 1edbd30b..3bd47834 100644 --- a/katie.conf-non-US +++ b/katie.conf-non-US @@ -280,10 +280,10 @@ Suite SuiteMappings { - "map stable proposed-updates" - "map-unreleased stable unstable" - "map-unreleased proposed-updates unstable" - "ignore testing" + "map stable proposed-updates"; + "map-unreleased stable unstable"; + "map-unreleased proposed-updates unstable"; + "ignore testing"; }; Dir -- GitLab