summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>2003-07-23 20:16:36 +0000
committerdes <des@FreeBSD.org>2003-07-23 20:16:36 +0000
commit26842e222a80b2cb852bdb89da7c877ed48a027e (patch)
tree5b1682e830e555e559b52077734f3ae1916e7ec8 /tools
parentbb88d62ad9c1c07b5e5d506da78a8383734a731a (diff)
downloadFreeBSD-src-26842e222a80b2cb852bdb89da7c877ed48a027e.zip
FreeBSD-src-26842e222a80b2cb852bdb89da7c877ed48a027e.tar.gz
Sample configuration files.
Diffstat (limited to 'tools')
-rw-r--r--tools/tools/tinderbox/Makefile9
-rw-r--r--tools/tools/tinderbox/ada.rc10
-rw-r--r--tools/tools/tinderbox/current.rc8
-rw-r--r--tools/tools/tinderbox/default.rc21
-rw-r--r--tools/tools/tinderbox/dsa.rc10
-rw-r--r--tools/tools/tinderbox/dwp.rc10
-rw-r--r--tools/tools/tinderbox/etc/ada.rc10
-rw-r--r--tools/tools/tinderbox/etc/current.rc8
-rw-r--r--tools/tools/tinderbox/etc/default.rc21
-rw-r--r--tools/tools/tinderbox/etc/dsa.rc10
-rw-r--r--tools/tools/tinderbox/etc/dwp.rc10
-rw-r--r--tools/tools/tinderbox/etc/releng_4.rc8
-rw-r--r--tools/tools/tinderbox/etc/stanley.rc11
-rw-r--r--tools/tools/tinderbox/releng_4.rc8
-rw-r--r--tools/tools/tinderbox/stanley.rc11
15 files changed, 165 insertions, 0 deletions
diff --git a/tools/tools/tinderbox/Makefile b/tools/tools/tinderbox/Makefile
index 94bc930..0fb0193 100644
--- a/tools/tools/tinderbox/Makefile
+++ b/tools/tools/tinderbox/Makefile
@@ -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>
diff --git a/tools/tools/tinderbox/ada.rc b/tools/tools/tinderbox/ada.rc
new file mode 100644
index 0000000..566a75a
--- /dev/null
+++ b/tools/tools/tinderbox/ada.rc
@@ -0,0 +1,10 @@
+#
+# Tinderbox setup for ada.des.no
+#
+# $FreeBSD$
+#
+
+comment = Tinderbox development
+branches = RELENG_4
+targets = update, world, lint, release
+platforms = i386
diff --git a/tools/tools/tinderbox/current.rc b/tools/tools/tinderbox/current.rc
new file mode 100644
index 0000000..8ec3e1c
--- /dev/null
+++ b/tools/tools/tinderbox/current.rc
@@ -0,0 +1,8 @@
+#
+# CURRENT tinderbox setup
+#
+# $FreeBSD$
+#
+
+branches = CURRENT
+platforms = alpha, amd64, i386/i386, i386/pc98, ia64, powerpc, sparc64
diff --git a/tools/tools/tinderbox/default.rc b/tools/tools/tinderbox/default.rc
new file mode 100644
index 0000000..6477064
--- /dev/null
+++ b/tools/tools/tinderbox/default.rc
@@ -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%%
diff --git a/tools/tools/tinderbox/dsa.rc b/tools/tools/tinderbox/dsa.rc
new file mode 100644
index 0000000..d5dbf91
--- /dev/null
+++ b/tools/tools/tinderbox/dsa.rc
@@ -0,0 +1,10 @@
+#
+# Tinderbox setup for dsa.des.no
+#
+# $FreeBSD$
+#
+
+comment = Tinderbox development
+branches = CURRENT
+targets = update, world, lint, release
+platforms = alpha
diff --git a/tools/tools/tinderbox/dwp.rc b/tools/tools/tinderbox/dwp.rc
new file mode 100644
index 0000000..c37fdcd
--- /dev/null
+++ b/tools/tools/tinderbox/dwp.rc
@@ -0,0 +1,10 @@
+#
+# Tinderbox setup for dwp.des.no
+#
+# $FreeBSD$
+#
+
+comment = Tinderbox development
+branches = CURRENT
+targets = update, world, lint, release
+platforms = i386
diff --git a/tools/tools/tinderbox/etc/ada.rc b/tools/tools/tinderbox/etc/ada.rc
new file mode 100644
index 0000000..566a75a
--- /dev/null
+++ b/tools/tools/tinderbox/etc/ada.rc
@@ -0,0 +1,10 @@
+#
+# Tinderbox setup for ada.des.no
+#
+# $FreeBSD$
+#
+
+comment = Tinderbox development
+branches = RELENG_4
+targets = update, world, lint, release
+platforms = i386
diff --git a/tools/tools/tinderbox/etc/current.rc b/tools/tools/tinderbox/etc/current.rc
new file mode 100644
index 0000000..8ec3e1c
--- /dev/null
+++ b/tools/tools/tinderbox/etc/current.rc
@@ -0,0 +1,8 @@
+#
+# CURRENT tinderbox setup
+#
+# $FreeBSD$
+#
+
+branches = CURRENT
+platforms = alpha, amd64, i386/i386, i386/pc98, ia64, powerpc, sparc64
diff --git a/tools/tools/tinderbox/etc/default.rc b/tools/tools/tinderbox/etc/default.rc
new file mode 100644
index 0000000..6477064
--- /dev/null
+++ b/tools/tools/tinderbox/etc/default.rc
@@ -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%%
diff --git a/tools/tools/tinderbox/etc/dsa.rc b/tools/tools/tinderbox/etc/dsa.rc
new file mode 100644
index 0000000..d5dbf91
--- /dev/null
+++ b/tools/tools/tinderbox/etc/dsa.rc
@@ -0,0 +1,10 @@
+#
+# Tinderbox setup for dsa.des.no
+#
+# $FreeBSD$
+#
+
+comment = Tinderbox development
+branches = CURRENT
+targets = update, world, lint, release
+platforms = alpha
diff --git a/tools/tools/tinderbox/etc/dwp.rc b/tools/tools/tinderbox/etc/dwp.rc
new file mode 100644
index 0000000..c37fdcd
--- /dev/null
+++ b/tools/tools/tinderbox/etc/dwp.rc
@@ -0,0 +1,10 @@
+#
+# Tinderbox setup for dwp.des.no
+#
+# $FreeBSD$
+#
+
+comment = Tinderbox development
+branches = CURRENT
+targets = update, world, lint, release
+platforms = i386
diff --git a/tools/tools/tinderbox/etc/releng_4.rc b/tools/tools/tinderbox/etc/releng_4.rc
new file mode 100644
index 0000000..9eea5a0
--- /dev/null
+++ b/tools/tools/tinderbox/etc/releng_4.rc
@@ -0,0 +1,8 @@
+#
+# RELENG_4 tinderbox setup
+#
+# $FreeBSD$
+#
+
+branches = RELENG_4
+platforms = alpha, i386/i386, i386/pc98
diff --git a/tools/tools/tinderbox/etc/stanley.rc b/tools/tools/tinderbox/etc/stanley.rc
new file mode 100644
index 0000000..a47c9d4
--- /dev/null
+++ b/tools/tools/tinderbox/etc/stanley.rc
@@ -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
diff --git a/tools/tools/tinderbox/releng_4.rc b/tools/tools/tinderbox/releng_4.rc
new file mode 100644
index 0000000..9eea5a0
--- /dev/null
+++ b/tools/tools/tinderbox/releng_4.rc
@@ -0,0 +1,8 @@
+#
+# RELENG_4 tinderbox setup
+#
+# $FreeBSD$
+#
+
+branches = RELENG_4
+platforms = alpha, i386/i386, i386/pc98
diff --git a/tools/tools/tinderbox/stanley.rc b/tools/tools/tinderbox/stanley.rc
new file mode 100644
index 0000000..a47c9d4
--- /dev/null
+++ b/tools/tools/tinderbox/stanley.rc
@@ -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
OpenPOWER on IntegriCloud