Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-05-12 | Fix up a ton of flake8 issues | Joshua Harlow | |
2016-03-03 | Update pep8 runner and fix pep8 issues | Ryan Harper | |
2014-11-25 | Fixes rpm spec file build issues (its not currently building). | Joshua Harlow | |
Currently the rpm building process that cloud-init provides is not working correctly. This adjusts the spec file, the setup.py file and the distro files to ensure that it continues to work as expected. | |||
2014-10-17 | Allow the usr/lib/exec to vary and still work with write_keys | Joshua Harlow | |
2012-07-02 | 1. Move the welcome message template string to a constant at the top of the ↵ | Joshua Harlow | |
module 2. Fix the usage of multi_log to log to only one of the places (for now) 3. Update comment about multi-log and why write_file isn't used in this case | |||
2012-07-01 | Add a multi log function that can write to stderr, console and a log debug, ↵ | Joshua Harlow | |
useful in certain cases | |||
2012-06-21 | 1. Renames for debug message from 'transform' to 'module' | harlowja | |
2. Fixing up more cloud.path.joins found to use the right ro/rw filename | |||
2012-06-20 | Massive pylint + pep8 fixups! | Joshua Harlow | |
2012-06-20 | Renamed back to 'cc_*' with the reasoning being that 'cc_' provides | Joshua Harlow | |
some protection against module name collisions when importing. |