]> git.deb.at Git - deb/packages.git/blobdiff - cron.d/100syncarchive_maintainers
Remove all code related to the mail forwarding from the master branch
[deb/packages.git] / cron.d / 100syncarchive_maintainers
diff --git a/cron.d/100syncarchive_maintainers b/cron.d/100syncarchive_maintainers
deleted file mode 100755 (executable)
index 9055606..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-#! /bin/bash
-
-. `dirname $0`/../config.sh
-
-test -d ${archivedir} || mkdir -p ${archivedir}
-cd ${archivedir}
-
-# scp -q auric:/org/ftp.debian.org/ftp/indices/Maintainers .
-
-if [ -f /org/ftp.root/debian/indices/Maintainers ]
-then
-    if [ ! -s Maintainers -a -L Maintainers ]
-    then
-       ln -s /org/ftp.root/debian/indices/Maintainers .
-    fi
-else
-    if [ ! -L Maintainers ]
-    then
-       $wget_cmd -O Maintainers $ftpsite/indices/Maintainers
-    fi
-fi