Gentoo Archives: gentoo-commits

From: "Robin H. Johnson" <robbat2@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/releng:master commit in: config/
Date: Fri, 27 May 2016 18:47:29
Message-Id: 1464374838.fbd9bd975a59ee6dedf26553f403a49393c339b3.robbat2@gentoo
1 commit: fbd9bd975a59ee6dedf26553f403a49393c339b3
2 Author: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
3 AuthorDate: Fri May 27 18:47:01 2016 +0000
4 Commit: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
5 CommitDate: Fri May 27 18:47:18 2016 +0000
6 URL: https://gitweb.gentoo.org/proj/releng.git/commit/?id=fbd9bd97
7
8 Add envscript for more infra boxes.
9
10 Signed-off-by: Robin H. Johnson <robbat2 <AT> gentoo.org>
11
12 config/jackdaw.env | 3 +++
13 config/junco.env | 3 +++
14 2 files changed, 6 insertions(+)
15
16 diff --git a/config/jackdaw.env b/config/jackdaw.env
17 new file mode 100644
18 index 0000000..287e1d0
19 --- /dev/null
20 +++ b/config/jackdaw.env
21 @@ -0,0 +1,3 @@
22 +export GENTOO_MIRRORS="http://mirror.ovh.net/gentoo-distfiles/"
23 +export FEATURES="parallel-fetch preserve-libs"
24 +export MAKEOPTS="-j4 -l4"
25
26 diff --git a/config/junco.env b/config/junco.env
27 new file mode 100644
28 index 0000000..287e1d0
29 --- /dev/null
30 +++ b/config/junco.env
31 @@ -0,0 +1,3 @@
32 +export GENTOO_MIRRORS="http://mirror.ovh.net/gentoo-distfiles/"
33 +export FEATURES="parallel-fetch preserve-libs"
34 +export MAKEOPTS="-j4 -l4"