commit: fbd9bd975a59ee6dedf26553f403a49393c339b3 Author: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org> AuthorDate: Fri May 27 18:47:01 2016 +0000 Commit: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org> CommitDate: Fri May 27 18:47:18 2016 +0000 URL: https://gitweb.gentoo.org/proj/releng.git/commit/?id=fbd9bd97
Add envscript for more infra boxes. Signed-off-by: Robin H. Johnson <robbat2 <AT> gentoo.org> config/jackdaw.env | 3 +++ config/junco.env | 3 +++ 2 files changed, 6 insertions(+) diff --git a/config/jackdaw.env b/config/jackdaw.env new file mode 100644 index 0000000..287e1d0 --- /dev/null +++ b/config/jackdaw.env @@ -0,0 +1,3 @@ +export GENTOO_MIRRORS="http://mirror.ovh.net/gentoo-distfiles/" +export FEATURES="parallel-fetch preserve-libs" +export MAKEOPTS="-j4 -l4" diff --git a/config/junco.env b/config/junco.env new file mode 100644 index 0000000..287e1d0 --- /dev/null +++ b/config/junco.env @@ -0,0 +1,3 @@ +export GENTOO_MIRRORS="http://mirror.ovh.net/gentoo-distfiles/" +export FEATURES="parallel-fetch preserve-libs" +export MAKEOPTS="-j4 -l4"
