]> git.decadent.org.uk Git - dak.git/commitdiff
sync
authorJames Troup <james@nocrew.org>
Sat, 25 Nov 2000 04:18:39 +0000 (04:18 +0000)
committerJames Troup <james@nocrew.org>
Sat, 25 Nov 2000 04:18:39 +0000 (04:18 +0000)
README
THANKS
cron.daily-non-US

diff --git a/README b/README
index 3ffe41b6960f77b52f5cf59173c1b619151789a9..13150232b4fef4f070c0bce0e73d29b518a53dc8 100644 (file)
--- 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 <james@nocrew.org>, Oldenburg, Germany
-Thu, 12 Oct 2000 12:45:16 +0100
+James Troup <james@nocrew.org>, Horsforth, Leeds
+Sat, 25 Nov 2000 04:06:18 +0000
+
diff --git a/THANKS b/THANKS
index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..d8292fbce1cb1ef419e728363432f52095d5a3cc 100644 (file)
--- a/THANKS
+++ b/THANKS
@@ -0,0 +1,12 @@
+[Alphabetical Order]
+
+Adam Heath                    <doogie@debian.org>
+Anthony Towns                 <ajt@debian.org>
+Antti-Juhani Kaijanaho        <ajk@debian.org>
+Brendan O'Dea                 <bod@debian.org>
+Chris Leishman                <masklin@debian.org>
+Drake Diedrich                <dld@debian.org>
+Guy Maor                      <maor@debian.org
+Jason Gunthorpe                       <jgg@debian.org>
+Michael Beattie                       <mjb@debian.org>
+Robert Bihlmeyer              <robbe@orcus.priv.at>
index f647e7d98c9554a8abdaa249d8786c08e97fc3ee..493744518d138837cf8f2eb9ad08fd9fae9185b0 100755 (executable)
@@ -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.