Anatoly Litovsky has uploaded a new change for review. Change subject: Adding HE plugin and VDSM plugin to be build in by default ......................................................................
Adding HE plugin and VDSM plugin to be build in by default Change-Id: Iafd410eb33d5b7bdb53fbed5d0caf08b9818438b Signed-off-by: Tolik Litovsky <[email protected]> --- M jobs/confs/shell-scripts/build-local-ovirt-node.sh 1 file changed, 8 insertions(+), 2 deletions(-) git pull ssh://gerrit.ovirt.org:29418/jenkins refs/changes/62/37262/1 diff --git a/jobs/confs/shell-scripts/build-local-ovirt-node.sh b/jobs/confs/shell-scripts/build-local-ovirt-node.sh index 6672a00..b0446c9 100755 --- a/jobs/confs/shell-scripts/build-local-ovirt-node.sh +++ b/jobs/confs/shell-scripts/build-local-ovirt-node.sh @@ -25,10 +25,16 @@ #parameters # 1 : parameter to indicate the extra ks file to run function build_iso {{ + cat > extra-recipe.ks <<EOF_ks +%packages --excludedocs --nobase +ovirt-node-plugin-vdsm +ovirt-node-plugin-hosted-engine +%end +EOF_ks cd "$OVIRT_NODE_BASE"/ovirt-node-iso ./autogen.sh \ - --with-recipe=../ovirt-node/recipe \ - "$EXTRA_RECIPE" + --with-recipe=../ovirt-node/recipe --with-recipe=../ovirt-node/recipe \ + --with-extra-recipe=../extra-recipe.ks if ! make iso publish ; then die "ISO build failed" fi -- To view, visit http://gerrit.ovirt.org/37262 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Iafd410eb33d5b7bdb53fbed5d0caf08b9818438b Gerrit-PatchSet: 1 Gerrit-Project: jenkins Gerrit-Branch: master Gerrit-Owner: Anatoly Litovsky <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
