From feadb7d4708ba6a136c9680f879efb87a0393291 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sun, 17 Nov 2013 00:45:46 +0100 Subject: testing is no longer part of a release --- alpine-mirror.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/alpine-mirror.sh b/alpine-mirror.sh index e0c3de5..cc01b8e 100644 --- a/alpine-mirror.sh +++ b/alpine-mirror.sh @@ -14,7 +14,7 @@ LATEST_RELEASE=2.7 MAJOR=${LATEST_RELEASE%.*} MINOR=${LATEST_RELEASE#*.} FILE=excl-al.txt -SRC=rsync://rsync.alpinelinux.org/alpine/ +SRC=rsync://rsync.alpinelinux.org/alpine/ DEST=/data01/mirror/alpine/ ## Delete the old exclusion file @@ -36,7 +36,7 @@ for ((i=0; i<=$MINOR-1; i++)); do echo v$MAJOR.$i/ >> $FILE done ## Exclude folders inside the current release tree -for i in releases/ main/x86/ testing/x86/ ; do +for i in releases/ main/x86/ ; do echo v$MAJOR.$MINOR/$i >> $FILE done ## Exclude folders inside the edge tree -- cgit v1.2.3