Yedidyah Bar David has uploaded a new change for review. Change subject: packaging: do not use /var/tmp for engine ......................................................................
packaging: do not use /var/tmp for engine /var/tmp is intended for temporary files. The engine is a long-running process, and should not keep its files there. Use /var/lib/ovirt-engine/tmp instead. Change-Id: I88563c8c0d319eb3356b47233a31c82d9e8b84c7 Signed-off-by: Yedidyah Bar David <[email protected]> --- M Makefile 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/08/29708/1 diff --git a/Makefile b/Makefile index 17213c6..f5f8d96 100644 --- a/Makefile +++ b/Makefile @@ -65,7 +65,7 @@ PKG_CACHE_DIR=$(LOCALSTATE_DIR)/cache/$(ENGINE_NAME) PKG_LOG_DIR=$(LOCALSTATE_DIR)/log/$(ENGINE_NAME) PKG_STATE_DIR=$(LOCALSTATE_DIR)/lib/$(ENGINE_NAME) -PKG_TMP_DIR=$(LOCALSTATE_DIR)/tmp/$(ENGINE_NAME) +PKG_TMP_DIR=$(PKG_STATE_DIR)/tmp JBOSS_HOME=/usr/share/jboss-as PYTHON_DIR=$(PYTHON_SYS_DIR) DEV_PYTHON_DIR= -- To view, visit http://gerrit.ovirt.org/29708 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I88563c8c0d319eb3356b47233a31c82d9e8b84c7 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Yedidyah Bar David <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
