]> git.decadent.org.uk Git - dak.git/blobdiff - update-readmenonus
added automatic updating of README.non-US for pandora, and mailing-lists.txton auric.
[dak.git] / update-readmenonus
diff --git a/update-readmenonus b/update-readmenonus
new file mode 100755 (executable)
index 0000000..b90066a
--- /dev/null
@@ -0,0 +1,13 @@
+#!/bin/sh
+#
+# Fetches up to date copy of REAME.non-US for pandora
+# Michael Beattie <mjb@debian.org>
+
+. vars-non-US
+
+cd $ftpdir
+
+echo Updating non-US version of README.non-US
+wget -t1 -T20 -q -N http://ftp-master.debian.org/README.non-US || \
+  echo "Some error occured..."
+