summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorFlorian Weimer <fw@deneb.enyo.de>2008-12-03 11:13:12 +0000
committerFlorian Weimer <fw@deneb.enyo.de>2008-12-03 11:13:12 +0000
commit1d9d8b9c2e83fc5b02a9fff28cbb82fa2418f7bb (patch)
tree2f452d67942ef01a3489910e87aa04fe5ef5507c /Makefile
parentf78eee8975ad3cc0e8d5760a9f2718d3c998d5d8 (diff)
Makefile: Remove sarge-volatile, rename etch-volatile
etch-volatile should not be measured against the version numbers for etch; unstable is more appropriate (same issue as with backports.org). git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@10593 e39458fd-73e7-0310-bf30-c45bca0a0e42
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 3e9368fdf7..5f38efed98 100644
--- a/Makefile
+++ b/Makefile
@@ -88,15 +88,15 @@ update-security:
VOLATILE_MIRROR = http://volatile.debian.net/debian-volatile/dists
update-volatile:
- set -e && for archive in sarge etch ; do \
+ set -e && for archive in etch ; do \
for arch in $(LENNY_ARCHS) ; do \
$(PYTHON) bin/apt-update-file \
$(VOLATILE_MIRROR)/$${archive}/volatile/main/binary-$$arch/Packages \
- data/packages/$${archive}_volatile_main_$${arch}_Packages ; \
+ data/packages/$${archive}-volatile__main_$${arch}_Packages ; \
done ; \
$(PYTHON) bin/apt-update-file \
$(VOLATILE_MIRROR)/$${archive}/volatile/main/source/Sources \
- data/packages/$${archive}_volatile_main_Sources ; \
+ data/packages/$${archive}-volatile__main_Sources ; \
done
BACKPORTS_MIRROR = http://www.backports.org/backports.org/dists

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