index
:
vyos-cloud-init.git
circinus
crux
current
equuleus
sagitta
(mirror of https://github.com/marekm72/vyos-cloud-init.git)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Makefile
Age
Commit message (
Expand
)
Author
2020-05-01
Adapt the package building scripts to use Python 3 (#231)
Paride Legovini
2020-03-10
cloudinit: move to pytest for running tests (#211)
Daniel Watkins
2019-09-18
tools: make clean now cleans the dev directory, not the system
Chad Smith
2019-09-07
doc: document doc, create makefile and tox target
Joshua Powers
2017-09-20
tests: Add cloudinit package to all test targets
Chad Smith
2017-09-20
Makefile: No longer look for yaml files in obsolete ./bin/.
Scott Moser
2017-08-21
tools: Add tooling for basic cloud-init performance analysis.
Chad Smith
2017-07-28
makefile: fix ci-deps-ubuntu target
Chad Smith
2017-06-14
ci deps: Add --test-distro to read-dependencies to install all deps
Chad Smith
2017-06-13
pkg build ci: Add make ci-deps-<distro> target to install pkgs
Chad Smith
2017-06-08
cloud.cfg: move to a template. setup.py changes along the way.
Scott Moser
2017-06-08
Makefile: add deb-src and srpm targets. use PYVER more places.
Scott Moser
2017-06-08
makefile: fix python 2/3 detection in the Makefile
Chad Smith
2017-05-16
make deb: Add devscripts dependency for make deb. Cleanup packages/bddeb.
Chad Smith
2017-02-06
Remove style checking during build and add latest style checks to tox
Joshua Powers
2017-01-23
build: fix running Make on a branch with tags other than master
Scott Moser
2017-01-11
validate-yaml: use python rather than explicitly python3
Scott Moser
2016-08-05
drop modification of version during make-tarball, tools changes.
Scott Moser
2016-03-04
Apply pep8, pyflakes fixes for python2 and 3
Scott Moser
2016-03-03
Apply pep8, pyflakes fixes for python2 and 3
Ryan Harper
2016-03-03
Fix pyflake/pyflake3 errors
Ryan Harper
2016-03-03
Update pep8 runner and fix pep8 issues
Ryan Harper
2016-03-03
Makefile: add make check target to run pep8, pyflakes, unittests
Ryan Harper
2016-03-03
make package build run tests
Scott Moser
2016-03-03
run pyflakes in more places, fix fallout
Scott Moser
2015-05-01
fix 'Make pyflakes'
Scott Moser
2014-08-26
further remove evidence of pylint.
Scott Moser
2014-08-26
Remove pylint
Jay Faulkner
2014-01-20
merge requirement changes
Joshua Harlow
2014-01-19
Add output when starting to run tests
Joshua Harlow
2014-01-19
Phony not phone
Joshua Harlow
2014-01-17
Run pyc cleaning before running tests
Joshua Harlow
2014-01-17
Update makefile to install from updated requirements files
Joshua Harlow
2013-07-17
fix indentation a bit in Makefile
Scott Moser
2013-06-27
Add support for building a SLES rpm package
Juerg Haefliger
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
2012-11-07
trivial: -name first is faster due to no need for stat
Scott Moser
2012-10-27
Helpful cleanups.
harlowja
2012-08-09
fix pylint in all files used by ./tools/run-pylint
Scott Moser
2012-07-09
Makefile: change deb and rpm targets to not change working dir
Scott Moser
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
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 clo...
Joshua Harlow
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/ pyt...
Joshua Harlow
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