make: add rebase target for stable branch

This commit is contained in:
Franco Fichtner 2021-03-26 08:50:20 +01:00
parent af2736d45c
commit 4e65be31b0

View File

@ -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}"; \