Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-05-23 | warn about multiple colliding apt_source without filenames | Christian Ehrhardt | |
2016-05-23 | support apt_sources to be a dictionary | Christian Ehrhardt | |
key is the filename, and "old" input shall be handled as it was all the time. For compatibility this will (continue to) overwrite the file of multiple options that did not specify an output file (they all get the same default). Yet it will process them all - as it always did - e.g. to add the keys of all of them. Any users of the new format won't have these issues, as they will always have a key. | |||
2016-05-12 | make pep8 happy with a few spaces | Christian Ehrhardt | |
2016-05-12 | split add_key and add_key_raw fior better testability | Christian Ehrhardt | |
2016-05-12 | fix EXPORT_GPG_KEYID for long key fingerprints | Christian Ehrhardt | |
2016-05-12 | remove Unnecessary parens in add_key | Christian Ehrhardt | |
2016-05-12 | move errorlist.append out of add_key | Christian Ehrhardt | |
2016-05-12 | add feature to allow a custom template for source list | Christian Ehrhardt | |
2016-05-12 | remove missed test print | Christian Ehrhardt | |
2016-05-12 | test mirror list with failing mirror | Christian Ehrhardt | |
2016-05-12 | allow to add keys without specifying a source | Christian Ehrhardt | |
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. |