~ahasenack/landscape-client/landscape-client-11.07.1.1-0ubuntu0.10.10.0

« back to all changes in this revision

Viewing changes to landscape/manager/packagemanager.py

  • Committer: Bazaar Package Importer
  • Author(s): Free Ekanayaka
  • Date: 2010-04-07 16:27:45 UTC
  • mfrom: (1.1.14 upstream) (24.1.1 karmic-proposed)
  • Revision ID: james.westby@ubuntu.com-20100407162745-oeyoppvl0qyvii55
Tags: 1.5.0-0ubuntu0.10.04.0
* New upstream version (LP: #557244)
  - Fix package-changer running before smart-update has completed (LP: #542215)
  - Report the version of Eucalyptus used to generate topology data (LP: #554007)
  - Enable the Eucalyptus plugin by default, if supported (LP: #546531)
  - Use a whitelist of allowed filesystem types to instead of a blacklist (LP: #351927)
  - Report the update-manager logs to the server (LP: #503384)
  - Turn off Curl's DNS caching for requests. (LP: #522688)

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
        registry.register_message("release-upgrade",
32
32
                                  self.handle_release_upgrade)
33
33
 
 
34
        # When the package reporter notifies us that something has changed,
 
35
        # we want to run again to see if we can now fulfill tasks that were
 
36
        # skipped before.
 
37
        registry.reactor.call_on("package-data-changed", self.run)
 
38
 
34
39
        self.run()
35
40
 
36
41
    def _handle(self, cls, message):