X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=tools%2Flicense_scan.sh;fp=tools%2Flicense_scan.sh;h=2c5fb4a77c26ac10a1b068a1d611644d500183b3;hb=7273dfbd2fc018915a5f68baf52dbfe86a8e0acb;hp=f7a4ab7ed974259713480f9d3e98fe7233c51d9f;hpb=16a96f533dd64b08cdd980eef13d3f982c99f19e;p=osm%2Fdevops.git diff --git a/tools/license_scan.sh b/tools/license_scan.sh index f7a4ab7e..2c5fb4a7 100755 --- a/tools/license_scan.sh +++ b/tools/license_scan.sh @@ -17,7 +17,8 @@ # Change log: # 1. Bug 722 : Jayant Madavi : JM00553988@techmahindra.com : Enhancement to use new fossology server. Had to change the variable name at # couple of places, while scanning the variable name was adding curl as a license. -# 2. +# 2. Bug 542 : Jayant Madavi, Mrityunjay Yadav : JM00553988@techmahindra.com : 24-jul-2019 : Enhancement to raise exit in case files modified or added does # not contain license. +# 3. echo GERRIT BRANCH is $GERRIT_BRANCH dpkg -l wget &>/dev/null ||sudo apt-get install -y wget @@ -74,7 +75,8 @@ if [ $other -gt 0 ]; then fi if [ $nolicense -gt 0 ]; then - echo "WARNING: Unlicensed files found" + echo "FATAL: Unlicensed files found" + exit 2 fi exit 0