mirror of
https://github.com/lucaspalomodevelop/opnsense-core.git
synced 2026-03-13 00:07:27 +00:00
make: add rebase target for stable branch
This commit is contained in:
parent
af2736d45c
commit
4e65be31b0
5
Makefile
5
Makefile
@ -462,6 +462,11 @@ stable:
|
||||
master:
|
||||
@git checkout master
|
||||
|
||||
rebase:
|
||||
@git checkout stable/${CORE_ABI}
|
||||
@git rebase -i
|
||||
@git checkout master
|
||||
|
||||
test: want-phpunit7-php${CORE_PHP}
|
||||
@if [ "$$(${PKG} query %n-%v ${CORE_NAME})" != "${CORE_NAME}-${CORE_PKGVERSION}" ]; then \
|
||||
echo "Installed version does not match, expected ${CORE_NAME}-${CORE_PKGVERSION}"; \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user