summaryrefslogtreecommitdiffstats
path: root/alpine-mirror.sh
diff options
context:
space:
mode:
Diffstat (limited to 'alpine-mirror.sh')
-rw-r--r--alpine-mirror.sh6
1 files 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 <fabian at affolter-engineering.ch>
+# Copyright (c) 2011-2013 Fabian Affolter <fabian at affolter-engineering.ch>
-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