mirror of
https://github.com/opnsense/src.git
synced 2026-06-14 19:20:18 -04:00
release: Pass PKG_INSTALL_EPOCH (take 2)
We need to pass this to cloudware builds, not just VM builds.
MFC after: 4 days
Fixes: 81ca663642 ("release: Pass PKG_INSTALL_EPOCH to vmimage.subr")
Sponsored by: Amazon
This commit is contained in:
parent
eef0c78e43
commit
d14036ea42
1 changed files with 1 additions and 0 deletions
|
|
@ -138,6 +138,7 @@ cw-${_CW:tl}-${_FS}-${_FMT}: ${QEMUTGT}
|
|||
EC2BASEIMG=${.OBJDIR}/${EC2-BASE${_FS:tu}${_FMT:tu}IMAGE} \
|
||||
${WITHOUT_QEMU:DWITHOUT_QEMU=true} \
|
||||
${NO_ROOT:DNO_ROOT=true} \
|
||||
PKG_INSTALL_EPOCH=${PKG_INSTALL_EPOCH:U${GITEPOCH}} \
|
||||
${.CURDIR}/scripts/mk-vmimage.sh \
|
||||
-C ${.CURDIR}/tools/vmimage.subr -d ${.OBJDIR}/${.TARGET} \
|
||||
-F ${"${_CW:MEC2-BUILDER}" != "":?ufs:${_FS}} \
|
||||
|
|
|
|||
Loading…
Reference in a new issue