~evfool/update-manager/pygi

« back to all changes in this revision

Viewing changes to do-release-upgrade

  • Committer: Michael Vogt
  • Date: 2011-04-04 08:52:09 UTC
  • Revision ID: michael.vogt@ubuntu.com-20110404085209-0o3v9msfg0rd0uv9
* UpdateManager/UpdateManager.py, do-release-upgrade:
  - point to http://www.ubuntu.com/releaseendoflife when the release
    is end-of-life message is displayed (LP: #671016)

Show diffs side-by-side

added added

removed removed

Lines of Context:
75
75
    time.sleep(0.5)
76
76
 
77
77
  # make sure to inform the user if his distro is no longer supported
 
78
  # this will make it appear in motd (that calls do-release-upgrade in
 
79
  #  chech-new-release mode)
78
80
  if m.no_longer_supported is not None:
79
 
    url = "https://help.ubuntu.com/community/UpgradeNotes" 
 
81
    url = "http://www.ubuntu.com/releaseendoflife"
80
82
    print _("Your Ubuntu release is not supported anymore.")
81
83
    print _("For upgrade information, please visit:\n"
82
84
            "%(url)s\n") % { 'url' : url }