~ubuntu-branches/ubuntu/vivid/landscape-client/vivid

« back to all changes in this revision

Viewing changes to dev/landscape-client-vm

  • Committer: Package Import Robot
  • Author(s): Andreas Hasenack
  • Date: 2012-11-21 15:24:20 UTC
  • mfrom: (1.1.29)
  • Revision ID: package-import@ubuntu.com-20121121152420-kvqq0m8ozfo90il2
Tags: 12.11-0ubuntu1
* New upstream release.
* Dropped lshw-storm-1053057 patch, already applied.
* New manpage: landscape-sysinfo(1)
* Upstream changed a config setting from registration_password to
  registration_key. Adjust scripts and configs accordingly.
* Install new sample config file in the doc directory.
* Only depend on python-gnupginterface for releases before Quantal.
* Ensure ownership of our config file (LP: #1066116).
* Gearing towards debhelper 7 compatibility. Replaced dh_clean -k with
  dh_prep.

Show diffs side-by-side

added added

removed removed

Lines of Context:
103
103
ping_url = http://${SERVER}/ping
104
104
include_manager_plugins = ScriptExecution
105
105
account_name = ${ACCOUNT}
106
 
registration_password = ${PASSWORD}
 
106
registration_key = ${PASSWORD}
107
107
#log_level = debug
108
108
EOF
109
109