mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
plugins: tweak previous
This commit is contained in:
+3
-2
@@ -48,7 +48,8 @@ PLUGIN_ABI?= ${_PLUGIN_ABI}
|
||||
PLUGIN_ABI?= 24.7
|
||||
.endif
|
||||
|
||||
PLUGIN_MAIN?= master
|
||||
PLUGIN_MAINS= master main
|
||||
PLUGIN_MAIN?= ${PLUGIN_MAINS:[1]}
|
||||
PLUGIN_STABLE?= stable/${PLUGIN_ABI}
|
||||
|
||||
PHPBIN= ${LOCALBASE}/bin/php
|
||||
@@ -144,7 +145,7 @@ mfc: ensure-stable
|
||||
stable:
|
||||
@git checkout ${PLUGIN_STABLE}
|
||||
|
||||
devel main ${PLUGIN_MAIN}:
|
||||
${PLUGIN_MAINS}:
|
||||
@git checkout ${PLUGIN_MAIN}
|
||||
|
||||
rebase:
|
||||
|
||||
Reference in New Issue
Block a user