]> git.apps.os.sepia.ceph.com Git - ceph-build.git/commit
ceph-pr-commits: Fix check with many-commit PRs 1128/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 11:12:16 +0000 (13:12 +0200)
commitb3be3a0b9c040f59d94dc5f9049dca52177873a2
treebe9b14f789c02b84a9f40f8d10223d54070b6877
parent1ca7cbedb43d36a32c8649baabe7e21b0d8c200b
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