diff options
author | Jorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto@gentoo.org> | 2012-09-17 01:21:32 +0000 |
---|---|---|
committer | Jorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto@gentoo.org> | 2012-09-17 01:21:57 +0000 |
commit | 40a7d8dcce1f4e215d3b32730777c3e685273747 (patch) | |
tree | 0d9f80b08b283844aef04d5264004bd3479e761c /config | |
parent | Remove unneeded stuff (diff) | |
download | releng-40a7d8dcce1f4e215d3b32730777c3e685273747.tar.gz releng-40a7d8dcce1f4e215d3b32730777c3e685273747.tar.bz2 releng-40a7d8dcce1f4e215d3b32730777c3e685273747.zip |
Update tools and config files for skimmer.
Diffstat (limited to 'config')
-rw-r--r-- | config/amd64-auto.conf | 2 | ||||
-rw-r--r-- | config/amd64-dev.env | 6 | ||||
-rw-r--r-- | config/x86-auto.conf | 2 | ||||
-rw-r--r-- | config/x86-dev.env | 4 |
4 files changed, 7 insertions, 7 deletions
diff --git a/config/amd64-auto.conf b/config/amd64-auto.conf index 503992b2..ede7ef6c 100644 --- a/config/amd64-auto.conf +++ b/config/amd64-auto.conf @@ -1,7 +1,7 @@ distdir="/usr/portage/distfiles" portdir="/release/trees/portage-auto" options="autoresume ccache kerncache pkgcache seedcache snapcache" -sharedir="/usr/lib/catalyst/" +sharedir="/usr/lib64/catalyst/" storedir="/release/buildroot/amd64-dev" envscript="/etc/catalyst/release/amd64-dev.env" hash_function="crc32" diff --git a/config/amd64-dev.env b/config/amd64-dev.env index 4d470373..baceb002 100644 --- a/config/amd64-dev.env +++ b/config/amd64-dev.env @@ -1,4 +1,4 @@ -export GENTOO_MIRRORS="http://gentoo.osuosl.org/" +#export GENTOO_MIRRORS="http://gentoo.osuosl.org/" +export GENTOO_MIRRORS="http://mirror.ovh.net/gentoo-distfiles/" export FEATURES="parallel-fetch" -export MAKEOPTS="-j3" -#export MAKEOPTS="-j8 -l2" +export MAKEOPTS="-j5 -l4" diff --git a/config/x86-auto.conf b/config/x86-auto.conf index 39430c68..d999c047 100644 --- a/config/x86-auto.conf +++ b/config/x86-auto.conf @@ -1,7 +1,7 @@ distdir="/usr/portage/distfiles" portdir="/release/trees/portage-auto" options="autoresume ccache kerncache pkgcache seedcache snapcache" -sharedir="/usr/lib/catalyst/" +sharedir="/usr/lib64/catalyst/" storedir="/release/buildroot/x86-dev" envscript="/etc/catalyst/release/x86-dev.env" hash_function="crc32" diff --git a/config/x86-dev.env b/config/x86-dev.env index 4d470373..36e89a78 100644 --- a/config/x86-dev.env +++ b/config/x86-dev.env @@ -1,4 +1,4 @@ export GENTOO_MIRRORS="http://gentoo.osuosl.org/" +export GENTOO_MIRRORS="http://mirror.ovh.net/gentoo-distfiles/" export FEATURES="parallel-fetch" -export MAKEOPTS="-j3" -#export MAKEOPTS="-j8 -l2" +export MAKEOPTS="-j5 -l4" |