summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Expand)Author
2014-01-20merge requirement changesJoshua Harlow
2014-01-19Add output when starting to run testsJoshua Harlow
2014-01-19Phony not phoneJoshua Harlow
2014-01-17Run pyc cleaning before running testsJoshua Harlow
2014-01-17Update makefile to install from updated requirements filesJoshua Harlow
2013-07-17fix indentation a bit in MakefileScott Moser
2013-06-27Add support for building a SLES rpm packageJuerg Haefliger
2012-11-14Add a check on the changelog version comparing to the code version.Joshua Harlow
2012-11-07Add a makefile yaml checking targetJoshua Harlow
2012-11-07trivial: -name first is faster due to no need for statScott Moser
2012-10-27Helpful cleanups.harlowja
2012-08-09fix pylint in all files used by ./tools/run-pylintScott Moser
2012-07-09Makefile: change deb and rpm targets to not change working dirScott Moser
2012-06-26Add a section for building an rpm and a section for building a debJoshua Harlow
2012-06-231. Separate the pep8 check from the pylint checkharlowja
2012-06-21Pass along any environment settings via the variable 'noseopts'Joshua Harlow
2012-06-20Add in the new binary to be used in files found.Joshua Harlow
2012-06-181. Add in a clean section that will remove the /var/lib/cloud dir and the clo...Joshua Harlow
2012-06-16Add the running of 2to3 via the makefile.Joshua Harlow
2012-06-15Updated so that pylint and pyflakes will now run over cloudinit/ and bin/ pyt...Joshua Harlow
2012-01-12Tweak Makefile to just run unittests for the "all" target.Mike Milner
2012-01-12Add initial unit test framework.Mike Milner