mirror of
https://github.com/searxng/searxng.git
synced 2025-09-10 20:28:25 +02:00
LXC: utils/makefile.lxc (inital) add /.lxcenv.mk to contaiiners
Get LXC environment when building make targets. Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
This commit is contained in:
parent
26b85659c0
commit
86e79488aa
7 changed files with 99 additions and 43 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue