From 8651e7dde061854a7706c3e02c21a5d95250fc41 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sun, 17 Nov 2013 00:27:15 +0100 Subject: update to 2.7 --- alpine-mirror.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/alpine-mirror.sh b/alpine-mirror.sh index c1d2333..e0c3de5 100644 --- a/alpine-mirror.sh +++ b/alpine-mirror.sh @@ -7,10 +7,10 @@ # # Licensed under GPLv2 # -# Copyright (c) 2011 Fabian Affolter +# Copyright (c) 2011-2013 Fabian Affolter -LATEST_RELEASE=2.6 +LATEST_RELEASE=2.7 MAJOR=${LATEST_RELEASE%.*} MINOR=${LATEST_RELEASE#*.} FILE=excl-al.txt @@ -39,7 +39,7 @@ done for i in releases/ main/x86/ testing/x86/ ; do echo v$MAJOR.$MINOR/$i >> $FILE done -## Exclude folders inside the current release tree +## Exclude folders inside the edge tree for i in releases/ main/x86/ testing/x86/ ; do echo edge/$i >> $FILE done -- cgit v1.2.3