/[smeserver]/cdrom.image/updates/upgrade.py
ViewVC logotype

Diff of /cdrom.image/updates/upgrade.py

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

Revision 1.12 by gordonr, Thu Jan 5 06:19:55 2006 UTC Revision 1.14 by slords, Wed Apr 5 21:11:51 2006 UTC
# Line 38  from rhpl.translate import _ Line 38  from rhpl.translate import _
38  upgrade_remove_blacklist = ()  upgrade_remove_blacklist = ()
39    
40  def findRootParts(intf, id, dispatch, dir, chroot):  def findRootParts(intf, id, dispatch, dir, chroot):
   
41  #    w = intf.waitWindow(_("Converting to RAID"),  #    w = intf.waitWindow(_("Converting to RAID"),
42  #        _("Converting to RAID, this may take several minutes..."))  #        _("Converting to RAID, this may take several minutes..."))
43  #  #
# Line 449  def upgradeFindPackages(intf, method, id Line 448  def upgradeFindPackages(intf, method, id
448                                        "installed arch of %s.  This is likely "                                        "installed arch of %s.  This is likely "
449                                        "to not succeed.  Are you sure you "                                        "to not succeed.  Are you sure you "
450                                        "wish to continue the upgrade process?")                                        "wish to continue the upgrade process?")
451                                      %(productName, h[rpm.RPMTAG_ARCH],                                      %(productName, myarch,
452                                        myarch),                                        h[rpm.RPMTAG_ARCH]),
453                                      type="yesno")                                      type="yesno")
454              if rc == 0:              if rc == 0:
455                  try:                  try:


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed