Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-06-20 | Massive pylint + pep8 fixups! | Joshua Harlow | |
2012-06-19 | Pylint line length fixups. | Joshua Harlow | |
2012-06-19 | More cleanups around read/write roots | Joshua Harlow | |
2012-06-19 | More paths missed (durn), but now fixed. | Joshua Harlow | |
2012-06-19 | Make most of all the places use the paths join() function so that testing ↵ | Joshua Harlow | |
with non-real read/write paths is easier. | |||
2012-06-18 | Add created by or added by cloud-init lines when we modify or create files. | Joshua Harlow | |
2012-06-17 | Update the variable for comment positioning to be 'c_pos' (comment position) ↵ | harlowja | |
instead of 'hpos' (??) | |||
2012-06-17 | 1. Adjust the ubuntu network hostname writing to go through a standard write ↵ | harlowja | |
function 2. Add comment as to why we search for "#" when reading | |||
2012-06-17 | 1. Remove rhel sysconfig for timezone, now have a rhel distro subclass | harlowja | |
2. Remove private apt_get function, since it can just be the package_command public one. | |||
2012-06-16 | Have the top level distro class take paths instead of a runner. | Joshua Harlow | |
This allows the following: 1. Let the ubuntu subclass construct its own runner with those paths (since not every subclass may want it) Adjust the base class + subclass to reflect this, adjust stages as well to reflect the constructor changes. | |||
2012-06-16 | Have the contents formed on a previous line which seems prettier. | Joshua Harlow | |
2012-06-15 | Fixups to ensure that pylint does not find anything major wrong. | Joshua Harlow | |
2012-06-15 | Self variable missing | Joshua Harlow | |
2012-06-15 | Variable name mismatch | Joshua Harlow | |
2012-06-15 | Moved as many distro specific actions to here as should be needed. | Joshua Harlow | |
Mainly this is the following: 1. Hostname updating 2. Package command invocation 3. Network settings writings 4. Timezone setting (needs cleanup) | |||
2012-06-11 | Add initial network writing here. | Joshua Harlow | |
2012-06-11 | Adding in the base of a ubuntu distro subclass that can install pkgs (right ↵ | Joshua Harlow | |
now). | |||
2012-06-09 | Start adding place where distro specifics can go. | Joshua Harlow | |