summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Expand)Author
2022-02-02spell check docs with spellintian (#1223)Brett Holman
2021-09-01Fix `make style-check` errors (#1000)Shreenidhi Shedi
2020-05-01Adapt the package building scripts to use Python 3 (#231)Paride Legovini
2020-03-10cloudinit: move to pytest for running tests (#211)Daniel Watkins
2019-09-18tools: make clean now cleans the dev directory, not the systemChad Smith
2019-09-07doc: document doc, create makefile and tox targetJoshua Powers
2017-09-20tests: Add cloudinit package to all test targetsChad Smith
2017-09-20Makefile: No longer look for yaml files in obsolete ./bin/.Scott Moser
2017-08-21tools: Add tooling for basic cloud-init performance analysis.Chad Smith
2017-07-28makefile: fix ci-deps-ubuntu targetChad Smith
2017-06-14ci deps: Add --test-distro to read-dependencies to install all depsChad Smith
2017-06-13pkg build ci: Add make ci-deps-<distro> target to install pkgsChad Smith
2017-06-08cloud.cfg: move to a template. setup.py changes along the way.Scott Moser
2017-06-08Makefile: add deb-src and srpm targets. use PYVER more places.Scott Moser
2017-06-08makefile: fix python 2/3 detection in the MakefileChad Smith
2017-05-16make deb: Add devscripts dependency for make deb. Cleanup packages/bddeb.Chad Smith
2017-02-06Remove style checking during build and add latest style checks to toxJoshua Powers
2017-01-23build: fix running Make on a branch with tags other than masterScott Moser
2017-01-11validate-yaml: use python rather than explicitly python3Scott Moser
2016-08-05drop modification of version during make-tarball, tools changes.Scott Moser
2016-03-04Apply pep8, pyflakes fixes for python2 and 3Scott Moser
2016-03-03Apply pep8, pyflakes fixes for python2 and 3 Ryan Harper
2016-03-03Fix pyflake/pyflake3 errorsRyan Harper
2016-03-03Update pep8 runner and fix pep8 issuesRyan Harper
2016-03-03Makefile: add make check target to run pep8, pyflakes, unittestsRyan Harper
2016-03-03make package build run testsScott Moser
2016-03-03run pyflakes in more places, fix falloutScott Moser
2015-05-01fix 'Make pyflakes'Scott Moser
2014-08-26further remove evidence of pylint.Scott Moser
2014-08-26Remove pylintJay Faulkner
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