~ubuntu-core-dev/update-manager/main

« back to all changes in this revision

Viewing changes to DistUpgrade/DistUpgradeController.py

  • Committer: Michael Vogt
  • Date: 2008-10-15 16:55:42 UTC
  • Revision ID: michael.vogt@ubuntu.com-20081015165542-7chnr4ao9kaj724v
DistUpgrade/DistUpgradeController.py:
- reenable cron job on failed downloads too

Show diffs side-by-side

added added

removed removed

Lines of Context:
869
869
                           "downloaded so far are kept."),
870
870
                           "%s" % e)
871
871
        # abort here because we want our sources.list back
 
872
        self._enableAptCronJob()
872
873
        self.abort()
873
874
        
874
875