[Secure-testing-commits] r16141 - /
Raphael Geissert
geissert at alioth.debian.org
Mon Feb 14 02:39:46 UTC 2011
Author: geissert
Date: 2011-02-14 02:39:45 +0000 (Mon, 14 Feb 2011)
New Revision: 16141
Modified:
Makefile
Log:
fix volatile target
OTOH: why do we have it at all?
Modified: Makefile
===================================================================
--- Makefile 2011-02-14 02:19:07 UTC (rev 16140)
+++ Makefile 2011-02-14 02:39:45 UTC (rev 16141)
@@ -155,7 +155,7 @@
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 \
More information about the Secure-testing-commits
mailing list