Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-03-03 | Update pep8 runner and fix pep8 issues | Ryan Harper | |
2015-06-15 | apt_configure: fix importing of apt gpg keys under in python3 | Scott Moser | |
LP: #1463373 | |||
2015-03-04 | apt_configure: allow disabling | Scott Moser | |
2015-01-21 | Largely merge lp:~harlowja/cloud-init/py2-3 albeit manually because it seemed | Barry Warsaw | |
to be behind trunk. `tox -e py27` passes full test suite. Now to work on replacing mocker. | |||
2014-08-26 | fix(pep8): Fix various pep8 violations and version-lock pep8 | Jay Faulkner | |
Fixed all complaints from running "make pep8". Also version locked pep8 in test-requirements.txt to ensure that pep8 requirements don't change without an explicit commit. | |||
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. |