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
commitda708cf34fc3181d5ca626be2148a6a81e44b3f0 (patch)
tree4ce5827d2e3e647d0ce608aff424325b05c1a0dc /Makefile
parent38d33c35bb6223ea38ce79d735032082a1e4b878 (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