Fix the destination dir on skimmer.

This commit is contained in:
Jorge Manuel B. S. Vicetto (jmbsvicetto) 2013-03-27 02:47:54 +00:00
parent 7ee03e9628
commit 7e5463dea4

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