Sample configuration files.
This commit is contained in:
parent
9b573dd6f8
commit
b3b214e9f3
@ -12,4 +12,13 @@ MAN = tbmaster.1 tinderbox.1
|
||||
|
||||
SUBDIR = www
|
||||
|
||||
RCFILES = default.rc releng_4.rc current.rc
|
||||
RCFILES += ada.rc dsa.rc dwp.rc stanley.rc
|
||||
ETCDIR ?= ${HOME}/etc
|
||||
ETCOWN ?= ${USER}
|
||||
ETCGRP ?= ${USER}
|
||||
|
||||
beforeinstall:
|
||||
${INSTALL} -m 0644 -o ${ETCOWN} -g ${ETCGRP} ${RCFILES} ${ETCDIR}
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
10
tools/tools/tinderbox/ada.rc
Normal file
10
tools/tools/tinderbox/ada.rc
Normal file
@ -0,0 +1,10 @@
|
||||
#
|
||||
# Tinderbox setup for ada.des.no
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
comment = Tinderbox development
|
||||
branches = RELENG_4
|
||||
targets = update, world, lint, release
|
||||
platforms = i386
|
8
tools/tools/tinderbox/current.rc
Normal file
8
tools/tools/tinderbox/current.rc
Normal file
@ -0,0 +1,8 @@
|
||||
#
|
||||
# CURRENT tinderbox setup
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
branches = CURRENT
|
||||
platforms = alpha, amd64, i386/i386, i386/pc98, ia64, powerpc, sparc64
|
21
tools/tools/tinderbox/default.rc
Normal file
21
tools/tools/tinderbox/default.rc
Normal file
@ -0,0 +1,21 @@
|
||||
#
|
||||
# Tinderbox defaults
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
comment = %%branch%% tinderbox
|
||||
|
||||
# Paths
|
||||
sandbox = /home/des/tinderbox
|
||||
logdir = /home/des/public_html
|
||||
|
||||
# Tinderbox options
|
||||
tinderbox = /home/des/bin/tinderbox
|
||||
options = --verbose
|
||||
targets = update, world, generic, lint
|
||||
|
||||
# Reporting
|
||||
sender = Tinderbox <des+tinderbox@freebsd.org>
|
||||
recipient = des+%%arch%%-%%branch%%@freebsd.org
|
||||
subject = [%%COMMENT%%] failure on %%arch%%/%%machine%%
|
10
tools/tools/tinderbox/dsa.rc
Normal file
10
tools/tools/tinderbox/dsa.rc
Normal file
@ -0,0 +1,10 @@
|
||||
#
|
||||
# Tinderbox setup for dsa.des.no
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
comment = Tinderbox development
|
||||
branches = CURRENT
|
||||
targets = update, world, lint, release
|
||||
platforms = alpha
|
10
tools/tools/tinderbox/dwp.rc
Normal file
10
tools/tools/tinderbox/dwp.rc
Normal file
@ -0,0 +1,10 @@
|
||||
#
|
||||
# Tinderbox setup for dwp.des.no
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
comment = Tinderbox development
|
||||
branches = CURRENT
|
||||
targets = update, world, lint, release
|
||||
platforms = i386
|
10
tools/tools/tinderbox/etc/ada.rc
Normal file
10
tools/tools/tinderbox/etc/ada.rc
Normal file
@ -0,0 +1,10 @@
|
||||
#
|
||||
# Tinderbox setup for ada.des.no
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
comment = Tinderbox development
|
||||
branches = RELENG_4
|
||||
targets = update, world, lint, release
|
||||
platforms = i386
|
8
tools/tools/tinderbox/etc/current.rc
Normal file
8
tools/tools/tinderbox/etc/current.rc
Normal file
@ -0,0 +1,8 @@
|
||||
#
|
||||
# CURRENT tinderbox setup
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
branches = CURRENT
|
||||
platforms = alpha, amd64, i386/i386, i386/pc98, ia64, powerpc, sparc64
|
21
tools/tools/tinderbox/etc/default.rc
Normal file
21
tools/tools/tinderbox/etc/default.rc
Normal file
@ -0,0 +1,21 @@
|
||||
#
|
||||
# Tinderbox defaults
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
comment = %%branch%% tinderbox
|
||||
|
||||
# Paths
|
||||
sandbox = /home/des/tinderbox
|
||||
logdir = /home/des/public_html
|
||||
|
||||
# Tinderbox options
|
||||
tinderbox = /home/des/bin/tinderbox
|
||||
options = --verbose
|
||||
targets = update, world, generic, lint
|
||||
|
||||
# Reporting
|
||||
sender = Tinderbox <des+tinderbox@freebsd.org>
|
||||
recipient = des+%%arch%%-%%branch%%@freebsd.org
|
||||
subject = [%%COMMENT%%] failure on %%arch%%/%%machine%%
|
10
tools/tools/tinderbox/etc/dsa.rc
Normal file
10
tools/tools/tinderbox/etc/dsa.rc
Normal file
@ -0,0 +1,10 @@
|
||||
#
|
||||
# Tinderbox setup for dsa.des.no
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
comment = Tinderbox development
|
||||
branches = CURRENT
|
||||
targets = update, world, lint, release
|
||||
platforms = alpha
|
10
tools/tools/tinderbox/etc/dwp.rc
Normal file
10
tools/tools/tinderbox/etc/dwp.rc
Normal file
@ -0,0 +1,10 @@
|
||||
#
|
||||
# Tinderbox setup for dwp.des.no
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
comment = Tinderbox development
|
||||
branches = CURRENT
|
||||
targets = update, world, lint, release
|
||||
platforms = i386
|
8
tools/tools/tinderbox/etc/releng_4.rc
Normal file
8
tools/tools/tinderbox/etc/releng_4.rc
Normal file
@ -0,0 +1,8 @@
|
||||
#
|
||||
# RELENG_4 tinderbox setup
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
branches = RELENG_4
|
||||
platforms = alpha, i386/i386, i386/pc98
|
11
tools/tools/tinderbox/etc/stanley.rc
Normal file
11
tools/tools/tinderbox/etc/stanley.rc
Normal file
@ -0,0 +1,11 @@
|
||||
#
|
||||
# Tinderbox setup for stanley.rtp.freebsd.org
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
comment = Tinderbox stress test
|
||||
logdir = /home/des/public_html/stanley
|
||||
branches = CURRENT
|
||||
targets = update, world, generic, lint
|
||||
platforms = alpha, amd64, i386/i386, i386/pc98, ia64, powerpc, sparc64
|
8
tools/tools/tinderbox/releng_4.rc
Normal file
8
tools/tools/tinderbox/releng_4.rc
Normal file
@ -0,0 +1,8 @@
|
||||
#
|
||||
# RELENG_4 tinderbox setup
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
branches = RELENG_4
|
||||
platforms = alpha, i386/i386, i386/pc98
|
11
tools/tools/tinderbox/stanley.rc
Normal file
11
tools/tools/tinderbox/stanley.rc
Normal file
@ -0,0 +1,11 @@
|
||||
#
|
||||
# Tinderbox setup for stanley.rtp.freebsd.org
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
comment = Tinderbox stress test
|
||||
logdir = /home/des/public_html/stanley
|
||||
branches = CURRENT
|
||||
targets = update, world, generic, lint
|
||||
platforms = alpha, amd64, i386/i386, i386/pc98, ia64, powerpc, sparc64
|
Loading…
Reference in New Issue
Block a user