Index: user/gjb/thermite/master.conf =================================================================== --- user/gjb/thermite/master.conf (revision 295687) +++ user/gjb/thermite/master.conf (revision 295688) @@ -1,59 +1,62 @@ #!/bin/sh # # $FreeBSD$ # # Thermite is a pyrotechnic composition of shell script and zfs. # When executed, it generates a significant amount of heat. # This is its configuration file. use_zfs=1 emailgoesto= emailsentfrom= scriptdir="$(dirname $(realpath ${0}))" srcdir="${scriptdir}/../release" logdir="${scriptdir}/../logs" chroots="${scriptdir}/../chroots" releasesrc="head" heads="11" stables= revs="${heads} ${stables}" archs="amd64 i386 powerpc powerpc64 sparc64 armv6 aarch64" types="snap" x86_kernels="GENERIC" armv6_kernels="BEAGLEBONE CUBOX-HUMMINGBOARD GUMSTIX RPI-B RPI2 PANDABOARD WANDBOARD" kernels="${x86_kernels} GENERIC64 ${armv6_kernels}" ftpdir="/snap/ftp" zfs_root="zroot" zfs_mount="releng" zfs_parent="${zfs_root}/${zfs_mount}" __WRKDIR_PREFIX="/releng" BUILDSVNREV="rHEAD" BUILDDATE="$(date +%Y%m%d)" SVNROOT="svn://svn.FreeBSD.org/" KERNEL="GENERIC" WORLD_FLAGS="-j $(( $(( $(sysctl -n hw.ncpu) + 1 )) / 2 ))" KERNEL_FLAGS="-j $(( $(( $(sysctl -n hw.ncpu) + 1 )) / 2 ))" CHROOTBUILD_SKIP=1 SRC_UPDATE_SKIP=1 PORTS_UPDATE_SKIP=1 DOC_UPDATE_SKIP=1 unset BOARDNAME unset EMBEDDEDBUILD unset EMBEDDEDPORTS unset EMBEDDED_TARGET unset EMBEDDED_TARGET_ARCH ## Before uncommenting this, be *really* sure you know what it does. #export EVERYTHINGISFINE=1 + +## Package the base system with pkg(8). You're as evil as evil can be. +#export TURNITUPTOELEVEN=1