Alon Bar-Lev has uploaded a new change for review. Change subject: packaging: engine-service: add missing global ......................................................................
packaging: engine-service: add missing global Change-Id: Id7df1b3c222c5de67e96423ef0fd686e9cf579b0 Signed-off-by: Alon Bar-Lev <[email protected]> --- M packaging/fedora/engine-service.py.in 1 file changed, 1 insertion(+), 0 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/87/13587/1 diff --git a/packaging/fedora/engine-service.py.in b/packaging/fedora/engine-service.py.in index af977a2..89a303f 100644 --- a/packaging/fedora/engine-service.py.in +++ b/packaging/fedora/engine-service.py.in @@ -645,6 +645,7 @@ (options, args) = parser.parse_args() global engineConsoleLogFile + global enginePidFile global foreground if options.pidfile is not None: -- To view, visit http://gerrit.ovirt.org/13587 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Id7df1b3c222c5de67e96423ef0fd686e9cf579b0 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Alon Bar-Lev <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
