Ensure the local MANIFEST is always used when verifying remote

distribution sets.

MFC after:	immediately
Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Glen Barber 2015-08-04 13:40:26 +00:00
parent 35dfc644f5
commit 1da17fb7be
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=286285

View File

@ -284,7 +284,7 @@ if [ ! -z "$FETCH_DISTRIBUTIONS" ]; then
DISTDIR_IS_UNIONFS=1
mount_nullfs -o union "$BSDINSTALL_FETCHDEST" "$BSDINSTALL_DISTDIR"
else
export DISTRIBUTIONS="MANIFEST $ALL_DISTRIBUTIONS"
export DISTRIBUTIONS="$ALL_DISTRIBUTIONS"
export BSDINSTALL_DISTDIR="$BSDINSTALL_FETCHDEST"
fi