~therve/landscape-client/sysinfo-network-disks

« back to all changes in this revision

Viewing changes to landscape/watchdog.py

  • Committer: Free Ekanayaka
  • Date: 2010-01-21 08:35:46 UTC
  • mfrom: (189.1.2 change-packages-debs)
  • Revision ID: free.ekanayaka@canonical.com-20100121083546-wdvy8fr662sun0ma
Merge change-packages-deb [f=509752] [r=sidnei,therve]

Add a new "binaries" field to the "change-packages" message that lets
the server pass to the client binary blobs of Debian packages to be
installed.

Bump the message API version to 3.3.

Show diffs side-by-side

added added

removed removed

Lines of Context:
504
504
    BootstrapDirectory("$data_path", "landscape", "root", 0755),
505
505
    BootstrapDirectory("$data_path/package", "landscape", "root", 0755),
506
506
    BootstrapDirectory("$data_path/package/hash-id", "landscape", "root", 0755),
 
507
    BootstrapDirectory("$data_path/package/debs", "landscape", "root", 0755),
507
508
    BootstrapDirectory(
508
509
        "$data_path/package/upgrade-tool", "landscape", "root", 0755),
509
510
    BootstrapDirectory("$data_path/messages", "landscape", "root", 0755),