mirror of
https://github.com/opnsense/core.git
synced 2026-05-28 04:34:51 -04:00
Mk: previous conflicts with existing var, doh!
This commit is contained in:
parent
bf8545b285
commit
469b57f3db
2 changed files with 3 additions and 3 deletions
|
|
@ -116,4 +116,4 @@ TESTDIR?= ${.CURDIR}/src/opnsense/mvc/tests
|
|||
CORE_MAINS= master main
|
||||
CORE_MAIN?= ${CORE_MAINS:[1]}
|
||||
CORE_STABLE?= stable/${CORE_ABI}
|
||||
CORE_ORIGIN?= community
|
||||
CORE_UPSTREAM?= community
|
||||
|
|
|
|||
|
|
@ -135,8 +135,8 @@ push:
|
|||
@${GIT} checkout ${CORE_MAIN}
|
||||
|
||||
merge: ${CORE_MAIN}
|
||||
@${GIT} fetch ${CORE_ORIGIN}
|
||||
@${GIT} merge ${CORE_ORIGIN}/${CORE_MAIN}
|
||||
@${GIT} fetch ${CORE_UPSTREAM}
|
||||
@${GIT} merge ${CORE_UPSTREAM}/${CORE_MAIN}
|
||||
|
||||
checkout:
|
||||
.for DIR in ${.CURDIR}/src
|
||||
|
|
|
|||
Loading…
Reference in a new issue