summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Sulfrian <alex@spline.inf.fu-berlin.de>2013-04-25 18:15:38 +0200
committersyncer <root@plopp.spline.de>2013-04-25 18:16:34 +0200
commit5ee1e580ed96b67068f2c061cfbe200b7ffa0fb3 (patch)
tree271bfc3bdb960ccd64d4f4b855fa68574e94bcb6
parent5cd3cfd77c2d2856f5d1e5bee0d7bb2c81d46c42 (diff)
downloadmirror-sync-5ee1e580ed96b67068f2c061cfbe200b7ffa0fb3.tar.gz
mirror-sync-5ee1e580ed96b67068f2c061cfbe200b7ffa0fb3.tar.bz2
mirror-sync-5ee1e580ed96b67068f2c061cfbe200b7ffa0fb3.zip
dslinux: remove sync (no mirror anymore)
-rwxr-xr-xbin/sync-dslinux-svn-repo.sh11
-rw-r--r--etc/crontab3
2 files changed, 0 insertions, 14 deletions
diff --git a/bin/sync-dslinux-svn-repo.sh b/bin/sync-dslinux-svn-repo.sh
deleted file mode 100755
index 92d9d74..0000000
--- a/bin/sync-dslinux-svn-repo.sh
+++ /dev/null
@@ -1,11 +0,0 @@
-#!/bin/sh
-# update dslinux read-only svn mirror (scripted by stsp)
-
-#set -x
-
-#logger "`basename $0`: invoked `date`"
-
-ANONSVN_HOME=/raid/anonsvn
-SVN_ROOTDIR=$ANONSVN_HOME/dslinux
-
-(cd $SVN_ROOTDIR && rsync -q -z -a --delete rsync://pferd.in-berlin.de/dslinuxsvn/ .)
diff --git a/etc/crontab b/etc/crontab
index c885c42..9890b81 100644
--- a/etc/crontab
+++ b/etc/crontab
@@ -12,9 +12,6 @@ MAILTO=root@plopp.spline.de
# --- Gentoo distfiles ---
0 */4 * * * /home/syncer/bin/cron_wrapper.sh /home/syncer/bin/sync-gentoo-ftp-mirror.sh
-# --- DSLinux anonsvn ---
-*/15 * * * * /home/syncer/bin/cron_wrapper.sh /home/syncer/bin/sync-dslinux-svn-repo.sh
-
# --- archlinux ---
40 * * * * /home/syncer/bin/cron_wrapper.sh /home/syncer/bin/sync-archlinux.sh