From 8e43adb84b797452e8acbfe34d9772c4718e3077 Mon Sep 17 00:00:00 2001 From: "Jorge Manuel B. S. Vicetto (jmbsvicetto)" Date: Fri, 2 Nov 2012 13:23:25 -0100 Subject: [PATCH] Put build files under /releases/distfiles as that is going to be the new mirrors source. --- config/build.env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/build.env b/config/build.env index 94cbf7f9..d1946d3c 100644 --- a/config/build.env +++ b/config/build.env @@ -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}/distfiles/weekly/${ARCH}/ CATALYST_CONFIG=/etc/catalyst/release/${ARCH}-${TYPE}.conf