Commit Graph

4 Commits

Author SHA1 Message Date
Vincent Batts 5a654b9492 .tools: cleanup the commit entry
Accomplishing the same access to the commit entry, with more readable
code.

Reported-by: Lai Jiangshan <jiangshanlai@gmail.com>
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
2015-09-10 10:47:05 -04:00
Vincent Batts 041eb73d2e travis: fix DCO validation for merges
merged PRs do not have DCO, so do not check for them

Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
2015-09-10 10:45:34 -04:00
Lai Jiangshan 92a7451023 Change commiter to committer
"commiter" is typo.

:%s/Commiter/Committer/g
:%s/commiter/committer/g

And do gofmt

Signed-off-by: Lai Jiangshan <jiangshanlai@gmail.com>
2015-09-10 20:42:51 +08:00
Vincent Batts 8b55acffb6 .tools: repo validation tool
Initially only a DCO validation for travis, but is set up for further
validation on commits as well.

https://github.com/opencontainers/specs/issues/90

Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
2015-09-09 18:17:01 -04:00