~mvo/update-manager/aufs

« back to all changes in this revision

Viewing changes to UpdateManager/UpdateManager.py

  • Committer: Michael Vogt
  • Date: 2005-12-07 11:38:19 UTC
  • Revision ID: egon@top-20051207113819-ad99f5508d1ecfd2
* various cosmetic fixes
* set debconf/apt-listchanges frontends to gtk
* updated readme

Show diffs side-by-side

added added

removed removed

Lines of Context:
668
668
          uri = self.new_dist.upgradeTool
669
669
          print "Downloading %s to %s" % (uri, tmpdir)
670
670
          af = apt_pkg.GetPkgAcqFile(fetcher,uri,
671
 
                                     descr=_("Upgrade tool"),
672
 
                                     destDir=tmpdir)
 
671
                                     descr=_("Upgrade tool"))
673
672
          fetcher.Run()
674
673
          print "Done downloading"
675
674
 
689
688
              print "no script file found in extracted tarbal"
690
689
          else:
691
690
              print "runing: %s" % script
 
691
              os.execv(script,"")
692
692
          
693
693
      # cleanup
694
694
      os.chdir("..")