~mvo/update-manager/not-automatic

« back to all changes in this revision

Viewing changes to DistUpgrade/DistUpgradeViewGtk.py

  • Committer: Sebastian Heinlein
  • Date: 2007-01-18 20:48:39 UTC
  • mfrom: (337.2.16 main)
  • mto: This revision was merged to the branch mainline in revision 442.
  • Revision ID: sebi@sebi-laptop-20070118204839-1a68918b1b8497a7
* merge with mvo's mainline

Show diffs side-by-side

added added

removed removed

Lines of Context:
154
154
        reaper.connect("child-exited", self.child_exited)
155
155
        # some options for dpkg to make it die less easily
156
156
        apt_pkg.Config.Set("DPkg::Options::","--force-overwrite")
 
157
        apt_pkg.Config.Set("DPkg::StopOnError","False")
157
158
 
158
159
    def startUpdate(self):
159
160
        self.finished = False