/[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.7 by growell, Fri Sep 16 22:11:45 2005 UTC Revision 1.13 by slords, Wed Apr 5 01:20:27 2006 UTC
# Line 39  upgrade_remove_blacklist = () Line 39  upgrade_remove_blacklist = ()
39    
40  def findRootParts(intf, id, dispatch, dir, chroot):  def findRootParts(intf, id, dispatch, dir, chroot):
41    
42      # XXX - FIXME - HACK RAID upgrade  #    w = intf.waitWindow(_("Converting to RAID"),
43      rc = iutil.execWithRedirect("/tmp/updates/raidconvert",  #        _("Converting to RAID, this may take several minutes..."))
44                                      ["raidconvert"],  #
45                                      stdin = None,  #    # XXX - FIXME - HACK RAID upgrade
46                                      stdout = "/dev/tty5",  #
47                                      stderr = "/dev/tty5")  #    rc = iutil.execWithRedirect("/tmp/updates/raidconvert",
48      if rc:  #                                ["raidconvert"],
49          raise SystemError  #                                stdin = None,
50    #                                stdout = "/dev/tty5",
51    #                                stderr = "/dev/tty5")
52    #    w.pop()
53    #
54    #    if rc:
55    #        raise SystemError
56    
57      if dir == DISPATCH_BACK:      if dir == DISPATCH_BACK:
58          return          return
# Line 443  def upgradeFindPackages(intf, method, id Line 449  def upgradeFindPackages(intf, method, id
449                                        "installed arch of %s.  This is likely "                                        "installed arch of %s.  This is likely "
450                                        "to not succeed.  Are you sure you "                                        "to not succeed.  Are you sure you "
451                                        "wish to continue the upgrade process?")                                        "wish to continue the upgrade process?")
452                                      %(productName, h[rpm.RPMTAG_ARCH],                                      %(productName, myarch,
453                                        myarch),                                        h[rpm.RPMTAG_ARCH]),
454                                      type="yesno")                                      type="yesno")
455              if rc == 0:              if rc == 0:
456                  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