summaryrefslogtreecommitdiff
path: root/cloudinit/distros/debian.py
AgeCommit message (Expand)Author
2013-12-14support calling apt with eatmydata, enable by default if available.Scott Moser
2013-07-24Remove duplicate timezone file finding and error raising.Joshua Harlow
2013-04-03invoke dist-upgrade instead of upgrade for apt upgradesScott Moser
2013-04-03invoke 'dist-upgrade' instead of 'upgrade' on for upgrades.Scott Moser
2013-03-07allow customization of apt-get command, add --force-unsafe-ioScott Moser
2013-03-07pep8 and pylint fixesScott Moser
2013-01-27Adding package versioning logic to package_commandCraig Tracey
2013-01-15add support for operating system familiesctracey
2012-11-13Update how errors are handled when writing and reading hostnames.Joshua Harlow
2012-11-12Rebased with HEAD and resolved conflicts.Joshua Harlow
2012-11-08Fix the case where on a redhat based systemJoshua Harlow
2012-10-27Helpful cleanups.harlowja
2012-10-11More adjustments/cleanups for the system configurationJoshua Harlow
2012-10-10Add comments as to a future refactoringJoshua Harlow
2012-10-10System config niceness!Joshua Harlow
2012-09-20Instead of special casing the empty listJoshua Harlow
2012-09-19Fix the ifup so that if a list of devices is providedJoshua Harlow
2012-09-19do not write a comment in /etc/hostname.Scott Moser
2012-09-19write trailing newlines on generated filesScott Moser
2012-08-22rework package mirror selectionScott Moser
2012-06-29add update_package_sources to distro classScott Moser
2012-06-29[merge from trunk] Use --quiet when running apt-getScott Moser
2012-06-221. Add a ubuntu and fedora subclass of the RH/debian root classesJoshua Harlow