Revert the change of destionation build dir. We'll keep the builds on /release/weekly and use /release/distfiles/weekly for controlling

what is sent to the mirrors.
This commit is contained in:
Jorge Manuel B. S. Vicetto (jmbsvicetto) 2012-11-04 12:24:13 -01:00
parent 675bfe9bb2
commit b40d9b5e83

View file

@ -2,7 +2,7 @@ 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}/distfiles/weekly/${ARCH}/
BUILD_DESTDIR_BASE=${BASE_DIR}/weekly/${ARCH}/
CATALYST_CONFIG=/etc/catalyst/release/${ARCH}-${TYPE}.conf