rpm-ostree/ci
Jonathan Lebon fc5825a8f9 ci-commitmessage-submodules: Ignore empty merge commits
Jenkins does its own `git merge` when testing PRs. Doing a naive
`git diff ${merge_commit}^..${merge_commit}` won't work right because
it might perform a diff across multiple commits.

What we want to do here is to just skip trivial merge commits or
otherwise error out on them if they're non-trivial (since it likely
means that one did conflict resolution manually instead of rebasing,
which we should encourage).

The `origin/master..$HEAD` range will correctly still contain all the
parents of any merge commit which is not yet in `origin/master`.
2020-05-07 22:21:16 +02:00
..
prow ci/prow: Use cosa buildroot 2019-10-02 08:16:10 -07:00
build-check.sh rust: rustfmt(*) and (re)add a CI check for it 2020-04-08 02:52:30 +02:00
build.sh ci: Build the whole tree, not just rust bits 2019-03-07 21:57:08 +00:00
ci-commitmessage-submodules.sh ci-commitmessage-submodules: Ignore empty merge commits 2020-05-07 22:21:16 +02:00
codestyle.sh rust: rustfmt(*) and (re)add a CI check for it 2020-04-08 02:52:30 +02:00
cosa-build.sh ci: More fixes for cosa build 2019-08-24 00:35:44 +00:00
installdeps.sh ci: drop FAHC repo in favour of f31-coreos-continuous 2020-03-13 23:13:44 +01:00
libbuild.sh ci/installdeps: Only builddep from spec file 2020-02-25 16:48:15 +01:00
msrv.sh ci: Move cargo test into ci/msrv.sh 2020-02-25 16:48:15 +01:00
vmcheck-provision.sh tests/vmcheck: Fully drop python 3 requirement 2019-06-10 15:36:06 +00:00