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
/
distros
/
debian.py
Age
Commit message (
Expand
)
Author
2016-03-11
fix tox
Scott Moser
2016-03-11
minor changes use the helpers in cloudinit/net
Scott Moser
2016-03-11
fix use of network state
Scott Moser
2016-03-10
commit planned implementation of datasourcenocloud
Scott Moser
2016-03-03
Update pep8 runner and fix pep8 issues
Ryan Harper
2015-01-22
Low hanging Python 3 fruit.
Barry Warsaw
2015-01-16
hostname: apply hostname same as is written
Scott Moser
2014-09-10
pyflakes fixes.
Scott Moser
2014-07-29
do not put comments in /etc/timezone
Scott Moser
2013-12-14
support calling apt with eatmydata, enable by default if available.
Scott Moser
2013-07-24
Remove duplicate timezone file finding and error raising.
Joshua Harlow
2013-04-03
invoke dist-upgrade instead of upgrade for apt upgrades
Scott Moser
2013-04-03
invoke 'dist-upgrade' instead of 'upgrade' on for upgrades.
Scott Moser
2013-03-07
allow customization of apt-get command, add --force-unsafe-io
Scott Moser
2013-03-07
pep8 and pylint fixes
Scott Moser
2013-01-27
Adding package versioning logic to package_command
Craig Tracey
2013-01-15
add support for operating system families
ctracey
2012-11-13
Update how errors are handled when writing and reading hostnames.
Joshua Harlow
2012-11-12
Rebased with HEAD and resolved conflicts.
Joshua Harlow
2012-11-08
Fix the case where on a redhat based system
Joshua Harlow
2012-10-27
Helpful cleanups.
harlowja
2012-10-11
More adjustments/cleanups for the system configuration
Joshua Harlow
2012-10-10
Add comments as to a future refactoring
Joshua Harlow
2012-10-10
System config niceness!
Joshua Harlow
2012-09-20
Instead of special casing the empty list
Joshua Harlow
2012-09-19
Fix the ifup so that if a list of devices is provided
Joshua Harlow
2012-09-19
do not write a comment in /etc/hostname.
Scott Moser
2012-09-19
write trailing newlines on generated files
Scott Moser
2012-08-22
rework package mirror selection
Scott Moser
2012-06-29
add update_package_sources to distro class
Scott Moser
2012-06-29
[merge from trunk] Use --quiet when running apt-get
Scott Moser
2012-06-22
1. Add a ubuntu and fedora subclass of the RH/debian root classes
Joshua Harlow