summaryrefslogtreecommitdiffstats
path: root/release/release.conf.sample
diff options
context:
space:
mode:
authorgjb <gjb@FreeBSD.org>2014-02-21 03:35:43 +0000
committergjb <gjb@FreeBSD.org>2014-02-21 03:35:43 +0000
commiteb1a5f8de9f7ea602c373a710f531abbf81141c4 (patch)
tree9043e8f02818053af950ea20e3c120d28634fd63 /release/release.conf.sample
parent59f5cc5e8c828a54b44c5f3f853cb850a05d48c0 (diff)
downloadFreeBSD-src-eb1a5f8de9f7ea602c373a710f531abbf81141c4.zip
FreeBSD-src-eb1a5f8de9f7ea602c373a710f531abbf81141c4.tar.gz
Move ^/user/gjb/hacking/release-embedded up one directory, and remove
^/user/gjb/hacking since this is likely to be merged to head/ soon. Sponsored by: The FreeBSD Foundation
Diffstat (limited to 'release/release.conf.sample')
-rw-r--r--release/release.conf.sample50
1 files changed, 50 insertions, 0 deletions
diff --git a/release/release.conf.sample b/release/release.conf.sample
new file mode 100644
index 0000000..870d616
--- /dev/null
+++ b/release/release.conf.sample
@@ -0,0 +1,50 @@
+#!/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=
+
+## Set when building embedded images.
+#EMBEDDEDBUILD=
+
+## Set to specify userland-specific make(1) flags that affect the
+## build chroot environment.
+#EMBEDDED_WORLD_FLAGS=""
+
OpenPOWER on IntegriCloud