summaryrefslogtreecommitdiff
path: root/cloudinit/config/cc_apt_configure.py
Commit message (Expand)AuthorAgeFilesLines
* README: Mention move of revision control to git.HEADtrunkScott Moser2016-08-101-319/+0
* fix some errors reported by pylintScott Moser2016-06-151-1/+2
* minor changes prior to mergeScott Moser2016-06-101-2/+2
* move gpg functions into gpg.pyChristian Ehrhardt2016-06-091-1/+2
* rename fucntion to mirrorurl_to_apt_fileprefix to reflect what it actually doesChristian Ehrhardt2016-06-061-3/+3
* rename add_key / add_source to add_apt_key / add_apt_sourceChristian Ehrhardt2016-06-061-7/+7
* add_key_raw - make exceptions more specificChristian Ehrhardt2016-06-061-2/+2
* pythonify getkeybyid and move it to uitl.pyChristian Ehrhardt2016-06-061-26/+1
* fix tox -e flake8Scott Moser2016-06-031-2/+2
* fix EXPORT_GPG_KEYID for existing keysChristian Ehrhardt2016-05-301-1/+1
* drop errorlist from convert_to_new_formatChristian Ehrhardt2016-05-301-9/+3
* pacify pep8 regarding the new changesChristian Ehrhardt2016-05-241-0/+2
* integrate further smaller review feedbackChristian Ehrhardt2016-05-241-25/+27
* rebased with upstream and reolved merge conflictsChristian Ehrhardt2016-05-241-1/+1
|\
| * Fix up a ton of flake8 issuesJoshua Harlow2016-05-121-3/+3
* | make sure we only handle list or dict apt_sources and bail out for othersChristian Ehrhardt2016-05-231-2/+4
* | fix issue with dictionary style apt_sources handling filenamesChristian Ehrhardt2016-05-231-1/+1
* | warn about multiple colliding apt_source without filenamesChristian Ehrhardt2016-05-231-1/+7
* | support apt_sources to be a dictionaryChristian Ehrhardt2016-05-231-9/+25
* | make pep8 happy with a few spacesChristian Ehrhardt2016-05-121-0/+2
* | split add_key and add_key_raw fior better testabilityChristian Ehrhardt2016-05-121-5/+11
* | fix EXPORT_GPG_KEYID for long key fingerprintsChristian Ehrhardt2016-05-121-1/+1
* | remove Unnecessary parens in add_keyChristian Ehrhardt2016-05-121-1/+1
* | move errorlist.append out of add_keyChristian Ehrhardt2016-05-121-5/+7
* | add feature to allow a custom template for source listChristian Ehrhardt2016-05-121-5/+13
* | remove missed test printChristian Ehrhardt2016-05-121-1/+0
* | test mirror list with failing mirrorChristian Ehrhardt2016-05-121-0/+1
* | allow to add keys without specifying a sourceChristian Ehrhardt2016-05-121-16/+26
|/
* Update pep8 runner and fix pep8 issuesRyan Harper2016-03-031-2/+4
* apt_configure: fix importing of apt gpg keys under in python3Scott Moser2015-06-151-1/+1
* apt_configure: allow disablingScott Moser2015-03-041-0/+4
* Largely merge lp:~harlowja/cloud-init/py2-3 albeit manually because it seemedBarry Warsaw2015-01-211-1/+1
* fix(pep8): Fix various pep8 violations and version-lock pep8Jay Faulkner2014-08-261-1/+1
* pep8 fixScott Moser2013-11-191-1/+1
* improve error message on failure of add-apt-repositoryScott Moser2013-10-241-2/+3
* allow template rendering before passing to add-apt-repositoryScott Moser2013-10-241-2/+2
* fix use searchScott Moser2013-10-241-1/+1
* support calling add-apt-repository on cloud-archive: entriesScott Moser2013-10-241-3/+18
* remove unused importScott Moser2013-08-061-1/+0
* remove unused LOG Scott Moser2013-08-061-2/+0
* initially add support for apt_ftp_proxy and apt_https_proxy. tests to come.Scott Moser2013-08-061-13/+28
* Split Debian and Ubuntu APT sourcesVlastimil Holer2013-02-211-3/+6
* test and path cleanups.Joshua Harlow2012-11-071-8/+5
* Add a more generic package install mechansimJoshua Harlow2012-10-161-0/+258