summaryrefslogtreecommitdiff
path: root/conf/intel
diff options
context:
space:
mode:
authorV3n3RiX <venerix@rogentos.ro>2016-10-02 11:36:30 +0100
committerV3n3RiX <venerix@rogentos.ro>2016-10-02 11:36:30 +0100
commitc21f7c40ab04696e93363a2dd894a9ace76ed47e (patch)
tree664709cfa06f3f167b0370cc56159f85ac3ae4ed /conf/intel
parentf9c6be8bbbd7745952200ecbf7a5f8a9eca0348d (diff)
enable binhost in devmode, split binhost.conf from make.conf, enable getbinpkg in devmode to avoid building ALL required deps
Diffstat (limited to 'conf/intel')
-rw-r--r--conf/intel/portage/binhost.conf4
-rw-r--r--conf/intel/portage/make.conf.amd64-devel2
-rw-r--r--conf/intel/portage/make.conf.amd64-user2
3 files changed, 7 insertions, 1 deletions
diff --git a/conf/intel/portage/binhost.conf b/conf/intel/portage/binhost.conf
new file mode 100644
index 0000000..212f128
--- /dev/null
+++ b/conf/intel/portage/binhost.conf
@@ -0,0 +1,4 @@
+# Kogaion main repository
+PORTAGE_BINHOST="http://pkg.rogentos.ro/binhost/x64/"
+# Kogaion testing repository (restricted, use only if you have access)
+# PORTAGE_BINHOST="http://kogaionlinux.eu/binhost/x64"
diff --git a/conf/intel/portage/make.conf.amd64-devel b/conf/intel/portage/make.conf.amd64-devel
index a408ed3..a5ae74a 100644
--- a/conf/intel/portage/make.conf.amd64-devel
+++ b/conf/intel/portage/make.conf.amd64-devel
@@ -7,6 +7,7 @@ MAKEOPTS="-j8 -s"
## PORTAGE FEATURES ##
FEATURES="parallel-fetch protect-owned candy buildpkg compressdebug splitdebug"
+EMERGE_DEFAULT_OPTS="${EMERGE_DEFAULT_OPTS} --getbinpkg --rebuilt-binaries"
## SYSTEM LANGUAGES ##
LINGUAS="en en_US en_GB uk ro_RO ro"
@@ -67,3 +68,4 @@ INSTALL_MASK="/etc/init.d
/etc/runlevels"
source /var/lib/layman/make.conf
+source /etc/portage/binhost.conf
diff --git a/conf/intel/portage/make.conf.amd64-user b/conf/intel/portage/make.conf.amd64-user
index f839150..b0e321d 100644
--- a/conf/intel/portage/make.conf.amd64-user
+++ b/conf/intel/portage/make.conf.amd64-user
@@ -8,7 +8,6 @@ MAKEOPTS="-j8 -s"
## PORTAGE FEATURES ##
FEATURES="parallel-fetch protect-owned candy compressdebug splitdebug"
EMERGE_DEFAULT_OPTS="${EMERGE_DEFAULT_OPTS} --getbinpkgonly --rebuilt-binaries"
-PORTAGE_BINHOST="http://pkg.rogentos.ro/binhost/x64/"
## SYSTEM LANGUAGES ##
LINGUAS="en en_US en_GB uk ro_RO ro"
@@ -69,3 +68,4 @@ INSTALL_MASK="/etc/init.d
/etc/runlevels"
source /var/lib/layman/make.conf
+source /etc/portage/binhost.conf