Hi
Dne Wed, 4 Dec 2013 11:03:25 +0100 Michal Čihař michal@cihar.com napsal(a):
Dne Wed, 4 Dec 2013 09:11:34 +0100 Michal Čihař michal@cihar.com napsal(a):
I've also written a small script, which will check every pull request to contain Signed-off-by lines, so that pull requests without these will get build failure from Travis.
...but that does not work now due to https://github.com/travis-ci/travis-ci/issues/1719
I've found other way around to do this, so if Travis says the build is okay, it means that there are SOB lines as well. You can find which commits are missing it in the build log. You can see example here:
https://travis-ci.org/phpmyadmin/phpmyadmin/jobs/14914736#L1041