Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-11-14 | Add a check on the changelog version comparing to the code version. | Joshua Harlow | |
2012-11-07 | Add a makefile yaml checking target | Joshua Harlow | |
and fix the cases where the cc yaml is not correct. | |||
2012-11-07 | trivial: -name first is faster due to no need for stat | Scott Moser | |
2012-10-27 | Helpful cleanups. | harlowja | |
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. | |||
2012-08-09 | fix pylint in all files used by ./tools/run-pylint | Scott Moser | |
'make pylint' was not checking tests and tools. This fixies a bunch of pylint/pep8 issues in that code. It also enables 'make pylint' to check them. | |||
2012-07-09 | Makefile: change deb and rpm targets to not change working dir | Scott Moser | |
'cd packages && ./bddeb' is no longer necessary. | |||
2012-06-26 | Add a section for building an rpm and a section for building a deb | Joshua Harlow | |
2012-06-23 | 1. Separate the pep8 check from the pylint check | harlowja | |
a. This allows them to be run as different tools (if desired) 2. Adjust the makefile to have a 'make pep8' section which can run this new script | |||
2012-06-21 | Pass along any environment settings via the variable 'noseopts' | Joshua Harlow | |
2012-06-20 | Add in the new binary to be used in files found. | Joshua Harlow | |
2012-06-18 | 1. Add in a clean section that will remove the /var/lib/cloud dir and the ↵ | Joshua Harlow | |
cloud.log file (helpful for testing) | |||
2012-06-16 | Add the running of 2to3 via the makefile. | Joshua Harlow | |
2012-06-15 | Updated so that pylint and pyflakes will now run over cloudinit/ and bin/ ↵ | Joshua Harlow | |
python files | |||
2012-01-12 | Tweak Makefile to just run unittests for the "all" target. | Mike Milner | |
2012-01-12 | Add initial unit test framework. | Mike Milner | |
Add initial tests for mergedict. |