Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-03-07 | fix pep8 and pylint | Scott Moser | |
2013-03-07 | merge from trunk | Scott Moser | |
2013-03-06 | Continue working on merging code. | Joshua Harlow | |
2013-01-27 | Adding package versioning logic to package_command | Craig Tracey | |
This change adds the ability to provide specific package versions to Distro.install_packages and subsequently Distro.package_command. In order to effectively use Distro.install_packages, one is now able to pass a variety of formats in order to easily manage package requirements. These are examples of what can be passed: - "package" - ["package1","package2"] - ("package",) - ("package", "version") - [("package1",)("package2",)] - [("package1", "version1"),("package2","version2")] This change also adds the option to install a specific version for the puppet configuration module. This is especially important here as successful puppet deployments are highly reliant on specific puppet versions. | |||
2012-10-27 | Helpful cleanups. | harlowja | |
1. Remove the usage of the path.join function now that all code should be going through the util file methods (and they can be mocked out as needed). 2. Adjust all occurences of the above join function to either not use it or replace it with the standard os.path.join (which can also be mocked out as needed) 3. Fix pylint from complaining about the tests folder 'helpers.py' not being found 4. Add a pylintrc file that is used instead of the options hidden in the 'run_pylint' tool. | |||
2012-10-23 | Restart landscape at the end of the configuration | Thomas Hervé | |
2012-10-15 | Skip install when there is not configuration, and install the package to be ↵ | Thomas Hervé | |
setup properly. | |||
2012-09-05 | Check if the config was specified | Thomas Hervé | |
2012-09-05 | Add RUN=1 to the default file | Thomas Hervé | |
2012-06-22 | Configobj should be a requirement now, and not optional, | harlowja | |
so there is no need to check the import for errors. | |||
2012-06-21 | Use RuntimeError subclass instead of top level Exception | Joshua Harlow | |
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. |