Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-11-19 | pep8 fix | Scott Moser | |
2013-10-24 | improve error message on failure of add-apt-repository | Scott Moser | |
2013-10-24 | allow template rendering before passing to add-apt-repository | Scott Moser | |
2013-10-24 | fix use search | Scott Moser | |
2013-10-24 | support calling add-apt-repository on cloud-archive: entries | Scott Moser | |
LP: #1244355 | |||
2013-08-06 | remove unused import | Scott Moser | |
2013-08-06 | remove unused LOG | Scott Moser | |
2013-08-06 | initially add support for apt_ftp_proxy and apt_https_proxy. tests to come. | Scott Moser | |
LP: #1057195 | |||
2013-02-21 | Split Debian and Ubuntu APT sources | Vlastimil Holer | |
2012-11-07 | test and path cleanups. | Joshua Harlow | |
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-16 | Add a more generic package install mechansim | Joshua Harlow | |
that removes some of the code in apt_update_upgrade to do upgrades and installs and places it in a generic package module and adjusts some of the reboot backoffs and log flushing/sleeping that was happening there. |