mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-17 10:26:15 +00:00
The rc files have been repo-copied to a separate subdirectory.
This commit is contained in:
parent
b65384050e
commit
378c1e90c3
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=118297
@ -10,16 +10,6 @@ MANOWN ?= ${USER}
|
||||
MANGRP ?= ${USER}
|
||||
MAN = tbmaster.1 tinderbox.1
|
||||
|
||||
SUBDIR = www
|
||||
|
||||
RCFILES = default.rc releng_4.rc current.rc experimental.rc
|
||||
RCFILES += ada.rc dsa.rc dwp.rc stanley.rc
|
||||
ETCDIR ?= ${HOME}/etc
|
||||
ETCOWN ?= ${USER}
|
||||
ETCGRP ?= ${USER}
|
||||
|
||||
beforeinstall:
|
||||
(cd ${.CURDIR} &&\
|
||||
${INSTALL} -m 0644 -o ${ETCOWN} -g ${ETCGRP} ${RCFILES} ${ETCDIR})
|
||||
SUBDIR = etc www
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
@ -1,10 +0,0 @@
|
||||
#
|
||||
# Tinderbox setup for ada.des.no
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
comment = Tinderbox development
|
||||
branches = RELENG_4
|
||||
targets = update, world, lint, release
|
||||
platforms = i386
|
@ -1,9 +0,0 @@
|
||||
#
|
||||
# CURRENT tinderbox setup
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
branches = CURRENT
|
||||
platforms = alpha, amd64, i386/i386, i386/pc98, ia64, sparc64
|
||||
recipient = current@freebsd.org,%%arch%%@freebsd.org
|
@ -1,21 +0,0 @@
|
||||
#
|
||||
# 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%%
|
@ -1,10 +0,0 @@
|
||||
#
|
||||
# Tinderbox setup for dsa.des.no
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
comment = Tinderbox development
|
||||
branches = CURRENT
|
||||
targets = update, world, lint, release
|
||||
platforms = alpha
|
@ -1,10 +0,0 @@
|
||||
#
|
||||
# Tinderbox setup for dwp.des.no
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
comment = Tinderbox development
|
||||
branches = CURRENT
|
||||
targets = update, world, lint, release
|
||||
platforms = i386
|
14
tools/tools/tinderbox/etc/Makefile
Normal file
14
tools/tools/tinderbox/etc/Makefile
Normal file
@ -0,0 +1,14 @@
|
||||
# $FreeBSD$
|
||||
|
||||
ETCFILES = default.rc releng_4.rc current.rc experimental.rc
|
||||
ETCFILES += ada.rc dsa.rc dwp.rc stanley.rc
|
||||
ETCDIR ?= ${HOME}/etc
|
||||
ETCOWN ?= ${USER}
|
||||
ETCGRP ?= ${USER}
|
||||
|
||||
realinstall:
|
||||
.for FILE in ${ETCFILES}
|
||||
${INSTALL} -m0644 -o${ETCOWN} -g${ETCGRP} ${.CURDIR}/${FILE} ${ETCDIR}
|
||||
.endfor
|
||||
|
||||
.include <bsd.prog.mk>
|
@ -1,11 +0,0 @@
|
||||
#
|
||||
# Tinderbox setup for experimental platforms.
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
comment = Experimental platforms
|
||||
branches = CURRENT
|
||||
env = NOLIBC_R=YES, NOFORTH=YES
|
||||
platforms = powerpc
|
||||
options = --verbose, --verbose
|
@ -1,9 +0,0 @@
|
||||
#
|
||||
# RELENG_4 tinderbox setup
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
branches = RELENG_4
|
||||
platforms = alpha, i386/i386, i386/pc98
|
||||
recipient = stable@freebsd.org,%%arch%%@freebsd.org
|
@ -1,13 +0,0 @@
|
||||
#
|
||||
# Tinderbox setup for stanley.rtp.freebsd.org
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
comment = Tinderbox stress test
|
||||
sandbox = /vol/vol1/users/des/tinderbox
|
||||
logdir = /home/des/public_html/stanley
|
||||
branches = CURRENT
|
||||
targets = update, world, generic, lint
|
||||
platforms = alpha, amd64, i386/i386, i386/pc98, ia64, powerpc, sparc64
|
||||
recipient =
|
Loading…
Reference in New Issue
Block a user