From 99dca055e8df25136037dfd5a945fc5b80f13e53 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Dag-Erling=20Sm=C3=B8rgrav?= Date: Fri, 20 Jun 2003 16:57:37 +0000 Subject: [PATCH] amd64 is actually stable enough for the regular -CURRENT tinderbox now. --- tools/tools/tinderbox/tbmaster.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/tools/tinderbox/tbmaster.pl b/tools/tools/tinderbox/tbmaster.pl index 9e0b8ebd79b..190a78c3229 100644 --- a/tools/tools/tinderbox/tbmaster.pl +++ b/tools/tools/tinderbox/tbmaster.pl @@ -52,6 +52,7 @@ my %SETUPS = ( 'TARGETS' => [ 'update', 'world', 'generic', 'lint' ], 'ARCHES' => { 'alpha' => [ 'alpha' ], + 'amd64' => [ 'amd64' ], 'i386' => [ 'i386', 'pc98' ], 'ia64' => [ 'ia64' ], 'sparc64' => [ 'sparc64' ], @@ -78,7 +79,6 @@ my %SETUPS = ( 'BRANCHES' => [ 'CURRENT' ], 'TARGETS' => [ 'update', 'world', 'generic', 'lint' ], 'ARCHES' => { - 'amd64' => [ 'amd64' ], 'powerpc' => [ 'powerpc' ], }, 'ENV' => { -- 2.45.2