Roy Golan has uploaded a new change for review. Change subject: packaging: Add redep-ear target to Makefile ......................................................................
packaging: Add redep-ear target to Makefile invoking this target will cause the ear to be redeployed by jboss scanner Change-Id: I90c29becf4084a3d53505fedd181f876b9fb75f6 Signed-off-by: Roy Golan <[email protected]> --- M Makefile 1 file changed, 3 insertions(+), 0 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/36/16836/1 diff --git a/Makefile b/Makefile index a14e813..95f99b6 100644 --- a/Makefile +++ b/Makefile @@ -446,3 +446,6 @@ install -d "$(DESTDIR)$(LOCALSTATE_DIR)/log/ovirt-engine/host-deploy" install -d "$(DESTDIR)$(LOCALSTATE_DIR)/log/ovirt-engine/notifier" install -d "$(DESTDIR)$(LOCALSTATE_DIR)/log/ovirt-engine/engine-manage-domains" + +redep-ear: + touch "$(ENGINE_STATE)/deployments/engine.ear.deployed" -- To view, visit http://gerrit.ovirt.org/16836 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I90c29becf4084a3d53505fedd181f876b9fb75f6 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Roy Golan <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
