diff options
| author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2003-02-23 12:40:21 +0000 |
|---|---|---|
| committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2003-02-23 12:40:21 +0000 |
| commit | db08524b179f85e6bf8c516054f4bf2a210b82eb (patch) | |
| tree | c6ec43e0842d56c621d51de447b6c541de1415eb /tools | |
| parent | 7941c77b0aba5463ceb77054ea8dc5b3657a8742 (diff) | |
Notes
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/tools/tinderbox/tbmaster.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/tools/tinderbox/tbmaster.pl b/tools/tools/tinderbox/tbmaster.pl index 43d32271eab8..55bfd48bee14 100644 --- a/tools/tools/tinderbox/tbmaster.pl +++ b/tools/tools/tinderbox/tbmaster.pl @@ -43,7 +43,7 @@ my %CONFIGS = ( 'cueball' => { 'COMMENT' => "-CURRENT tinderbox", 'BRANCHES' => [ 'CURRENT' ], - 'TARGETS' => [ 'world', 'generic' ], + 'TARGETS' => [ 'world', 'generic', 'lint' ], 'ARCHES' => { 'alpha' => [ 'alpha' ], 'i386' => [ 'i386', 'pc98' ], |
