From 86e79488aab3ff434c6682a9464ba2eee49158e9 Mon Sep 17 00:00:00 2001 From: Markus Heiser Date: Sun, 15 Mar 2020 17:01:36 +0100 Subject: LXC: utils/makefile.lxc (inital) add /.lxcenv.mk to contaiiners Get LXC environment when building make targets. Signed-off-by: Markus Heiser --- utils/lxc-searx.env | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'utils/lxc-searx.env') diff --git a/utils/lxc-searx.env b/utils/lxc-searx.env index b088ca792..a5ef5712c 100644 --- a/utils/lxc-searx.env +++ b/utils/lxc-searx.env @@ -32,6 +32,7 @@ lxc_set_suite_env() { export MORTY_LISTEN="0.0.0.0:3000" } +lxc_suite_install_info="suite includes searx, morty & filtron" lxc_suite_install() { ( lxc_set_suite_env @@ -46,6 +47,16 @@ lxc_suite_install() { ) } +lxc_suite_prepare_buildhost() { + ( + lxc_set_suite_env + export FORCE_TIMEOUT=0 + "${LXC_REPO_ROOT}/utils/searx.sh" install buildhost + rst_title "buildhost installation finished ($(hostname))" part + echo + ) +} + lxc_suite_info() { ( lxc_set_suite_env -- cgit v1.2.3-54-g00ecf