From 0421e7a56427183025660f677a46c3215a721405 Mon Sep 17 00:00:00 2001 From: Alexander Sulfrian Date: Tue, 28 May 2013 18:58:19 +0200 Subject: fuduntu: remove mirror (project is dead) --- bin/sync-fuduntu.sh | 9 --------- etc/crontab | 3 --- 2 files changed, 12 deletions(-) delete mode 100755 bin/sync-fuduntu.sh 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 -- cgit v1.2.3-1-g7c22