From 6fa3110487606c17c856480265844b2008d29f63 Mon Sep 17 00:00:00 2001 From: "Suren A. Chilingaryan" Date: Fri, 25 Oct 2019 23:23:08 +0200 Subject: Fix building from scratch --- extraconf/local.conf | 5 +++++ extraconf/local.conf.disabled | 3 --- extraconf/remote.conf | 2 +- 3 files changed, 6 insertions(+), 4 deletions(-) create mode 100644 extraconf/local.conf delete mode 100644 extraconf/local.conf.disabled (limited to 'extraconf') diff --git a/extraconf/local.conf b/extraconf/local.conf new file mode 100644 index 0000000..564f184 --- /dev/null +++ b/extraconf/local.conf @@ -0,0 +1,5 @@ +FEATURES="$FEATURES distcc -buildpkg getbinpkg" +PKGDIR="/var/cache/binpkgs" +#Configure libghttpd? inside builder container? https://wiki.gentoo.org/wiki/Binary_package_guide#Web_based_binary_package_host +#PORTAGE_BINHOST="http://ipepdvcompute4.ipe.kit.edu/binpkgs/" +#PORTAGE_BINHOST="ssh://root@ipepdvcompute4.ipe.kit.edu/home/docker/volumes/binpkgs/" diff --git a/extraconf/local.conf.disabled b/extraconf/local.conf.disabled deleted file mode 100644 index c87e1fc..0000000 --- a/extraconf/local.conf.disabled +++ /dev/null @@ -1,3 +0,0 @@ -FEATURES="$FEATURES -buildpkg getbinpkg" -PKGDIR="/var/cache/binpkgs" -PORTAGE_BINHOST="http://ipepdvcompute4.ipe.kit.edu/binpkgs/" diff --git a/extraconf/remote.conf b/extraconf/remote.conf index 90fb43d..af11129 100644 --- a/extraconf/remote.conf +++ b/extraconf/remote.conf @@ -1,4 +1,4 @@ -FEATURES="$FEATURES -getbinpkg buildpkg" +FEATURES="$FEATURES -distcc -getbinpkg buildpkg" PKGDIR="/var/cache/binpkgs" USE="-driver" -- cgit v1.2.1