Add new build.env file with the default values used by releng boxes.

This commit is contained in:
Jorge Manuel B. S. Vicetto (jmbsvicetto) 2012-10-13 04:21:08 +00:00
parent ccfa820194
commit ed23448ece

11
config/build.env Normal file
View file

@ -0,0 +1,11 @@
BASE_DIR="/release"
REPO_DIR="/release/releng"
TMP_PATH="/release/tmp/run"
BUILD_SRCDIR_BASE=${BASE_DIR}/buildroot/${ARCH}-dev/builds/
BUILD_DESTDIR_BASE=${BASE_DIR}/weekly/${ARCH}/
CATALYST_CONFIG=/etc/catalyst/release/${ARCH}-${TYPE}.conf
EMAIL_SUBJECT_PREPEND="[${ARCH}-${TYPE}]"
EMAIL_TO=releng@gentoo.org,gentoo-releng-autobuilds@lists.gentoo.org
EMAIL_FROM=catalyst@$(hostname -f)