Also symlink the CHECKSUM.{SHA256,MD5} files.

Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Glen Barber 2015-05-12 00:55:28 +00:00
parent 32ade9ef5a
commit dc5c69bdd1
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=282794

View File

@ -91,6 +91,9 @@ iso-images-stage:
. endif
cd ${ISO_DIR} && ${CHECKSUM:tl} ${OSRELEASE}* > \
CHECKSUM.${CHECKSUM}-${REVISION}-${BRANCH}-${SNAP_SUFFIX}
cd ${ISO_DIR} && \
ln -s \
../../${TARGET}/${TARGET_ARCH}/${CHECKSUM}-${REVISION}-${BRANCH}-${SNAP_SUFFIX}
. endfor
.else # !snapshot
cd ${TLD}/ISO-IMAGES/${REVISION} && ln -s \