diff options
author | 2012-11-02 13:23:25 -0100 | |
---|---|---|
committer | 2012-11-02 13:23:25 -0100 | |
commit | 8e43adb84b797452e8acbfe34d9772c4718e3077 (patch) | |
tree | 79dc7bcc8c4e2d9df1e1eae38ca08e0d299e69fd /config | |
parent | tools-uclibc: add configs for livecd's (diff) | |
download | releng-8e43adb84b797452e8acbfe34d9772c4718e3077.tar.gz releng-8e43adb84b797452e8acbfe34d9772c4718e3077.tar.bz2 releng-8e43adb84b797452e8acbfe34d9772c4718e3077.zip |
Put build files under /releases/distfiles as that is going to be the new mirrors source.
Diffstat (limited to 'config')
-rw-r--r-- | config/build.env | 2 |
1 files changed, 1 insertions, 1 deletions
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 |