From ab09b582e1e2fc9e552d49c68ba13b0f5ac4f03f Mon Sep 17 00:00:00 2001 From: Alexander Sulfrian Date: Tue, 28 May 2013 19:01:36 +0200 Subject: openbsd-cvs: remove mirror --- bin/sync-openbsd-cvs-repo.sh | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100755 bin/sync-openbsd-cvs-repo.sh diff --git a/bin/sync-openbsd-cvs-repo.sh b/bin/sync-openbsd-cvs-repo.sh deleted file mode 100755 index 5a58289..0000000 --- a/bin/sync-openbsd-cvs-repo.sh +++ /dev/null @@ -1,26 +0,0 @@ -#!/bin/sh -# update openbsd anoncvscvs mirror (scripted by stsp) - -#set -e - -#logger "`basename $0`: invoked `date`" - -CVS_ROOTDIR=/raid/anoncvs/OpenBSD/cvs - -(cd $CVS_ROOTDIR && \ - rsync -q -a --recursive --times --links --hard-links --delete \ - --exclude=CVSROOT/history \ - --exclude=CVSROOT/writers \ - --exclude=CVSROOT/readers \ - --exclude=CVSROOT/passwd \ - rsync://rsync.de.openbsd.org/OpenBSD-CVS . ) - -# we are using our own readers, writers and passwd files. -cp /dev/null $CVS_ROOTDIR/CVSROOT/writers -echo "anoncvs" > $CVS_ROOTDIR/CVSROOT/readers -echo "anoncvs:AHDysQkJIubEc" > $CVS_ROOTDIR/CVSROOT/passwd -echo "" > $CVS_ROOTDIR/CVSROOT/config - -# One line in the modules file breaks checkouts, -# due to debian bug #226888. Comment it out. --stsp -sed -i -e 's/\(^www.*-i.*\)/#\1/' $CVS_ROOTDIR/CVSROOT/modules -- cgit v1.2.3-1-g7c22