HBSD: Enable production mode in the update archive build tool

Signed-off-by:	Shawn Webb <shawn.webb@hardenedbsd.org>
github-issue:	#171
Sponsored-by:	G2, Inc
This commit is contained in:
Shawn Webb 2015-12-31 14:50:59 -05:00
parent 3287452cb5
commit 6ac81c40a1
No known key found for this signature in database
GPG Key ID: 6A84658F52456EEE

View File

@ -53,8 +53,8 @@ setup_environment() {
OUTPUTDIR="/builds/updater/output"
CHROOTDIR="/builds/updater/chroot"
LOGDIR="/builds/updater/logs"
FULLCLEAN="no"
DEVMODE="yes" # set to empty instead of "no"
FULLCLEAN="yes"
DEVMODE="" # set to empty instead of "no"
SRCCONFPATH=""
DEBUGBUILD=""
USE_EXISTING=0