summaryrefslogtreecommitdiffstats
path: root/bin
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 /bin
parent5ee1e580ed96b67068f2c061cfbe200b7ffa0fb3 (diff)
downloadmirror-sync-0421e7a56427183025660f677a46c3215a721405.tar.gz
mirror-sync-0421e7a56427183025660f677a46c3215a721405.tar.bz2
mirror-sync-0421e7a56427183025660f677a46c3215a721405.zip
fuduntu: remove mirror (project is dead)
Diffstat (limited to 'bin')
-rwxr-xr-xbin/sync-fuduntu.sh9
1 files changed, 0 insertions, 9 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`