index
:
vyos-cloud-init.git
circinus
crux
current
equuleus
mergify/bp/circinus/pr-78
mergify/bp/circinus/pr-85
mergify/bp/sagitta/pr-78
sagitta
(mirror of https://github.com/vyos/vyos-cloud-init.git)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cloudinit
/
config
/
cc_apt_configure.py
Age
Commit message (
Expand
)
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
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
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
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
2013-02-21
Split Debian and Ubuntu APT sources
Vlastimil Holer
2012-11-07
test and path cleanups.
Joshua Harlow
2012-10-16
Add a more generic package install mechansim
Joshua Harlow