mirror of
https://github.com/lucaspalomodevelop/opnsense-core.git
synced 2026-03-13 00:07:27 +00:00
pkg: exclude 21.7 tags from 20.7
This commit is contained in:
parent
a47493a259
commit
ae7bbbacee
4
Makefile
4
Makefile
@ -34,9 +34,9 @@ CORE_PYTHON?= 37
|
||||
|
||||
.if exists(${GIT}) && exists(${GITVERSION})
|
||||
. if ${CORE_ABI} == "21.1"
|
||||
CORE_COMMIT!= ${GITVERSION} --exclude=21.7.r\*
|
||||
CORE_COMMIT!= ${GITVERSION} --match=21.7\*
|
||||
. elif ${CORE_ABI} == "20.7"
|
||||
CORE_COMMIT!= ${GITVERSION} --exclude=21.1.r\*
|
||||
CORE_COMMIT!= ${GITVERSION} --match=21.1.b
|
||||
. else
|
||||
CORE_COMMIT!= ${GITVERSION}
|
||||
. endif
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user