]> git.decadent.org.uk Git - dak.git/commitdiff
enable catherine
authorRyan Murray <rmurray@debian.org>
Sun, 18 Nov 2001 21:06:10 +0000 (21:06 +0000)
committerRyan Murray <rmurray@debian.org>
Sun, 18 Nov 2001 21:06:10 +0000 (21:06 +0000)
TODO
cron.daily
cron.daily-non-US
katie.conf
katie.conf-non-US

diff --git a/TODO b/TODO
index 9d17f9a16d3be6062c399835d7e63378ae8b0988..77c8a79a87dacff15b62d52d66f2f682cae72e1b 100644 (file)
--- 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).
index 9537aaaa3458ae04dde89059b887191235835f71..3cfb8e8f50d2acecaed159e48c2c23391fbd86e3 100755 (executable)
@@ -46,6 +46,8 @@ katie -pak *.changes | direport | tee REPORT | \
 chgrp debadmin REPORT
 chmod 664 REPORT
 
+catherine
+
 cd $masterdir
 symlinks -d -r $ftpdir
 
index 9b1cba2634e0dd042c8d31f342b5f8580cf2b87e..02a89f6a8560113188efedd2570832c617ca06e2 100755 (executable)
@@ -44,6 +44,8 @@ katie -pak *.changes | direport | tee REPORT | \
 chgrp debadmin REPORT
 chmod 664 REPORT
 
+catherine
+
 cd $masterdir
 symlinks -d -r $ftpdir
 
index 6c564f8bd3a99ef29d0b060c069852aec2be2ee9..b968bdb1cdbbefaa49ce993a454d692f723a1080 100644 (file)
@@ -441,3 +441,9 @@ Location
     };
 
 };
+
+Catherine {
+       Options {
+               Limit   10240;
+       };
+};
index 407c358a2659e0d91560d81ee0d5950d188ea36c..9c6041c71004ab5ceb5a7c2f1ece8b3959f1f42a 100644 (file)
@@ -378,3 +378,9 @@ Location
     };
 
 };
+
+Catherine {
+       Options {
+               Limit   10240;
+       };
+};