~ubuntu-branches/ubuntu/saucy/cloud-init/saucy

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: Package Import Robot
  • Author(s): Scott Moser
  • Date: 2012-04-05 01:24:42 UTC
  • mfrom: (174.2.15 precise)
  • mto: (223.3.1 quantal)
  • mto: This revision was merged to the branch mainline in revision 290.
  • Revision ID: package-import@ubuntu.com-20120405012442-e42fxr72hshp6sqx
* New upstream snapshot.
  * Fix bug in Chef support that required 'validation_cert' (LP: #960547)
  * Provide user-friendly message when a user ssh's in with an invalid
    locale (LP: #960547)
  * Support reading a url reference to cloud-config from the kernel
    command line.

Show diffs side-by-side

added added

removed removed

Lines of Context:
47
47
                  ('/usr/share/doc/cloud-init', filter(is_f,glob('doc/*'))),
48
48
                  ('/usr/share/doc/cloud-init/examples', filter(is_f,glob('doc/examples/*'))),
49
49
                  ('/usr/share/doc/cloud-init/examples/seed', filter(is_f,glob('doc/examples/seed/*'))),
 
50
                  ('/etc/profile.d', ['tools/Z99-cloud-locale-test.sh']),
50
51
                  ],
51
52
      )