From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id E0A20138010 for ; Sat, 13 Oct 2012 04:23:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DA437E0552; Sat, 13 Oct 2012 04:23:36 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 5F565E0552 for ; Sat, 13 Oct 2012 04:23:36 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B4BC833DA14 for ; Sat, 13 Oct 2012 04:23:35 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 501C8E5436 for ; Sat, 13 Oct 2012 04:23:34 +0000 (UTC) From: "Jorge Manuel B. S. Vicetto" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jorge Manuel B. S. Vicetto" Message-ID: <1350102068.ed23448ece5d80f5899a1e438189170d8212f8fa.jmbsvicetto@gentoo> Subject: [gentoo-commits] proj/releng:master commit in: config/ X-VCS-Repository: proj/releng X-VCS-Files: config/build.env X-VCS-Directories: config/ X-VCS-Committer: jmbsvicetto X-VCS-Committer-Name: Jorge Manuel B. S. Vicetto X-VCS-Revision: ed23448ece5d80f5899a1e438189170d8212f8fa X-VCS-Branch: master Date: Sat, 13 Oct 2012 04:23:34 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 09f8d56b-f982-4f78-bf2f-227efcabe01d X-Archives-Hash: db824b21cbe3c3621b9102200f8c3920 commit: ed23448ece5d80f5899a1e438189170d8212f8fa Author: Jorge Manuel B. S. Vicetto (jmbsvicetto) gentoo org> AuthorDate: Sat Oct 13 04:21:08 2012 +0000 Commit: Jorge Manuel B. S. Vicetto gentoo org> CommitDate: Sat Oct 13 04:21:08 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/releng.git;a=commit;h=ed23448e Add new build.env file with the default values used by releng boxes. --- config/build.env | 11 +++++++++++ 1 files changed, 11 insertions(+), 0 deletions(-) diff --git a/config/build.env b/config/build.env new file mode 100644 index 0000000..94cbf7f --- /dev/null +++ b/config/build.env @@ -0,0 +1,11 @@ +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}/ + +CATALYST_CONFIG=/etc/catalyst/release/${ARCH}-${TYPE}.conf + +EMAIL_SUBJECT_PREPEND="[${ARCH}-${TYPE}]" +EMAIL_TO=releng@gentoo.org,gentoo-releng-autobuilds@lists.gentoo.org +EMAIL_FROM=catalyst@$(hostname -f)