Clarify comments about license/crypto files

This commit is contained in:
Omair Majid 2022-07-27 15:06:49 -04:00
parent 81d26c572f
commit d5187598fc

View File

@ -171,13 +171,15 @@ else
rm -rf .dotnet rm -rf .dotnet
fi fi
# Remove files with funny licenses, crypto implementations and other # Remove files with funny licenses and crypto implementations and
# not-very-useful artifacts to reduce tarball size # other not-very-useful artifacts. We MUST NOT ship any files that
# have unapproved licenses and unexpected cryptographic
# implementations.
# #
# We use rm -r (no -f) to make sure the operation fails if the files are not at # We use rm -r (no -f) to make sure the operation fails if the files
# the expected locations. If the files are not at the expected location, we # are not at the expected locations. If the files are not at the
# need to find the new location of the files and delete them, or verify that # expected location, we need to find the new location of the files and
# upstream has fix them. # delete them, or verify that upstream has already removed the files.
# Binaries for gradle # Binaries for gradle
rm -r src/aspnetcore/src/SignalR/clients/java/signalr/gradle* rm -r src/aspnetcore/src/SignalR/clients/java/signalr/gradle*