svn commit: r282794 - head/release
Glen Barber
gjb at FreeBSD.org
Tue May 12 00:55:29 UTC 2015
Author: gjb
Date: Tue May 12 00:55:28 2015
New Revision: 282794
URL: https://svnweb.freebsd.org/changeset/base/282794
Log:
Also symlink the CHECKSUM.{SHA256,MD5} files.
Sponsored by: The FreeBSD Foundation
Modified:
head/release/Makefile.mirrors
Modified: head/release/Makefile.mirrors
==============================================================================
--- head/release/Makefile.mirrors Tue May 12 00:46:32 2015 (r282793)
+++ head/release/Makefile.mirrors Tue May 12 00:55:28 2015 (r282794)
@@ -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 \
More information about the svn-src-head
mailing list