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 --------- 1 file changed, 9 deletions(-) delete mode 100755 bin/sync-fuduntu.sh (limited to 'bin') 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` -- cgit v1.2.3-1-g7c22