mirror of
https://dev.iopsys.eu/bbf/bbfdm.git
synced 2025-12-09 23:34:38 +01:00
Fix branch name for micro-services
This commit is contained in:
parent
51af53e2be
commit
8c1517dab6
1 changed files with 2 additions and 2 deletions
|
|
@ -192,7 +192,7 @@ function install_netmngr_as_micro_service()
|
|||
{
|
||||
[ -d "${BBFDM_PLUGIN_DEST}/netmngr" ] && return 0
|
||||
|
||||
exec_cmd git clone -b ${BRANCH:-devel} --depth=1 -b devel https://dev.iopsys.eu/network/netmngr.git ${BBFDM_PLUGIN_DEST}/netmngr
|
||||
exec_cmd git clone -b ${BRANCH:-devel} --depth=1 https://dev.iopsys.eu/network/netmngr.git ${BBFDM_PLUGIN_DEST}/netmngr
|
||||
|
||||
exec_cmd apt install iproute2 -y
|
||||
|
||||
|
|
@ -223,7 +223,7 @@ function install_sysmngr_as_micro_service()
|
|||
{
|
||||
[ -d "${BBFDM_PLUGIN_DEST}/sysmngr" ] && return 0
|
||||
|
||||
exec_cmd git clone -b ${BRANCH:-devel} --depth=1 -b devel https://dev.iopsys.eu/system/sysmngr.git ${BBFDM_PLUGIN_DEST}/sysmngr
|
||||
exec_cmd git clone -b ${BRANCH:-devel} --depth=1 https://dev.iopsys.eu/system/sysmngr.git ${BBFDM_PLUGIN_DEST}/sysmngr
|
||||
|
||||
exec_cmd make -C ${BBFDM_PLUGIN_DEST}/sysmngr/src/ clean && \
|
||||
exec_cmd make -C ${BBFDM_PLUGIN_DEST}/sysmngr/src/ \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue