From: James Troup Date: Fri, 16 Jun 2006 03:52:04 +0000 (+0100) Subject: Add amd64 to testing-security. X-Git-Url: https://git.decadent.org.uk/gitweb/?a=commitdiff_plain;h=0254713c47bbccf3bf4b9337f3415224573b26cb;p=dak.git Add amd64 to testing-security. --- diff --git a/config/debian-security/apt.conf b/config/debian-security/apt.conf index 2d70b422..6d286cd1 100644 --- a/config/debian-security/apt.conf +++ b/config/debian-security/apt.conf @@ -42,7 +42,7 @@ tree "dists/testing/updates" FileList "/org/security.debian.org/dak-database/dists/testing_updates/$(SECTION)_binary-$(ARCH).list"; SourceFileList "/org/security.debian.org/dak-database/dists/testing_updates/$(SECTION)_source.list"; Sections "main contrib non-free"; - Architectures "alpha arm hppa i386 ia64 mips mipsel m68k powerpc s390 sparc source"; + Architectures "alpha amd64 arm hppa i386 ia64 mips mipsel m68k powerpc s390 sparc source"; BinOverride "override.etch.$(SECTION)"; ExtraOverride "override.etch.extra.$(SECTION)"; SrcOverride "override.etch.$(SECTION).src";