Home
last modified time | relevance | path

Searched refs:required_signed_off_by_line (Results 1 - 1 of 1) sorted by relevance

/third_party/jerryscript/tools/
H A Dcheck-signed-off.sh94 required_signed_off_by_line="JerryScript-DCO-1.0-Signed-off-by: $author_name $author_email"
96 if [ "$actual_signed_off_by_line" != "$required_signed_off_by_line" ]
98 echo -e "\e[1;33mSigned-off-by message is incorrect. The following line should be at the end of the $commit_hash commit's message: '$required_signed_off_by_line'. \e[0m"
105 echo -e "\e[1;33mSigned-off-by message is incorrect. The following line should be at the end of the $commit_hash commit's message: '$required_signed_off_by_line'. \e[0m"

Completed in 1 milliseconds