]> git.apps.os.sepia.ceph.com Git - ceph-build.git/commit
ceph-pr-commits: Fix check with many-commit PRs 1130/head
authorErnesto Puerta <epuertat@redhat.com>
Thu, 13 Sep 2018 13:12:09 +0000 (15:12 +0200)
committerErnesto Puerta <epuertat@redhat.com>
Wed, 19 Sep 2018 20:13:19 +0000 (22:13 +0200)
commit1aeba886387a272a916b35810aca67c3e8616bf1
tree2df08534e321a79b844da8d17a83cd541f37bdf8
parent92a9556d0f4de901e0d99ccfc89b968404a86d66
ceph-pr-commits: Fix check with many-commit PRs

Relevant changes:
- All non-compliant commits are reported (previously, only the first
    wrong one was reported, stopping further processing).
- Signed-off-by regex put in place to check for
    <something@somewhere.tld> (including lt and gt symbols). This rule
    could be relaxed, as some commits in the past were sent without
    the enclosing <...>
- `extract_sha` function has been removed

Fixes: http://tracker.ceph.com/issues/36082
Signed-off-by: Ernesto Puerta <epuertat@redhat.com>
ceph-pr-commits/build/test_commits.py