Alon Bar-Lev has uploaded a new change for review. Change subject: packaging: setup: print version to log ......................................................................
packaging: setup: print version to log Change-Id: I011126943f405b56f8b5148fed77c4d5638f8a24 Signed-off-by: Alon Bar-Lev <alo...@redhat.com> --- M packaging/setup/plugins/ovirt-engine-common/ovirt-engine-dwh/core/misc.py 1 file changed, 6 insertions(+), 0 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-dwh refs/changes/48/23648/1 diff --git a/packaging/setup/plugins/ovirt-engine-common/ovirt-engine-dwh/core/misc.py b/packaging/setup/plugins/ovirt-engine-common/ovirt-engine-dwh/core/misc.py index 6c0bc36..2758742 100644 --- a/packaging/setup/plugins/ovirt-engine-common/ovirt-engine-dwh/core/misc.py +++ b/packaging/setup/plugins/ovirt-engine-common/ovirt-engine-dwh/core/misc.py @@ -47,6 +47,12 @@ self.environment[ osetupcons.CoreEnv.SETUP_ATTRS_MODULES ].append(odwhcons) + self.logger.debug( + 'dwh version: %s-%s (%s)\n', + odwhcons.Const.PACKAGE_NAME, + odwhcons.Const.PACKAGE_VERSION, + odwhcons.Const.DISPLAY_VERSION, + ) # vim: expandtab tabstop=4 shiftwidth=4 -- To view, visit http://gerrit.ovirt.org/23648 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I011126943f405b56f8b5148fed77c4d5638f8a24 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-dwh Gerrit-Branch: master Gerrit-Owner: Alon Bar-Lev <alo...@redhat.com> _______________________________________________ Engine-patches mailing list Engine-patches@ovirt.org http://lists.ovirt.org/mailman/listinfo/engine-patches