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 2E7251381F1 for ; Fri, 27 May 2016 20:59:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5A7F021C039; Fri, 27 May 2016 20:59:50 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0268D21C039 for ; Fri, 27 May 2016 20:59:49 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0F579340A99 for ; Fri, 27 May 2016 20:59:49 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 98ACB342 for ; Fri, 27 May 2016 20:59:46 +0000 (UTC) From: "Robin H. Johnson" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Robin H. Johnson" Message-ID: <1464382779.b33c6d98bed347be0b005a721e6d65e3ad503ab0.robbat2@gentoo> Subject: [gentoo-commits] proj/releng:master commit in: config/ X-VCS-Repository: proj/releng X-VCS-Files: config/jackdaw.env config/junco.env X-VCS-Directories: config/ X-VCS-Committer: robbat2 X-VCS-Committer-Name: Robin H. Johnson X-VCS-Revision: b33c6d98bed347be0b005a721e6d65e3ad503ab0 X-VCS-Branch: master Date: Fri, 27 May 2016 20:59:46 +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: cc3cc269-3de8-4d8e-9fd4-84b0316dea5c X-Archives-Hash: cb85e9f09f1a9672e55d4852279a2e95 commit: b33c6d98bed347be0b005a721e6d65e3ad503ab0 Author: Robin H. Johnson gentoo org> AuthorDate: Fri May 27 20:59:39 2016 +0000 Commit: Robin H. Johnson gentoo org> CommitDate: Fri May 27 20:59:39 2016 +0000 URL: https://gitweb.gentoo.org/proj/releng.git/commit/?id=b33c6d98 infra hosts: tweak build options. Signed-off-by: Robin H. Johnson gentoo.org> config/jackdaw.env | 4 ++-- config/junco.env | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/config/jackdaw.env b/config/jackdaw.env index 287e1d0..38bab64 100644 --- a/config/jackdaw.env +++ b/config/jackdaw.env @@ -1,3 +1,3 @@ export GENTOO_MIRRORS="http://mirror.ovh.net/gentoo-distfiles/" -export FEATURES="parallel-fetch preserve-libs" -export MAKEOPTS="-j4 -l4" +export FEATURES="parallel-fetch preserve-libs -collision-protect protect-owned" +export MAKEOPTS="-j7 -l7" diff --git a/config/junco.env b/config/junco.env index 287e1d0..38bab64 100644 --- a/config/junco.env +++ b/config/junco.env @@ -1,3 +1,3 @@ export GENTOO_MIRRORS="http://mirror.ovh.net/gentoo-distfiles/" -export FEATURES="parallel-fetch preserve-libs" -export MAKEOPTS="-j4 -l4" +export FEATURES="parallel-fetch preserve-libs -collision-protect protect-owned" +export MAKEOPTS="-j7 -l7"