generate_di_list: m68k is not a release arch, so remove it

This commit is contained in:
Steve McIntyre 2008-07-18 14:05:09 +00:00
parent cca6790de4
commit 971a03edca
2 changed files with 2 additions and 1 deletions

View File

@ -16,6 +16,7 @@ debian-cd (3.0.3) UNRELEASED; urgency=high
[ Frans Pop ]
* Backport compatible improvements in the README.html.in from the Lenny
version for compatibility between etch and etch-and-a-half images.
* generate_di_list: m68k is not a release arch, so remove it
-- Steve McIntyre <93sam@debian.org> Wed, 28 Mar 2007 22:57:41 +0100

View File

@ -6,7 +6,7 @@ die "Missing \$MIRROR variable" unless $ENV{MIRROR};
die "Missing \$DI_CODENAME variable" unless $ENV{DI_CODENAME};
die "Missing \$BASEDIR variable" unless $ENV{BASEDIR};
my @ARCHES=qw{alpha arm hppa hurd-i386 i386 ia64 m68k mips mipsel
my @ARCHES=qw{alpha arm hppa hurd-i386 i386 ia64 mips mipsel
powerpc s390 sparc amd64};
my $DATE=`date`;
chomp $DATE;