From: Paul Spooren Date: Tue, 25 Jul 2017 17:17:44 +0000 (+0200) Subject: build,travis: allow dash in package name X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=bd8b66ec168213573a03df1d69ee4746dc12ac65;p=openwrt-packages.git build,travis: allow dash in package name Signed-off-by: Paul Spooren --- diff --git a/.travis_do.sh b/.travis_do.sh index 5a7a086e0..52570fc25 100755 --- a/.travis_do.sh +++ b/.travis_do.sh @@ -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 ': ' ($subject)"