summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>2004-06-14 11:36:00 +0000
committerdes <des@FreeBSD.org>2004-06-14 11:36:00 +0000
commit3cdcdd5daf11de7770be9fa5ba6e09f3e7877e73 (patch)
tree5be2fc1e978681a59175bcb767455abb8aa766b9
parent26b5b685d1a03117bca9eef5dd5f99db8d04ab5d (diff)
downloadFreeBSD-src-3cdcdd5daf11de7770be9fa5ba6e09f3e7877e73.zip
FreeBSD-src-3cdcdd5daf11de7770be9fa5ba6e09f3e7877e73.tar.gz
Update-only configs.
-rw-r--r--tools/tools/tinderbox/etc/Makefile1
-rw-r--r--tools/tools/tinderbox/etc/update_current.rc4
-rw-r--r--tools/tools/tinderbox/etc/update_stable.rc4
3 files changed, 9 insertions, 0 deletions
diff --git a/tools/tools/tinderbox/etc/Makefile b/tools/tools/tinderbox/etc/Makefile
index b14109e..da0abdf 100644
--- a/tools/tools/tinderbox/etc/Makefile
+++ b/tools/tools/tinderbox/etc/Makefile
@@ -1,6 +1,7 @@
# $FreeBSD$
ETCFILES = default.rc releng_4.rc releng_5.rc stable.rc current.rc
+ETCFILES += update_stable.rc update_current.rc
ETCDIR ?= ${HOME}/etc
ETCOWN ?= ${USER}
ETCGRP ?= ${USER}
diff --git a/tools/tools/tinderbox/etc/update_current.rc b/tools/tools/tinderbox/etc/update_current.rc
new file mode 100644
index 0000000..e8a1fa0
--- /dev/null
+++ b/tools/tools/tinderbox/etc/update_current.rc
@@ -0,0 +1,4 @@
+# $FreeBSD$
+branches = CURRENT
+platforms = alpha, amd64, i386/i386, i386/pc98, ia64, powerpc, sparc64
+targets = update
diff --git a/tools/tools/tinderbox/etc/update_stable.rc b/tools/tools/tinderbox/etc/update_stable.rc
new file mode 100644
index 0000000..6c865eb
--- /dev/null
+++ b/tools/tools/tinderbox/etc/update_stable.rc
@@ -0,0 +1,4 @@
+# $FreeBSD$
+branches = RELENG_4
+platforms = alpha, i386/i386, i386/pc98
+targets = update
OpenPOWER on IntegriCloud