Author: fw Date: 2005-09-13 21:18:48 +0000 (Tue, 13 Sep 2005) New Revision: 1966 Modified: Makefile Log: Makefile: Download woody files, too. Modified: Makefile ==================================================================--- Makefile 2005-09-13 21:14:17 UTC (rev 1965) +++ Makefile 2005-09-13 21:18:48 UTC (rev 1966) @@ -8,8 +8,9 @@ MIRROR = http://merkel.debian.org/~aba/debian/ RELEASES_with_proposed_updates = sarge=i386,ia64 etch=i386,ia64 RELEASES = sid=i386,ia64 $(RELEASES_with_proposed_updates) \ - $(subst =,-proposed-updates=, $(RELEASES_with_proposed_updates)) -SECURITY_RELEASES = sarge-security=i386,ia64 + $(subst =,-proposed-updates=, $(RELEASES_with_proposed_updates)) \ + woody=i386 +SECURITY_RELEASES = sarge-security=i386,ia64 woody-security=i386 PACKAGE_FILES = $(wildcard data/packages/*_Sources) \ $(wildcard data/packages/*_Packages)