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
/
CloudConfig
/
cc_apt_update_upgrade.py
Age
Commit message (
Expand
)
Author
2012-06-07
1. Adding some new helper files that split off file inclusion, templating, im...
Joshua Harlow
2012-01-18
Add HP to Copyright, and Juerg Haefliger Authors.
Scott Moser
2012-01-17
[PATCH] PEP8 coding style fixes.
Scott Moser
2012-01-17
[PATCH 4/4] Fix pylint conventions C0301 (line too long)
Scott Moser
2012-01-17
[PATCH 3/4] Fix pylint conventions C0324 (comma not followed by a space)
Scott Moser
2012-01-17
[PATCH 2/4] Fix pylint conventions C0322 (operator not preceded by a space)
Scott Moser
2012-01-17
[PATCH 1/4] Fix pylint conventions C0321 (more than one statement on a single...
Scott Moser
2012-01-12
[PATCH 10/13] Fix pylint warnings W0102 (dangerous default value as
Scott Moser
2012-01-12
[PATCH 07/13] Fix pylint warnings W0622 (redefining built-in 'xyz')
Scott Moser
2012-01-12
[PATCH 06/13] Fix pylint warnings W0612 (unused variable)
Scott Moser
2012-01-12
[PATCH 05/13] Fix pylint warnings W0613 (unused argument)
Scott Moser
2012-01-12
fix selection of ec2 mirrors when inside ec2.
Scott Moser
2011-12-16
remove trailing :: on apt config for proxy
Scott Moser
2011-12-16
add apt_proxy support
Scott Moser
2011-12-16
use the distro when searching
Scott Moser
2011-12-16
only use apt_mirror if it is non-empty
Scott Moser
2011-12-16
fix issue if apt_mirror is provided in config
Scott Moser
2011-12-16
replace a print with a log.debug
Scott Moser
2011-12-16
initial mirror configuration/discovery
Scott Moser
2011-08-22
util.subp: do not attach stdin cloud-init's stdin to subprocesses (LP: 831505)
Scott Moser
2011-08-22
cc_apt_update_upgrade.py: Redirect stdin to /dev/null for calls to add-apt-re...
Adam Gandelman
2011-03-08
fix issue where apt-update was not done unless explicitly set
Scott Moser
2011-03-03
make update of sources not prevent installation attempt (LP: #728167)
Scott Moser
2011-02-07
add apt helper routeins to CloudConfig, and use them in apt and puppet
Scott Moser
2011-01-19
support $MIRROR and $RELEASE in apt-source cloud-config lines (LP: #693292)
Scott Moser
2010-08-31
append to apt_sources filenames rather than truncating.
Scott Moser
2010-07-21
invoke apt so dpkg non-interactively takes old conf files (LP: #607642)
Scott Moser
2010-06-21
fix bug with apt_update_upgrade config, missing import
Scott Moser
2010-06-18
add copyright header to all of cloudinit/CloudConfig/cc_*
Scott Moser
2010-06-18
add suport for setting debconf selections through debconf-set-selections
Scott Moser
2010-06-17
make cloud-config modules configurable by cloud-config
Scott Moser