mirror of
https://git.FreeBSD.org/src.git
synced 2024-11-21 07:15:49 +00: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
@ -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 New Issue
Block a user