[PATCH 0/2] gitlab: minor fixes for checkpatch CI job

Daniel P. Berrangé posted 2 patches 3 years, 6 months ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20201019143537.283094-1-berrange@redhat.com
.gitlab-ci.d/check-patch.py | 8 ++++++++
scripts/checkpatch.pl       | 2 +-
2 files changed, 9 insertions(+), 1 deletion(-)
[PATCH 0/2] gitlab: minor fixes for checkpatch CI job
Posted by Daniel P. Berrangé 3 years, 6 months ago
This fixes a bogus error when pushing a branch whose content has no
delta against upstream git master.

Daniel P. Berrangé (2):
  gitlab: skip checkpatch.pl checks if no commit delta on branch
  scripts: fix error from checkpatch.pl when no commits are found

 .gitlab-ci.d/check-patch.py | 8 ++++++++
 scripts/checkpatch.pl       | 2 +-
 2 files changed, 9 insertions(+), 1 deletion(-)

-- 
2.26.2



Re: [PATCH 0/2] gitlab: minor fixes for checkpatch CI job
Posted by Alex Bennée 3 years, 6 months ago
Daniel P. Berrangé <berrange@redhat.com> writes:

> This fixes a bogus error when pushing a branch whose content has no
> delta against upstream git master.

Queued to testing/next, thanks.

>
> Daniel P. Berrangé (2):
>   gitlab: skip checkpatch.pl checks if no commit delta on branch
>   scripts: fix error from checkpatch.pl when no commits are found
>
>  .gitlab-ci.d/check-patch.py | 8 ++++++++
>  scripts/checkpatch.pl       | 2 +-
>  2 files changed, 9 insertions(+), 1 deletion(-)


-- 
Alex Bennée