Update config files. Add a config file for skimmer and allow the auto files to import a config file per host

by reading from /etc/catalyst/local.
This commit is contained in:
Jorge Manuel B. S. Vicetto (jmbsvicetto) 2012-10-13 13:18:29 +00:00
parent ed23448ece
commit c910463c2b
4 changed files with 4 additions and 7 deletions

3
config/skimmer.env Normal file
View file

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