diff options
author | Jorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto@gentoo.org> | 2012-11-04 12:24:13 -0100 |
---|---|---|
committer | Jorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto@gentoo.org> | 2012-11-04 12:24:13 -0100 |
commit | b40d9b5e83377b91fb8d742c72b9f2700ce214b9 (patch) | |
tree | d35ef26eb6ab589c99dfa10652600080b9790dac /config | |
parent | Update locations of source builds and destination dirs for distfile mirroring. (diff) | |
download | releng-b40d9b5e83377b91fb8d742c72b9f2700ce214b9.tar.gz releng-b40d9b5e83377b91fb8d742c72b9f2700ce214b9.tar.bz2 releng-b40d9b5e83377b91fb8d742c72b9f2700ce214b9.zip |
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.
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 d1946d3c..94cbf7f9 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}/distfiles/weekly/${ARCH}/ +BUILD_DESTDIR_BASE=${BASE_DIR}/weekly/${ARCH}/ CATALYST_CONFIG=/etc/catalyst/release/${ARCH}-${TYPE}.conf |