summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorRaphael Geissert <geissert@debian.org>2011-02-14 02:39:45 +0000
committerRaphael Geissert <geissert@debian.org>2011-02-14 02:39:45 +0000
commit26f7aeb798e0cde7efe430a87fb5f693dca76d86 (patch)
treed754181f04f409eee4d213d31b8271055fee80ee /Makefile
parentad8a7758e504860dc1b583a95b4cfaa0283db40b (diff)
fix volatile target
OTOH: why do we have it at all? git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@16141 e39458fd-73e7-0310-bf30-c45bca0a0e42
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 8f51b88096..dadda19283 100644
--- a/Makefile
+++ b/Makefile
@@ -155,7 +155,7 @@ update-old-security:
VOLATILE_MIRROR = http://volatile.debian.org/debian-volatile/dists
update-volatile:
- set -e && for archive in $(STABLE) ; do \
+ set -e && for archive in lenny ; do \
for arch in $(LENNY_ARCHS) ; do \
$(PYTHON) bin/apt-update-file \
$(VOLATILE_MIRROR)/$${archive}/volatile/main/binary-$$arch/Packages \

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