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: Wed, 27 Mar 2013 02:48:37
Message-Id: 1364352503.7e5463dea4da90390695d8d245b16bf602843212.jmbsvicetto@gentoo
1 commit: 7e5463dea4da90390695d8d245b16bf602843212
2 Author: Jorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto <AT> gentoo <DOT> org>
3 AuthorDate: Wed Mar 27 02:47:54 2013 +0000
4 Commit: Jorge Manuel B. S. Vicetto <jmbsvicetto <AT> gentoo <DOT> org>
5 CommitDate: Wed Mar 27 02:48:23 2013 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/releng.git;a=commit;h=7e5463de
7
8 Fix the destination dir on skimmer.
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..72c68dc 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}/weekly/builds/${ARCH}/
24
25 CATALYST_CONFIG=/etc/catalyst/release/${ARCH}-${TYPE}.conf