build,travis: allow '/' in the start of the commit

Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
This commit is contained in:
Etienne Champetier 2017-07-25 10:43:56 -07:00
parent 0ec29f082d
commit af076a65c0
1 changed files with 1 additions and 1 deletions

View File

@ -121,7 +121,7 @@ test_commits() {
fi
subject="$(git show -s --format=%s $commit)"
if echo "$subject" | grep -q '^[0-9A-Za-z,-]\+: '; then
if echo "$subject" | grep -q '^[0-9A-Za-z,/-]\+: '; then
echo_green "Commit subject line seems ok ($subject)"
else
echo_red "Commit subject line MUST start with '<package name>: ' ($subject)"