Add envscript for more infra boxes.

Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
This commit is contained in:
Robin H. Johnson 2016-05-27 11:47:01 -07:00
parent bc049160cb
commit fbd9bd975a
No known key found for this signature in database
GPG key ID: 19395F23C58826C4
2 changed files with 6 additions and 0 deletions

3
config/jackdaw.env Normal file
View file

@ -0,0 +1,3 @@
export GENTOO_MIRRORS="http://mirror.ovh.net/gentoo-distfiles/"
export FEATURES="parallel-fetch preserve-libs"
export MAKEOPTS="-j4 -l4"

3
config/junco.env Normal file
View file

@ -0,0 +1,3 @@
export GENTOO_MIRRORS="http://mirror.ovh.net/gentoo-distfiles/"
export FEATURES="parallel-fetch preserve-libs"
export MAKEOPTS="-j4 -l4"