4213 CLI PM and UM need to point to correct release note URL on successful image update
authorJohn Rice <john.rice@sun.com>
Sun, 02 Nov 2008 09:13:31 +0000
changeset 653 2354712b6ff7
parent 652 daa3a6212b76
child 654 8b6868dc3da1
4213 CLI PM and UM need to point to correct release note URL on successful image update
src/client.py
src/packagemanager.py
src/updatemanager.py
--- a/src/client.py	Fri Oct 31 17:32:36 2008 -0700
+++ b/src/client.py	Sun Nov 02 09:13:31 2008 +0000
@@ -626,7 +626,7 @@
                 msg("\n" + "-" * 75)
                 msg(_("NOTE: Please review release notes posted at:\n" \
                     "   http://opensolaris.org/os/project/indiana/" \
-                    "resources/rn3/"))
+                    "resources/relnotes/200811/x86/"))
                 msg("-" * 75 + "\n")
 
         if bool(os.environ.get("PKG_MIRROR_STATS", False)):
--- a/src/packagemanager.py	Fri Oct 31 17:32:36 2008 -0700
+++ b/src/packagemanager.py	Sun Nov 02 09:13:31 2008 +0000
@@ -2077,10 +2077,11 @@
                 msgbox = gtk.MessageDialog(parent = self.w_main_window, \
                     buttons = gtk.BUTTONS_OK, \
                     flags = gtk.DIALOG_MODAL, type = gtk.MESSAGE_INFO, \
-                    message_format = self._("Update All has completed and Package " + \
-                    "Manager will now exit.\n\nPlease review posted release notes " + \
-                    "before rebooting:\n\n" + \
-                    "   http://opensolaris.org/os/project/indiana/resources/rn3/"))
+                    message_format = self._("Update All has completed and Package " \
+                    "Manager will now exit.\n\nPlease reboot after reviewing the " \
+                    "release notes posted at:\n\n" \
+                    "http://opensolaris.org/os/project/indiana/resources/" \
+                    "relnotes/200811/x86/"))
                 msgbox.set_title(self._("Update All"))
                 msgbox.run()
                 msgbox.destroy()
--- a/src/updatemanager.py	Fri Oct 31 17:32:36 2008 -0700
+++ b/src/updatemanager.py	Sun Nov 02 09:13:31 2008 +0000
@@ -1092,8 +1092,9 @@
                                 "\nUpdate All finished successfully in < 1 min\n\n")
 
                 info_str += self._(\
-                        "Please reboot after reviewing the release notes posted at:\n" +\
-                        "\thttp://opensolaris.org/os/project/indiana/resources/rn3/")
+                        "Please reboot after reviewing the release notes posted at:\n\n" \
+                        "http://opensolaris.org/os/project/indiana/resources/" \
+                        "relnotes/200811/x86/")
 
                 self.w_um_dialog.hide()
                 msgbox = gtk.MessageDialog(parent = self.w_um_dialog, \