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:
parent
35dfc644f5
commit
1da17fb7be
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user