[libvirt PATCH 0/2] ci: Some minor adjustments

Andrea Bolognani posted 2 patches 2 years, 7 months ago
Test syntax-check failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/20210910135955.62046-1-abologna@redhat.com
ci/README.rst | 22 ++++++++++++++++++++++
ci/util.py    |  3 ++-
2 files changed, 24 insertions(+), 1 deletion(-)
[libvirt PATCH 0/2] ci: Some minor adjustments
Posted by Andrea Bolognani 2 years, 7 months ago
After recent changes.

Andrea Bolognani (2):
  ci: Restore information about Coverity integration
  ci: Avoid use of magic constants

 ci/README.rst | 22 ++++++++++++++++++++++
 ci/util.py    |  3 ++-
 2 files changed, 24 insertions(+), 1 deletion(-)

-- 
2.31.1


Re: [libvirt PATCH 0/2] ci: Some minor adjustments
Posted by Michal Prívozník 2 years, 7 months ago
On 9/10/21 3:59 PM, Andrea Bolognani wrote:
> After recent changes.
> 
> Andrea Bolognani (2):
>   ci: Restore information about Coverity integration
>   ci: Avoid use of magic constants
> 
>  ci/README.rst | 22 ++++++++++++++++++++++
>  ci/util.py    |  3 ++-
>  2 files changed, 24 insertions(+), 1 deletion(-)
> 

Reviewed-by: Michal Privoznik <mprivozn@redhat.com>

Michal