Alex Lourie has uploaded a new change for review.

Change subject: packaging: Updating post upgrade instructions
......................................................................

packaging: Updating post upgrade instructions

This patch updates postupgrade instructions
regarding the dwh and reports packages, so
that branding becomes easier.

Change-Id: Ifbe75c167b91e96aa8e683b78add47d34fbae3b3
Bug-Url: https://bugzilla.redhat.com/971346
Signed-off-by: Alex Lourie <[email protected]>
---
M packaging/fedora/setup/engine-upgrade.py
1 file changed, 9 insertions(+), 5 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/39/15539/1

diff --git a/packaging/fedora/setup/engine-upgrade.py 
b/packaging/fedora/setup/engine-upgrade.py
index 609b6d9..b802aab 100755
--- a/packaging/fedora/setup/engine-upgrade.py
+++ b/packaging/fedora/setup/engine-upgrade.py
@@ -156,11 +156,15 @@
 All existing running virtual machines will continue but you will not be able 
to\n\
 start or stop any new virtual machines during the process.\n" % 
basedefs.APP_NAME
 INFO_Q_PROCEED="Would you like to proceed"
-MSG_INFO_REPORTS="Perform the following steps to upgrade the history service \
-or the reporting package:\n\
-1. Execute: yum update ovirt-engine-reports*\n\
-2. Execute: ovirt-engine-dwh-setup\n\
-3. Execute: ovirt-engine-reports-setup"
+MSG_INFO_REPORTS=(
+    'Perform the following steps to upgrade the history service '
+    'or the reporting package:\n'
+    '\t1. Execute: yum update {packagename}-reports*\n'
+    '\t2. Execute: {packagename}-dwh-setup\n'
+    '\t3. Execute: {packagename}-reports-setup\n'
+).format(
+    packagename=basedefs.ENGINE_RPM_NAME,
+)
 
 # GLOBAL
 logFile = "ovirt-engine-upgrade.log"


-- 
To view, visit http://gerrit.ovirt.org/15539
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ifbe75c167b91e96aa8e683b78add47d34fbae3b3
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Alex Lourie <[email protected]>
_______________________________________________
Engine-patches mailing list
[email protected]
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to