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
commit2b7e157ced4b042ceb28abc068e2ce6e7360c274 (patch)
tree43f5234dfb9d4c95e67523af86b2980bcc7c9774 /Makefile
parentf0c34ee7826436cbdaf7abb952f9280a4b4f6be8 (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