Age | Commit message (Expand) | Author |
2018-04-19 | pylint: pay attention to unused variable warnings. | Scott Moser |
2018-04-18 | pycodestyle: Fix invalid escape sequences in string literals. | Scott Moser |
2017-12-15 | lint: Fix lints seen by pylint version 1.8.1. | Chad Smith |
2017-05-16 | unittests: fix unittests run on centos | Joshua Powers |
2017-04-29 | Fix name of "uri" key in docs for "cc_apt_configure" module | Felix Dreissig |
2017-04-21 | pylint: fix all logging warnings | Joshua Powers |
2017-03-29 | apt_configure: run only when needed. | Scott Moser |
2016-12-22 | LICENSE: Allow dual licensing GPL-3 or Apache 2.0 | Jon Grimm |
2016-11-22 | Doc: various documentation fixes | Sean Bright |
2016-09-30 | Improve module documentation and doc cleanup. | Wesley Wiedenmeier |
2016-09-08 | apt config conversion: treat empty string as not provided. | Scott Moser |
2016-08-26 | apt-config: allow both old and new format to be present. | Christian Ehrhardt |
2016-08-18 | Apt: add new apt configuration format | Christian Ehrhardt |
2016-06-15 | fix some errors reported by pylint | Scott Moser |
2016-06-10 | minor changes prior to merge | Scott Moser |
2016-06-09 | move gpg functions into gpg.py | Christian Ehrhardt |
2016-06-06 | rename fucntion to mirrorurl_to_apt_fileprefix to reflect what it actually does | Christian Ehrhardt |
2016-06-06 | rename add_key / add_source to add_apt_key / add_apt_source | Christian Ehrhardt |
2016-06-06 | add_key_raw - make exceptions more specific | Christian Ehrhardt |
2016-06-06 | pythonify getkeybyid and move it to uitl.py | Christian Ehrhardt |
2016-06-03 | fix tox -e flake8 | Scott Moser |
2016-05-30 | fix EXPORT_GPG_KEYID for existing keys | Christian Ehrhardt |
2016-05-30 | drop errorlist from convert_to_new_format | Christian Ehrhardt |
2016-05-24 | pacify pep8 regarding the new changes | Christian Ehrhardt |
2016-05-24 | integrate further smaller review feedback | Christian Ehrhardt |
2016-05-24 | rebased with upstream and reolved merge conflicts | Christian Ehrhardt |
2016-05-23 | make sure we only handle list or dict apt_sources and bail out for others | Christian Ehrhardt |
2016-05-23 | fix issue with dictionary style apt_sources handling filenames | Christian Ehrhardt |
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 |
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 | Fix up a ton of flake8 issues | Joshua Harlow |
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 |
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 |
2014-08-26 | fix(pep8): Fix various pep8 violations and version-lock pep8 | Jay Faulkner |
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 |