Sandro Bonazzola has uploaded a new change for review.

Change subject: automation: build also vhostmd hook
......................................................................

automation: build also vhostmd hook

Change-Id: I249131cf4d3a3623a32708b961a5273fba4a69eb
Signed-off-by: Sandro Bonazzola <sbona...@redhat.com>
---
M automation/build-artifacts.sh
M automation/check-patch.sh
2 files changed, 2 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/84/61984/1

diff --git a/automation/build-artifacts.sh b/automation/build-artifacts.sh
index 9576756..d81e2d7 100755
--- a/automation/build-artifacts.sh
+++ b/automation/build-artifacts.sh
@@ -10,7 +10,7 @@
 
 # autogen may already have been executed by check-patch.sh
 if [ ! -f Makefile ]; then
-  ./autogen.sh --system --enable-hooks
+  ./autogen.sh --system --enable-hooks --enable-vhostmd
 fi
 
 make
diff --git a/automation/check-patch.sh b/automation/check-patch.sh
index 5f37792..383fbc3 100755
--- a/automation/check-patch.sh
+++ b/automation/check-patch.sh
@@ -7,7 +7,7 @@
 easy_install pip
 pip install -U nose==1.3.7 tox==2.1.1
 
-./autogen.sh --system --enable-hooks
+./autogen.sh --system --enable-hooks --enable-vhostmd
 
 debuginfo-install -y python
 


-- 
To view, visit https://gerrit.ovirt.org/61984
To unsubscribe, visit https://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I249131cf4d3a3623a32708b961a5273fba4a69eb
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Sandro Bonazzola <sbona...@redhat.com>
_______________________________________________
vdsm-patches mailing list
vdsm-patches@lists.fedorahosted.org
https://lists.fedorahosted.org/admin/lists/vdsm-patches@lists.fedorahosted.org

Reply via email to