Edward Haas has uploaded a new change for review. Change subject: build: Do not require openvswitch on downstream ......................................................................
build: Do not require openvswitch on downstream Adding --disable-openvswitch build flag for downstream builds. Change-Id: I96c4eb23f6712f55a9835d8c67085b02d3ba2235 Bug-Url: https://bugzilla.redhat.com/?????? Signed-off-by: Edward Haas <[email protected]> --- M contrib/rhev_build.sh 1 file changed, 2 insertions(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/64/59864/1 diff --git a/contrib/rhev_build.sh b/contrib/rhev_build.sh index d31cb6f..7119d5d 100755 --- a/contrib/rhev_build.sh +++ b/contrib/rhev_build.sh @@ -10,7 +10,8 @@ --with-qemu-img='qemu-img-rhev' \ --enable-hooks \ --disable-gluster-mgmt \ - --disable-python3 + --disable-python3 \ + --disable-openvswitch make dist echo -- To view, visit https://gerrit.ovirt.org/59864 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I96c4eb23f6712f55a9835d8c67085b02d3ba2235 Gerrit-PatchSet: 1 Gerrit-Project: vdsm Gerrit-Branch: ovirt-4.0 Gerrit-Owner: Edward Haas <[email protected]> _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/admin/lists/[email protected]
