Yaniv Bronhaim has uploaded a new change for review. Change subject: fix flag in contrib script ......................................................................
fix flag in contrib script Change-Id: I38e2b213fd1eace584bdb0705303560edb8c4a4e Signed-off-by: Yaniv Bronhaim <[email protected]> --- M contrib/koji_build.sh M contrib/rhev_build.sh 2 files changed, 2 insertions(+), 2 deletions(-) git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/82/61082/1 diff --git a/contrib/koji_build.sh b/contrib/koji_build.sh index e94c35b..11efa36 100755 --- a/contrib/koji_build.sh +++ b/contrib/koji_build.sh @@ -6,7 +6,7 @@ --system \ --disable-ovirt-imageio \ --disable-ovirt-vmconsole \ - --enable-vhostmd-hook \ + --enable-vhostmd \ --enable-hooks make srpm diff --git a/contrib/rhev_build.sh b/contrib/rhev_build.sh index ca4bd3a..c80f5f8 100755 --- a/contrib/rhev_build.sh +++ b/contrib/rhev_build.sh @@ -9,7 +9,7 @@ --with-qemu-kvm='qemu-kvm-rhev' \ --with-qemu-img='qemu-img-rhev' \ --enable-hooks \ - --enable-vhostmd-hook \ + --enable-vhostmd \ --disable-python3 \ --disable-openvswitch make dist -- To view, visit https://gerrit.ovirt.org/61082 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I38e2b213fd1eace584bdb0705303560edb8c4a4e Gerrit-PatchSet: 1 Gerrit-Project: vdsm Gerrit-Branch: ovirt-4.0 Gerrit-Owner: Yaniv Bronhaim <[email protected]> _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/admin/lists/[email protected]
