summaryrefslogtreecommitdiff
path: root/cloudinit/config/cc_apt_configure.py
AgeCommit message (Expand)Author
2022-02-14use PEP 589 syntax for TypeDict (#1253)Brett Holman
2022-01-31Schema a d (#1211)Chad Smith
2022-01-10Remove 3.5 and xenial support (SC-711) (#1167)James Falcon
2021-12-15Adopt Black and isort (SC-700) (#1157)James Falcon
2021-12-06Add Strict Metaschema Validation (#1101)Brett Holman
2021-11-01Fix unhandled apt_configure case. (#1065)Brett Holman
2021-10-29Remove (deprecated) apt-key (#1068)Brett Holman
2021-05-18Added support for importing keys via primary/security mirror clauses (#882)Paul Goins
2020-11-25cc_apt_configure: add riscv64 as a ports arch (#687)Dimitri John Ledkov
2020-06-08Move subp into its own module. (#416)Scott Moser
2020-06-02test: fix all flake8 E241 (#403)Joshua Powers
2020-05-13Add schema to apt configure config (#357)lucasmoura
2020-03-23cc_apt_configure/util: combine search_for_mirror implementations (#271)Daniel Watkins
2020-01-16util: rename get_architecture to get_dpkg_architecture (#173)Daniel Watkins
2020-01-16Ensure util.get_architecture() runs only once (#172)Ryan Harper
2019-08-19ubuntu-drivers: emit latelink=true debconf to accept nvidia eulaChad Smith
2019-04-17cc_apt_configure: fix typo in apt documentationDominic Schlegel
2018-04-19pylint: pay attention to unused variable warnings.Scott Moser
2018-04-18pycodestyle: Fix invalid escape sequences in string literals.Scott Moser
2017-12-15lint: Fix lints seen by pylint version 1.8.1.Chad Smith
2017-05-16unittests: fix unittests run on centosJoshua Powers
2017-04-29Fix name of "uri" key in docs for "cc_apt_configure" moduleFelix Dreissig
2017-04-21pylint: fix all logging warningsJoshua Powers
2017-03-29apt_configure: run only when needed.Scott Moser
2016-12-22LICENSE: Allow dual licensing GPL-3 or Apache 2.0Jon Grimm
2016-11-22Doc: various documentation fixesSean Bright
2016-09-30Improve module documentation and doc cleanup.Wesley Wiedenmeier
2016-09-08apt config conversion: treat empty string as not provided.Scott Moser
2016-08-26apt-config: allow both old and new format to be present.Christian Ehrhardt
2016-08-18Apt: add new apt configuration formatChristian Ehrhardt
2016-06-15fix some errors reported by pylintScott Moser
2016-06-10minor changes prior to mergeScott Moser
2016-06-09move gpg functions into gpg.pyChristian Ehrhardt
2016-06-06rename fucntion to mirrorurl_to_apt_fileprefix to reflect what it actually doesChristian Ehrhardt
2016-06-06rename add_key / add_source to add_apt_key / add_apt_sourceChristian Ehrhardt
2016-06-06add_key_raw - make exceptions more specificChristian Ehrhardt
2016-06-06pythonify getkeybyid and move it to uitl.pyChristian Ehrhardt
2016-06-03fix tox -e flake8Scott Moser
2016-05-30fix EXPORT_GPG_KEYID for existing keysChristian Ehrhardt
2016-05-30drop errorlist from convert_to_new_formatChristian Ehrhardt
2016-05-24pacify pep8 regarding the new changesChristian Ehrhardt
2016-05-24integrate further smaller review feedbackChristian Ehrhardt
2016-05-24rebased with upstream and reolved merge conflictsChristian Ehrhardt
2016-05-23make sure we only handle list or dict apt_sources and bail out for othersChristian Ehrhardt
2016-05-23fix issue with dictionary style apt_sources handling filenamesChristian Ehrhardt
2016-05-23warn about multiple colliding apt_source without filenamesChristian Ehrhardt
2016-05-23support apt_sources to be a dictionaryChristian Ehrhardt
2016-05-12make pep8 happy with a few spacesChristian Ehrhardt
2016-05-12split add_key and add_key_raw fior better testabilityChristian Ehrhardt
2016-05-12fix EXPORT_GPG_KEYID for long key fingerprintsChristian Ehrhardt