aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xsetup-apkrepos.in5
1 files changed, 0 insertions, 5 deletions
diff --git a/setup-apkrepos.in b/setup-apkrepos.in
index b99055b..da47f79 100755
--- a/setup-apkrepos.in
+++ b/setup-apkrepos.in
@@ -160,11 +160,6 @@ if [ -z "$MIRRORS" ] && [ -r "$MIRRORS_PATH" ]; then
MIRRORS=`cat $MIRRORS_PATH`
fi
-RELEASES_PATH=/usr/share/alpine-mirrors/RELEASES.txt
-if [ -z "$RELEASES" ] && [ -r "$RELEASES_PATH" ]; then
- RELEASES=`cat $RELEASES_PATH`
-fi
-
APKREPOS_PATH=/etc/apk/repositories
if [ -r "$APKREPOS_PATH" ]; then
APKREPOS=`cat "$APKREPOS_PATH"`