Gentoo Archives: gentoo-commits

From: "Jorge Manuel B. S. Vicetto" <jmbsvicetto@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/releng:master commit in: config/
Date: Fri, 02 Nov 2012 14:25:51
Message-Id: 1351866205.8e43adb84b797452e8acbfe34d9772c4718e3077.jmbsvicetto@gentoo
1 commit: 8e43adb84b797452e8acbfe34d9772c4718e3077
2 Author: Jorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto <AT> gentoo <DOT> org>
3 AuthorDate: Fri Nov 2 14:23:25 2012 +0000
4 Commit: Jorge Manuel B. S. Vicetto <jmbsvicetto <AT> gentoo <DOT> org>
5 CommitDate: Fri Nov 2 14:23:25 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/releng.git;a=commit;h=8e43adb8
7
8 Put build files under /releases/distfiles as that is going to be the new mirrors source.
9
10 ---
11 config/build.env | 2 +-
12 1 files changed, 1 insertions(+), 1 deletions(-)
13
14 diff --git a/config/build.env b/config/build.env
15 index 94cbf7f..d1946d3 100644
16 --- a/config/build.env
17 +++ b/config/build.env
18 @@ -2,7 +2,7 @@ BASE_DIR="/release"
19 REPO_DIR="/release/releng"
20 TMP_PATH="/release/tmp/run"
21 BUILD_SRCDIR_BASE=${BASE_DIR}/buildroot/${ARCH}-dev/builds/
22 -BUILD_DESTDIR_BASE=${BASE_DIR}/weekly/${ARCH}/
23 +BUILD_DESTDIR_BASE=${BASE_DIR}/distfiles/weekly/${ARCH}/
24
25 CATALYST_CONFIG=/etc/catalyst/release/${ARCH}-${TYPE}.conf