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
commitdbf08fc6f6356cbecac03edb9e00bc71c4f96b78 (patch)
tree933976224e28d0490cc6c9064efcb6df5e45117e /Makefile
parent12f70e25e2afac14b24ea8873b1de6310114bceb (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