Revision 64f27203
Added by Renato Botelho almost 10 years ago
tools/builder_defaults.sh | ||
---|---|---|
95 | 95 |
export FREEBSD_REPO_BASE=${FREEBSD_REPO_BASE:-"git@git.pfmechanics.com:pfsense/freebsd-src.git"} |
96 | 96 |
export FREEBSD_BRANCH=${FREEBSD_BRANCH:-"devel"} |
97 | 97 |
export FREEBSD_PARENT_BRANCH=${FREEBSD_PARENT_BRANCH:-"stable/10"} |
98 |
export FREEBSD_SRC_DIR=${FREEBSD_SRC_DIR:-"${SCRATCHDIR}/FreeBSD-src"} |
|
98 | 99 |
|
99 | 100 |
# Product details |
100 | 101 |
export PRODUCT_NAME=${PRODUCT_NAME:-"pfSense"} |
... | ... | |
149 | 150 |
# iso staging area. |
150 | 151 |
export FINAL_CHROOT_DIR=${FINAL_CHROOT_DIR:-"${SCRATCHDIR}/final-dir"} |
151 | 152 |
|
152 |
export SRCDIR=${SRCDIR:-"/usr/${PRODUCT_NAME}src/src.${GIT_REPO_BRANCH_OR_TAG}"} |
|
153 |
|
|
154 | 153 |
# 400M is not enough for amd64 |
155 | 154 |
export MEMORYDISK_SIZE=${MEMORYDISK_SIZE:-"768M"} |
156 | 155 |
|
... | ... | |
176 | 175 |
# end of OVF |
177 | 176 |
|
178 | 177 |
# Leave this alone. |
179 |
export SRC_CONF=${SRC_CONF:-"${SRCDIR}/release/conf/${PRODUCT_NAME}_src.conf"}
|
|
180 |
export MAKE_CONF=${MAKE_CONF:-"${SRCDIR}/release/conf/${PRODUCT_NAME}_make.conf"}
|
|
178 |
export SRC_CONF=${SRC_CONF:-"${FREEBSD_SRC_DIR}/release/conf/${PRODUCT_NAME}_src.conf"}
|
|
179 |
export MAKE_CONF=${MAKE_CONF:-"${FREEBSD_SRC_DIR}/release/conf/${PRODUCT_NAME}_make.conf"}
|
|
181 | 180 |
|
182 | 181 |
# Extra tools to be added to ITOOLS |
183 | 182 |
export EXTRA_TOOLS=${EXTRA_TOOLS:-"uuencode uudecode ex"} |
Also available in: Unified diff
Rename SRCDIR to FREEBSD_SRC_DIR and change default value to SCRATCHDIR/FreeBSD-src to make build process less intrusive