summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorRaphael Geissert <geissert@debian.org>2015-01-16 22:45:05 +0000
committerRaphael Geissert <geissert@debian.org>2015-01-16 22:45:05 +0000
commit4d0066e0f6bfa4b709022f8bdb8d5149c6f2d16a (patch)
treef2d4fdd39b5a419a9ebda68ab4f743b0d52ffd9e /Makefile
parentedd6157671df5fd96e8a8e878584fdc31f6ed463 (diff)
no need for a LTS-specific mirror
git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@31410 e39458fd-73e7-0310-bf30-c45bca0a0e42
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 5bba54f1fb..5507f74e29 100644
--- a/Makefile
+++ b/Makefile
@@ -155,18 +155,17 @@ update-old-security: update-lts
done ; \
done
-LTS_MIRROR = http://ftp.de.debian.org/debian/dists
update-lts: update-lts-$(OLDSTABLE)
update-lts-$(OLDSTABLE):
set -e && archive=$(shell echo $@ | cut -d- -f3) ; \
for arch in $($(shell echo $@ | cut -d- -f3)_LTS_ARCHS) ; do \
$(PYTHON) bin/apt-update-file \
- $(LTS_MIRROR)/$${archive}-lts/main/binary-$$arch/Packages \
+ $(MIRROR)/dists/$${archive}-lts/main/binary-$$arch/Packages \
data/packages/$${archive}-lts__main_$${arch}_Packages ; \
done ; \
$(PYTHON) bin/apt-update-file \
- $(LTS_MIRROR)/$${archive}-lts/main/source/Sources \
+ $(MIRROR)/dists/$${archive}-lts/main/source/Sources \
data/packages/$${archive}-lts__main_Sources ; \
BACKPORTS_MIRROR = http://ftp.de.debian.org/debian-backports/dists

© 2014-2024 Faster IT GmbH | imprint | privacy policy