Alon Bar-Lev has posted comments on this change. Change subject: packaging: packaging: rename /etc/ovirt-engine-dwh/engine-dwh.conf.d->/etc/ovirt-engine-dwh/ovirt-engine-dwhd.conf.d ......................................................................
Patch Set 3: (1 comment) .................................................... File Makefile Line 151: install -d $(DESTDIR)$(DATA_DIR) Line 152: install -d $(DESTDIR)$(DATA_DIR)/etl Line 153: install -d $(DESTDIR)$(DATA_DIR)/db-scripts Line 154: install -d $(DESTDIR)$(SYSCONF_DIR)/ovirt-engine/$(OVIRT_DWH_NAME) Line 155: install -d $(DESTDIR)$(SYSCONF_DIR)/$(OVIRT_DWH_NAME)/ovirt-engine-dwhd.conf.d this is a configuration of the service... not the package. the configuration of the entire package is at $(SYSCONF_DIR)/$(OVIRT_DWH_NAME), while the configuration of the service is at $(SYSCONF_DIR)/$(OVIRT_DWH_NAME)/ovirt-engine-dwhd.conf if we have two services, each will have its own etc... Line 156: install -d $(DESTDIR)$(SYSCONF_DIR)/cron.hourly Line 157: install -d $(DESTDIR)$(SYSCONF_DIR)/logrotate.d Line 158: Line 159: install -p -m 755 packaging/$(OVIRT_DWH_NAME)-setup.py $(DESTDIR)$(DATA_DIR) -- To view, visit http://gerrit.ovirt.org/22402 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: I7dd02f65532336152f81f73104112e0a8e5333a7 Gerrit-PatchSet: 3 Gerrit-Project: ovirt-dwh Gerrit-Branch: master Gerrit-Owner: Alon Bar-Lev <[email protected]> Gerrit-Reviewer: Alex Lourie <[email protected]> Gerrit-Reviewer: Alon Bar-Lev <[email protected]> Gerrit-Reviewer: Barak Azulay <[email protected]> Gerrit-Reviewer: Yaniv Dary <[email protected]> Gerrit-HasComments: Yes _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
