From 416cea740cbfcc2bf5d90098100c1f19b85f631a Mon Sep 17 00:00:00 2001 From: James Troup Date: Sat, 25 Nov 2000 04:18:39 +0000 Subject: [PATCH] sync --- README | 21 +++++++++++---------- THANKS | 12 ++++++++++++ cron.daily-non-US | 8 ++++---- 3 files changed, 27 insertions(+), 14 deletions(-) diff --git a/README b/README index 3ffe41b6..13150232 100644 --- a/README +++ b/README @@ -1,6 +1,6 @@ -This is the README file for da-katie version -1. +This is the README file for dak version -1. -da-katie is the collection of programs used to maintain the Debian GNU +dak is the collection of programs used to maintain the Debian GNU project archive. See TODO for an incomplete list of things needing to be done. @@ -9,17 +9,18 @@ See the file NEWS for user-visible changes since the last version. See the file INSTALL for installation instructions. -da-katie is used on the following platforms :- +dak is used on the following platforms :- Linux/i386 2.2 Linux/UltraSparc 2.2 -da-katie 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 Software Foundation; either version 2 of the License, a copy of -which is provided under the name COPYING, or (at your option) any -later version. +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 +Software Foundation; either version 2 of the License, a copy of which +is provided under the name COPYING, or (at your option) any later +version. -- -James Troup , Oldenburg, Germany -Thu, 12 Oct 2000 12:45:16 +0100 +James Troup , Horsforth, Leeds +Sat, 25 Nov 2000 04:06:18 +0000 + diff --git a/THANKS b/THANKS index e69de29b..d8292fbc 100644 --- a/THANKS +++ b/THANKS @@ -0,0 +1,12 @@ +[Alphabetical Order] + +Adam Heath +Anthony Towns +Antti-Juhani Kaijanaho +Brendan O'Dea +Chris Leishman +Drake Diedrich +Guy Maor +Michael Beattie +Robert Bihlmeyer diff --git a/cron.daily-non-US b/cron.daily-non-US index f647e7d9..49374451 100755 --- a/cron.daily-non-US +++ b/cron.daily-non-US @@ -34,9 +34,9 @@ pg_dump projectb > /org/non-us.debian.org/backup/dump_$(date +%Y.%m.%d-%H:%M:%S) ################################################################################ # temporary hack to work around the lack of an apt-utils & python-apt package -export PYTHONPATH=$PYTHONPATH:/org/ftp.debian.org/scripts/apt/build/bin/ -export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/org/ftp.debian.org/scripts/apt/build/bin/ -export PATH=$PATH:/org/ftp.debian.org/scripts/apt/build/bin/ +export PYTHONPATH=$PYTHONPATH:/org/non-us.debian.org/scripts/apt/build/bin/ +export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/org/non-us.debian.org/scripts/apt/build/bin/ +export PATH=$PATH:/org/non-us.debian.org/scripts/apt/build/bin/ cd $incoming rm -f REPORT @@ -78,6 +78,6 @@ pg_dump projectb > /org/non-us.debian.org/backup/dump_$(date +%Y.%m.%d-%H:%M:%S) ulimit -m 90000 -d 90000 -s 10000 -v 90000 -run-parts --report /org/ftp.debian.org/scripts/distmnt +run-parts --report /org/non-us.debian.org/scripts/distmnt echo Daily cron scripts successful. -- 2.39.2