~harlowja/cloud-init/fix-auto-bool

  • Committer: harlowja
  • Date: 2012-10-28 02:25:48 UTC
  • Revision ID: harlowja@virtualbox.rhel-20121028022548-2m4y18xiepzn8l2e
Helpful cleanups.

1. Remove the usage of the path.join function
   now that all code should be going through
   the util file methods (and they can be
   mocked out as needed).
2. Adjust all occurences of the above join
   function to either not use it or replace
   it with the standard os.path.join (which
   can also be mocked out as needed)
3. Fix pylint from complaining about the
   tests folder 'helpers.py' not being found
4. Add a pylintrc file that is used instead
   of the options hidden in the 'run_pylint' 
   tool.
Filename Latest Rev Last Changed Committer Comment Size
..
bin 559.2.1 12 years ago Joshua Harlow Move binaries to an actual binary dir. Diff
cloudinit 144 14 years ago Scott Moser globally remove ec2init and rename to cloudinit Diff
config 271 13 years ago Scott Moser remove 'biultin' config, separate cloud.cfg This Diff
doc 133 14 years ago Scott Moser add doc/userdata.txt, move examples to doc/. Diff
packages 559.2.335 11 years ago Joshua Harlow 1. Moving around the packages dir. 2. Adjusting th Diff
systemd 465 12 years ago Scott Moser Add sample/example systemd config files This impo Diff
sysvinit 559.2.435 11 years ago Scott Moser setup.py: rename "daemon type" to "init system" T Diff
templates 14 15 years ago Bazaar Package Importer * ec2-set-apt-sources.py: - Use a template to ge Diff
tests 499.1.1 12 years ago Mike Milner Add initial unit test framework. Add initial tests Diff
tools 82 14 years ago Scott Moser add tools/ directory and 'write-mime-multipart' w Diff
upstart 80 14 years ago Scott Moser put upstart files in upstart/, minor other changes Diff
ChangeLog 693 11 years ago Scott Moser multipart or cloud-config-archive, do not fail on 24.7 KB Diff Download File
LICENSE 450 12 years ago Scott Moser add LICENSE file 34.3 KB Diff Download File
Makefile 696.1.1 11 years ago harlowja Helpful cleanups. 1. Remove the usage of the path 476 bytes Diff Download File
pylintrc 696.1.1 11 years ago harlowja Helpful cleanups. 1. Remove the usage of the path 439 bytes Diff Download File
Requires 577 11 years ago Scott Moser Revert back to using cheetah + adjust resultant co 855 bytes Diff Download File
File setup.py 616.1.1 11 years ago Scott Moser pylint: setup.py 4.5 KB Diff Download File
TODO 585.1.1 11 years ago Joshua Harlow Add a comment/todo for the future, that instead of 2.6 KB Diff Download File