tools/checkrelease.sh: Don't check DISCLAIMER-WIP anymore

since all license is clean up now

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
Xiang Xiao 2022-04-06 23:17:34 +08:00 committed by Alan Carvalho de Assis
parent c6942b68d5
commit 074beff551

View file

@ -103,10 +103,6 @@ function check_required_files() {
echo " - README.md file not present."
MISSING_FILE=1
fi
if [ ! -f "$RELEASE_DIR/DISCLAIMER-WIP" ]; then
echo " - DISCLAIMER-WIP file not present."
MISSING_FILE=1
fi
if [ 0 -eq $MISSING_FILE ]; then
echo " OK: all required files exist in $RELEASE_DIR."
else