From 0cef929bce452de0e399b130e4c3cc1971cb212b Mon Sep 17 00:00:00 2001 From: Ryan Murray Date: Sun, 18 Nov 2001 21:06:10 +0000 Subject: [PATCH] enable catherine --- TODO | 3 +-- cron.daily | 2 ++ cron.daily-non-US | 2 ++ katie.conf | 6 ++++++ katie.conf-non-US | 6 ++++++ 5 files changed, 17 insertions(+), 2 deletions(-) diff --git a/TODO b/TODO index 9d17f9a1..77c8a79a 100644 --- a/TODO +++ b/TODO @@ -137,7 +137,7 @@ Less Urgent o Add urgency + installed date to the DB for aj/testing (? still needed ?) o jt's web stuff, matt's changelog stuff (overlap) - o [Hard] Need to merge non-non-US and non-US DBs. (Need to upgrade to 7.1 for SSL) + o [Hard] Need to merge non-non-US and non-US DBs. o experimental needs to auto clean (relative to unstable) [warns in rene about this] @@ -145,7 +145,6 @@ Less Urgent o fix parse_changes()/build_file_list() to sanity check filenames o saftey check and/or rename debs so they match what they should be - o Enable catherine (when daily mirror hit drops down below 300Mb maybe..) o Improve andrea. o Need to optimize all the queries by using EXAMINE and building some INDEXs. o Need to enclose all the setting SQL stuff in transactions (mostly done). diff --git a/cron.daily b/cron.daily index 9537aaaa..3cfb8e8f 100755 --- a/cron.daily +++ b/cron.daily @@ -46,6 +46,8 @@ katie -pak *.changes | direport | tee REPORT | \ chgrp debadmin REPORT chmod 664 REPORT +catherine + cd $masterdir symlinks -d -r $ftpdir diff --git a/cron.daily-non-US b/cron.daily-non-US index 9b1cba26..02a89f6a 100755 --- a/cron.daily-non-US +++ b/cron.daily-non-US @@ -44,6 +44,8 @@ katie -pak *.changes | direport | tee REPORT | \ chgrp debadmin REPORT chmod 664 REPORT +catherine + cd $masterdir symlinks -d -r $ftpdir diff --git a/katie.conf b/katie.conf index 6c564f8b..b968bdb1 100644 --- a/katie.conf +++ b/katie.conf @@ -441,3 +441,9 @@ Location }; }; + +Catherine { + Options { + Limit 10240; + }; +}; diff --git a/katie.conf-non-US b/katie.conf-non-US index 407c358a..9c6041c7 100644 --- a/katie.conf-non-US +++ b/katie.conf-non-US @@ -378,3 +378,9 @@ Location }; }; + +Catherine { + Options { + Limit 10240; + }; +}; -- 2.39.2