svn commit: r256288 - user/des/tinderbox/etc
Dag-Erling Smørgrav
des at FreeBSD.org
Thu Oct 10 19:10:22 UTC 2013
Author: des
Date: Thu Oct 10 19:10:21 2013
New Revision: 256288
URL: http://svnweb.freebsd.org/changeset/base/256288
Log:
Add FreeBSD 10.
Added:
user/des/tinderbox/etc/freebsd10-build.rc
- copied, changed from r256103, user/des/tinderbox/etc/freebsd9-build.rc
user/des/tinderbox/etc/freebsd10-update.rc
- copied, changed from r256103, user/des/tinderbox/etc/freebsd9-update.rc
Modified:
user/des/tinderbox/etc/Makefile
Modified: user/des/tinderbox/etc/Makefile
==============================================================================
--- user/des/tinderbox/etc/Makefile Thu Oct 10 19:03:35 2013 (r256287)
+++ user/des/tinderbox/etc/Makefile Thu Oct 10 19:10:21 2013 (r256288)
@@ -5,6 +5,7 @@ ETCFILES += default.rc
ETCFILES += freebsd7-update.rc freebsd7-build.rc
ETCFILES += freebsd8-update.rc freebsd8-build.rc
ETCFILES += freebsd9-update.rc freebsd9-build.rc
+ETCFILES += freebsd10-update.rc freebsd10-build.rc
ETCFILES += head-update.rc head-build.rc
ETCFILES += head-noclang-build.rc head-nobmake-build.rc
ETCDIR ?= ${HOME}/etc
Copied and modified: user/des/tinderbox/etc/freebsd10-build.rc (from r256103, user/des/tinderbox/etc/freebsd9-build.rc)
==============================================================================
--- user/des/tinderbox/etc/freebsd9-build.rc Mon Oct 7 08:20:56 2013 (r256103, copy source)
+++ user/des/tinderbox/etc/freebsd10-build.rc Thu Oct 10 19:10:21 2013 (r256288)
@@ -1,10 +1,10 @@
#
-# FreeBSD 9 tinderbox setup, shared source - build stage
+# FreeBSD 10 tinderbox setup, shared source - build stage
#
# $FreeBSD$
#
-branches = RELENG_9
+branches = RELENG_10
platforms = amd64, arm, i386, i386/pc98, ia64, mips, powerpc, powerpc64/powerpc, sparc64
targets = precleanobj, version, world, lint, kernels, postcleanobj
srcdir = ${SANDBOX}/${BRANCH}/src
Copied and modified: user/des/tinderbox/etc/freebsd10-update.rc (from r256103, user/des/tinderbox/etc/freebsd9-update.rc)
==============================================================================
--- user/des/tinderbox/etc/freebsd9-update.rc Mon Oct 7 08:20:56 2013 (r256103, copy source)
+++ user/des/tinderbox/etc/freebsd10-update.rc Thu Oct 10 19:10:21 2013 (r256288)
@@ -1,10 +1,10 @@
#
-# FreeBSD 9 tinderbox setup, shared source - update stage
+# FreeBSD 10 tinderbox setup, shared source - update stage
#
# $FreeBSD$
#
-branches = RELENG_9
+branches = RELENG_10
platforms = none
srcdir = ${SANDBOX}/${BRANCH}/src
targets = update, version
More information about the svn-src-user
mailing list