[PATCH 0/3] meson: Misc tweaks

Michal Privoznik posted 3 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/cover.1631614480.git.mprivozn@redhat.com
meson.build             | 24 +++++-----
src/util/virfirewall.c  |  8 ++--
src/util/virnetdevip.c  | 14 +++---
tests/virfirewalltest.c | 98 ++++++++++++++++++++---------------------
4 files changed, 71 insertions(+), 73 deletions(-)
[PATCH 0/3] meson: Misc tweaks
Posted by Michal Privoznik 2 years, 7 months ago
Pipeline: https://gitlab.com/MichalPrivoznik/libvirt/-/pipelines/370312403

Michal Prívozník (3):
  lib: Use $PROG instead of $PROG_PATH
  meson: Don't set $PROG_PATH macros
  meson: Enable ZFS storage backend more often

 meson.build             | 24 +++++-----
 src/util/virfirewall.c  |  8 ++--
 src/util/virnetdevip.c  | 14 +++---
 tests/virfirewalltest.c | 98 ++++++++++++++++++++---------------------
 4 files changed, 71 insertions(+), 73 deletions(-)

-- 
2.32.0

Re: [PATCH 0/3] meson: Misc tweaks
Posted by Ján Tomko 2 years, 7 months ago
On a Tuesday in 2021, Michal Privoznik wrote:
>Pipeline: https://gitlab.com/MichalPrivoznik/libvirt/-/pipelines/370312403
>
>Michal Prívozník (3):
>  lib: Use $PROG instead of $PROG_PATH
>  meson: Don't set $PROG_PATH macros
>  meson: Enable ZFS storage backend more often
>
> meson.build             | 24 +++++-----
> src/util/virfirewall.c  |  8 ++--
> src/util/virnetdevip.c  | 14 +++---
> tests/virfirewalltest.c | 98 ++++++++++++++++++++---------------------
> 4 files changed, 71 insertions(+), 73 deletions(-)
>

Reviewed-by: Ján Tomko <jtomko@redhat.com>

Jano