Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-12-22 | LICENSE: Allow dual licensing GPL-3 or Apache 2.0 | Jon Grimm | |
This has been a recurring ask and we had initially just made the change to the cloud-init 2.0 codebase. As the current thinking is we'll just continue to enhance the current codebase, its desirable to relicense to match what we'd intended as part of the 2.0 plan here. - put a brief description of license in LICENSE file - put full license versions in LICENSE-GPLv3 and LICENSE-Apache2.0 - simplify the per-file header to reference LICENSE - tox: ignore H102 (Apache License Header check) Add license header to files that ship. Reformat headers, make sure everything has vi: at end of file. Non-shipping files do not need the copyright header, but at the moment tests/ have it. | |||
2016-06-15 | Remove some unused imports | Joshua Harlow | |
2016-06-15 | Fix a few tools and tests for newer pep8 | Joshua Harlow | |
2016-06-14 | Make the bin/cloud-init an actual console entrypoint | Joshua Harlow | |
This allows for the test_cli test to be more sane. | |||
2016-05-19 | Remerge against head/master | Joshua Harlow | |
2016-05-12 | run flake8 instead of pyflakes in tox. expect tests/ to pass flake8. | Scott Moser | |
2016-05-11 | Fix py26 for rhel (and older versions of python) | Joshua Harlow | |
2015-05-15 | temporarily disasble test if no bin/cloud-init | Scott Moser | |
the tests of bin/cloud-init would fail in a package build environment. so, temporariliy skip them in that environment. | |||
2015-02-26 | Fix traceback with no arguments on Python 3. | Daniel Watkins | |
Fixes bug 1424277. |