summaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Adapt the package building scripts to use Python 3 (#231)Paride Legovini2020-05-011-38/+16
* cloudinit: move to pytest for running tests (#211)Daniel Watkins2020-03-101-4/+2
* tools: make clean now cleans the dev directory, not the systemChad Smith2019-09-181-1/+2
* doc: document doc, create makefile and tox targetJoshua Powers2019-09-071-1/+3
* tests: Add cloudinit package to all test targetsChad Smith2017-09-201-1/+1
* Makefile: No longer look for yaml files in obsolete ./bin/.Scott Moser2017-09-201-1/+1
* tools: Add tooling for basic cloud-init performance analysis.Chad Smith2017-08-211-1/+1
* makefile: fix ci-deps-ubuntu targetChad Smith2017-07-281-2/+2
* ci deps: Add --test-distro to read-dependencies to install all depsChad Smith2017-06-141-4/+2
* pkg build ci: Add make ci-deps-<distro> target to install pkgsChad Smith2017-06-131-0/+8
* cloud.cfg: move to a template. setup.py changes along the way.Scott Moser2017-06-081-0/+3
* Makefile: add deb-src and srpm targets. use PYVER more places.Scott Moser2017-06-081-5/+15
* makefile: fix python 2/3 detection in the MakefileChad Smith2017-06-081-2/+2
* make deb: Add devscripts dependency for make deb. Cleanup packages/bddeb.Chad Smith2017-05-161-0/+4
* Remove style checking during build and add latest style checks to toxJoshua Powers2017-02-061-1/+4
* build: fix running Make on a branch with tags other than masterScott Moser2017-01-231-3/+4
* validate-yaml: use python rather than explicitly python3Scott Moser2017-01-111-1/+1
* drop modification of version during make-tarball, tools changes.Scott Moser2016-08-051-8/+11
* Apply pep8, pyflakes fixes for python2 and 3Scott Moser2016-03-041-12/+30
|\
| * Apply pep8, pyflakes fixes for python2 and 3 Ryan Harper2016-03-031-8/+14
| |\ |/ /
| * Fix pyflake/pyflake3 errorsRyan Harper2016-03-031-1/+0
| * Update pep8 runner and fix pep8 issuesRyan Harper2016-03-031-4/+5
| * Makefile: add make check target to run pep8, pyflakes, unittestsRyan Harper2016-03-031-0/+10
* | make package build run testsScott Moser2016-03-031-2/+2
* | run pyflakes in more places, fix falloutScott Moser2016-03-031-2/+4
|/
* fix 'Make pyflakes'Scott Moser2015-05-011-1/+1
* further remove evidence of pylint.Scott Moser2014-08-261-1/+1
* Remove pylintJay Faulkner2014-08-261-3/+0
* merge requirement changesJoshua Harlow2014-01-201-5/+18
|\
| * Add output when starting to run testsJoshua Harlow2014-01-191-0/+1
| * Phony not phoneJoshua Harlow2014-01-191-1/+1
| * Run pyc cleaning before running testsJoshua Harlow2014-01-171-4/+6
| * Update makefile to install from updated requirements filesJoshua Harlow2014-01-171-3/+12
|/
* fix indentation a bit in MakefileScott Moser2013-07-171-3/+3
* Add support for building a SLES rpm packageJuerg Haefliger2013-06-271-3/+7
* Add a check on the changelog version comparing to the code version.Joshua Harlow2012-11-141-2/+10
* Add a makefile yaml checking targetJoshua Harlow2012-11-071-1/+8
* trivial: -name first is faster due to no need for statScott Moser2012-11-071-1/+1
* Helpful cleanups.harlowja2012-10-271-4/+4
* fix pylint in all files used by ./tools/run-pylintScott Moser2012-08-091-1/+1
* Makefile: change deb and rpm targets to not change working dirScott Moser2012-07-091-2/+2
* Add a section for building an rpm and a section for building a debJoshua Harlow2012-06-261-1/+7
* 1. Separate the pep8 check from the pylint checkharlowja2012-06-231-1/+4
* Pass along any environment settings via the variable 'noseopts'Joshua Harlow2012-06-211-1/+1
* Add in the new binary to be used in files found.Joshua Harlow2012-06-201-0/+1
* 1. Add in a clean section that will remove the /var/lib/cloud dir and the clo...Joshua Harlow2012-06-181-1/+5
* Add the running of 2to3 via the makefile.Joshua Harlow2012-06-161-1/+4
* Updated so that pylint and pyflakes will now run over cloudinit/ and bin/ pyt...Joshua Harlow2012-06-151-2/+4
* Tweak Makefile to just run unittests for the "all" target.Mike Milner2012-01-121-4/+4
* Add initial unit test framework.Mike Milner2012-01-121-0/+14