summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Sulfrian <alex@spline.inf.fu-berlin.de>2013-05-28 18:58:19 +0200
committersyncer <root@plopp.spline.de>2013-05-28 19:02:23 +0200
commit0421e7a56427183025660f677a46c3215a721405 (patch)
tree77580deb67f80af66fefed070d6a44f4c44aca52
parent5ee1e580ed96b67068f2c061cfbe200b7ffa0fb3 (diff)
downloadmirror-sync-0421e7a56427183025660f677a46c3215a721405.tar.gz
mirror-sync-0421e7a56427183025660f677a46c3215a721405.tar.bz2
mirror-sync-0421e7a56427183025660f677a46c3215a721405.zip
fuduntu: remove mirror (project is dead)
-rwxr-xr-xbin/sync-fuduntu.sh9
-rw-r--r--etc/crontab3
2 files changed, 0 insertions, 12 deletions
diff --git a/bin/sync-fuduntu.sh b/bin/sync-fuduntu.sh
deleted file mode 100755
index 39e4ee9..0000000
--- a/bin/sync-fuduntu.sh
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/bin/bash
-
-RSYNC="/usr/bin/rsync"
-OPTS="--quiet --recursive --links --perms --times --devices --delete --timeout=600"
-SRC="rsync://packages.fuduntu.org/repo"
-DST="/mirror/ftp/pub/fuduntu/"
-
-${RSYNC} ${OPTS} ${SRC} ${DST}
-echo "End: "`date`
diff --git a/etc/crontab b/etc/crontab
index 9890b81..c8ad0bc 100644
--- a/etc/crontab
+++ b/etc/crontab
@@ -29,6 +29,3 @@ MAILTO=root@plopp.spline.de
# --- tor ---
23 */3 * * * /home/syncer/bin/cron_wrapper.sh /home/syncer/bin/sync-tor.sh
-
-# --- Fuduntu ---
-10 1,7 * * * /home/syncer/bin/cron_wrapper.sh /home/syncer/bin/sync-fuduntu.sh