From 442699acb0ee4d7a8b11ab55889ce03a52e13d51 Mon Sep 17 00:00:00 2001 From: Albert Hopkins Date: Wed, 5 Dec 2018 17:08:50 -0800 Subject: [PATCH] appliances: make.conf: add PYTHON_SINGLE_TARGET where needed Evidentally it's not set in the Gentoo profile. --- appliances/elasticsearch/make.conf | 1 + appliances/jenkins/make.conf | 1 + appliances/vabuilder/make.conf | 1 + 3 files changed, 3 insertions(+) create mode 100644 appliances/elasticsearch/make.conf diff --git a/appliances/elasticsearch/make.conf b/appliances/elasticsearch/make.conf new file mode 100644 index 0000000..6323718 --- /dev/null +++ b/appliances/elasticsearch/make.conf @@ -0,0 +1 @@ +PYTHON_SINGLE_TARGET=python3_6 diff --git a/appliances/jenkins/make.conf b/appliances/jenkins/make.conf index 33d8b2d..092e0cd 100644 --- a/appliances/jenkins/make.conf +++ b/appliances/jenkins/make.conf @@ -1,2 +1,3 @@ # Settings for TeamPlayer NGINX_MODULES_HTTP="auth_basic gzip proxy referer rewrite headers_more uwsgi" +PYTHON_SINGLE_TARGET=python3_6 diff --git a/appliances/vabuilder/make.conf b/appliances/vabuilder/make.conf index b6c22f7..1b42503 100644 --- a/appliances/vabuilder/make.conf +++ b/appliances/vabuilder/make.conf @@ -1 +1,2 @@ +PYTHON_SINGLE_TARGET=python3_6 NGINX_MODULES_HTTP="auth_basic fancyindex gzip proxy referer rewrite headers_more uwsgi"