removes extra command make from openrc/joeac.net
This commit is contained in:
+1
-9
@@ -13,9 +13,8 @@ COMPOSECMD="/usr/bin/podman-compose"
|
||||
export COMPOSE_HTTP_TIMEOUT=300
|
||||
|
||||
description="Manage dockerservices defined in ${COMPOSEFILE}"
|
||||
extra_commands="configtest make"
|
||||
extra_commands="configtest"
|
||||
description_configtest="Check configuration via \"podman-compose -f ${COMPOSEFILE} config\""
|
||||
description_make="Run \"make --makefile ${MAKEFILE}\""
|
||||
|
||||
depend() {
|
||||
need localmount net podman
|
||||
@@ -36,13 +35,6 @@ configtest() {
|
||||
fi
|
||||
}
|
||||
|
||||
make() {
|
||||
configtest || return 1
|
||||
ebegin "Making ${SVCNAME}"
|
||||
make --makefile "${MAKEFILE}"
|
||||
eend $?
|
||||
}
|
||||
|
||||
start() {
|
||||
configtest || return 1
|
||||
ebegin "Starting ${SVCNAME}"
|
||||
|
||||
Reference in New Issue
Block a user