summaryrefslogtreecommitdiffstats
path: root/release/release.conf.sample
diff options
context:
space:
mode:
authorgjb <gjb@FreeBSD.org>2013-12-27 04:23:07 +0000
committergjb <gjb@FreeBSD.org>2013-12-27 04:23:07 +0000
commit6b01bbf146ab195243a8e7d43bb11f8835c76af8 (patch)
tree9eb7e5c3fa7d3394e7cefde71a981c1da5c39124 /release/release.conf.sample
parent150bba5c8f906223683765d44132307c7d8a618e (diff)
downloadFreeBSD-src-6b01bbf146ab195243a8e7d43bb11f8835c76af8.zip
FreeBSD-src-6b01bbf146ab195243a8e7d43bb11f8835c76af8.tar.gz
Copy head@r259933 -> user/gjb/hacking/release-embedded for initial
inclusion of (at least) arm builds with the release. Sponsored by: The FreeBSD Foundation
Diffstat (limited to 'release/release.conf.sample')
-rw-r--r--release/release.conf.sample42
1 files changed, 0 insertions, 42 deletions
diff --git a/release/release.conf.sample b/release/release.conf.sample
deleted file mode 100644
index 882f911..0000000
--- a/release/release.conf.sample
+++ /dev/null
@@ -1,42 +0,0 @@
-#!/bin/sh
-#
-# $FreeBSD$
-#
-
-## Set the directory within which the release will be built.
-CHROOTDIR="/scratch"
-
-## Set the svn host.
-SVNROOT="svn://svn.FreeBSD.org"
-
-## Set the src/, ports/, and doc/ branches or tags.
-SRCBRANCH="base/head@rHEAD"
-DOCBRANCH="doc/head@rHEAD"
-PORTBRANCH="ports/head@rHEAD"
-
-## Run svn co --force for src checkout.
-#SRC_FORCE_CHECKOUT=yes
-
-## Set to override the default target architecture.
-#TARGET="amd64"
-#TARGET_ARCH="amd64"
-#KERNEL="GENERIC"
-## Multiple kernels may be set.
-#KERNEL="GENERIC XENHVM"
-
-## Set to specify a custom make.conf and/or src.conf
-#MAKE_CONF="/etc/local/make.conf"
-#SRC_CONF="/etc/local/src.conf"
-
-## Set to use make(1) flags.
-#MAKE_FLAGS="-s"
-
-## Set to use world- and kernel-specific make(1) flags.
-#WORLD_FLAGS="-j $(sysctl -n hw.ncpu)"
-#KERNEL_FLAGS="-j $(expr $(sysctl -n hw.ncpu) / 2)"
-
-## Set miscellaneous 'make release' settings.
-#NODOC=
-#NOPORTS=
-#RELSTRING=
-#WITH_DVD=
OpenPOWER on IntegriCloud