mirror of
https://github.com/opnsense/src.git
synced 2026-06-04 22:32:43 -04:00
release: Remove empty suffix from file names
For "release" builds (as opposed to "snapshot" builds -- in this
context BETAs and RCs are "releases") ${SNAP_SUFFIX} is empty; but it
stuck into some ociimages filenames via a copy-and-paste error.
The final filenames on the download mirrors were not affected, so
this does not need to be merged to releng/14.2.
MFC after: 3 days
Sponsored by: Amazon
This commit is contained in:
parent
1bfc84289e
commit
d54fdd1663
1 changed files with 2 additions and 2 deletions
|
|
@ -360,8 +360,8 @@ oci-images-stage:
|
|||
. endfor
|
||||
. for CHECKSUM in ${CHECKSUM_FILES}
|
||||
cd ${RELEASEDIR}/ociimages && \
|
||||
${CHECKSUM:tl} ${OSRELEASE}* > CHECKSUM.${CHECKSUM}-${SNAP_SUFFIX}
|
||||
cp -p ${RELEASEDIR}/ociimages/CHECKSUM.${CHECKSUM}-${SNAP_SUFFIX} \
|
||||
${CHECKSUM:tl} ${OSRELEASE}* > CHECKSUM.${CHECKSUM}
|
||||
cp -p ${RELEASEDIR}/ociimages/CHECKSUM.${CHECKSUM} \
|
||||
${OCI_DIR}/Latest/CHECKSUM.${CHECKSUM}
|
||||
. endfor
|
||||
.endif
|
||||
|
|
|
|||
Loading…
Reference in a new issue