Alex Lourie has uploaded a new change for review. Change subject: packaging: Updated usage of product name ......................................................................
packaging: Updated usage of product name Change-Id: I3d8796a4a9a2197e8b5c2ce79693c9097e8c3a23 Signed-off-by: Alex Lourie <[email protected]> --- M packaging/fedora/setup/engine-upgrade.py 1 file changed, 2 insertions(+), 3 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/67/7567/1 diff --git a/packaging/fedora/setup/engine-upgrade.py b/packaging/fedora/setup/engine-upgrade.py index 66851e1..8d33dd4 100755 --- a/packaging/fedora/setup/engine-upgrade.py +++ b/packaging/fedora/setup/engine-upgrade.py @@ -14,7 +14,6 @@ import basedefs # Consts -PRODUCT_NAME="oVirt-Engine" #TODO: Work with a real list here RPM_LIST = """ ovirt-engine @@ -111,13 +110,13 @@ MSG_INFO_DB_BACKUP_FILE = "DB Backup available at " MSG_INFO_LOG_FILE = "Upgrade log available at" MSG_INFO_CHECK_UPDATE = "Checking for updates... (This may take several minutes)" -MSG_INFO_UPGRADE_OK = "%s upgrade completed successfully!" %(PRODUCT_NAME) +MSG_INFO_UPGRADE_OK = "%s upgrade completed successfully!" % basedefs.APP_NAME MSG_INFO_STOP_INSTALL_EXIT="Upgrade stopped, Goodbye." MSG_INFO_UPDATE_JBOSS_PROFILE="Updating JBoss Profile" MSG_ALERT_STOP_JBOSS="\nDuring the upgrade process, %s will not be accessible.\n\ 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" %(PRODUCT_NAME) +start or stop any new virtual machines during the process.\n" % basedefs.APP_NAME INFO_Q_STOP_JBOSS="Would you like to proceed" MSG_INFO_REPORTS="Perform the following steps to upgrade the history service \ or the reporting package:\n\ -- To view, visit http://gerrit.ovirt.org/7567 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I3d8796a4a9a2197e8b5c2ce79693c9097e8c3a23 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
