Alon Bar-Lev has uploaded a new change for review. Change subject: packaging: build: remove hard coded version from Makefile ......................................................................
packaging: build: remove hard coded version from Makefile Change-Id: I6c8d0a8015964f294734c04f76550855e05d959f Signed-off-by: Alon Bar-Lev <[email protected]> --- M Makefile 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-dwh refs/changes/52/22752/1 diff --git a/Makefile b/Makefile index 7cea64a..7fdf96a 100644 --- a/Makefile +++ b/Makefile @@ -261,7 +261,7 @@ $(NULL) install -dm 755 "$(DESTDIR)$(SYSCONF_DIR)/ovirt-engine/ovirt-engine-dwh" - install -m 660 ovirt-engine-dwh/historyETL/src/main/resources/ovirt_engine_dwh/historyetl_3_4/contexts/Default.properties "$(DESTDIR)$(SYSCONF_DIR)/ovirt-engine/ovirt-engine-dwh" + install -m 660 ovirt-engine-dwh/historyETL/src/main/resources/ovirt_engine_dwh/historyetl_$$(echo $(APP_VERSION) | sed -e 's/\([^.]*\.[^.]*\)\..*/\1/' -e 's/\./_/g')/contexts/Default.properties "$(DESTDIR)$(SYSCONF_DIR)/ovirt-engine/ovirt-engine-dwh" install -dm 755 "$(DESTDIR)$(BIN_DIR)" ln -sf "$(PKG_DATA_DIR)/legacy-setup/ovirt-engine-dwh-setup.py" "$(DESTDIR)$(BIN_DIR)/ovirt-engine-dwh-setup" -- To view, visit http://gerrit.ovirt.org/22752 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I6c8d0a8015964f294734c04f76550855e05d959f Gerrit-PatchSet: 1 Gerrit-Project: ovirt-dwh Gerrit-Branch: master Gerrit-Owner: Alon Bar-Lev <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
