Date: Thu, 10 Oct 2013 19:10:21 +0000 (UTC) From: Dag-Erling Smørgrav <des@FreeBSD.org> To: src-committers@freebsd.org, svn-src-user@freebsd.org Subject: svn commit: r256288 - user/des/tinderbox/etc Message-ID: <201310101910.r9AJALEJ009994@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310101910.r9AJALEJ009994>