~harlowja/cloud-init/cloud-init-tag-distros

Fix apt configure unittests to run in more environments

As well as some improvements that were found along testing them and due to
the fact that we review some of that code again in the scope of curtin
currently.

Tests:
 - add a test for an alternate keyserver
 - harden mirrorfail tests to detect and skip if no network is available
 - improve apt_source related tests to work on CentOS7

Changes:
 - gpg key handling is now in python instead of a shell blob and moved
   to its own module.
 - packages/bddeb has an option to sign as someone else than smoser
 - make exception handling of apt_source features more specific
   (do not catch broad 'Exception')
 - rename some functions to reflect better what they actually do
 - capture some helper subp calls output to avoid spilling into stdout when
   not intended
Filename Latest Rev Last Changed Committer Comment Size
..
bin 559.2.1 12 years ago Joshua Harlow Move binaries to an actual binary dir. Diff
cloudinit 144 15 years ago Scott Moser globally remove ec2init and rename to cloudinit Diff
config 271 14 years ago Scott Moser remove 'biultin' config, separate cloud.cfg This Diff
doc 133 15 years ago Scott Moser add doc/userdata.txt, move examples to doc/. Diff
packages 559.2.335 12 years ago Joshua Harlow 1. Moving around the packages dir. 2. Adjusting th Diff
systemd 465 13 years ago Scott Moser Add sample/example systemd config files This impo Diff
sysvinit 559.2.435 12 years ago Scott Moser setup.py: rename "daemon type" to "init system" T Diff
templates 14 15 years ago Bazaar Package Importer * ec2-set-apt-sources.py: - Use a template to ge Diff
tests 499.1.1 13 years ago Mike Milner Add initial unit test framework. Add initial tests Diff
tools 82 15 years ago Scott Moser add tools/ directory and 'write-mime-multipart' w Diff
udev 1121.2.4 9 years ago Daniel Watkins Add udev rules for Azure ephemeral disks. And ins Diff
upstart 80 15 years ago Scott Moser put upstart files in upstart/, minor other changes Diff
.bzrignore 1052.1.3 10 years ago Barry Warsaw Fix file modes to be Python 2/3 compatible. 42 bytes Diff Download File
ChangeLog 1229 8 years ago Scott Moser Change missing Cheetah log warning to debug [Andre 44.9 KB Diff Download File
HACKING.rst 1000.1.2 10 years ago Jay Faulkner Remove pylint pylint was not passing, and per smo 1.5 KB Diff Download File
LICENSE 450 13 years ago Scott Moser add LICENSE file 34.3 KB Diff Download File
Makefile 1172 9 years ago Scott Moser Apply pep8, pyflakes fixes for python2 and 3 Upda 1.7 KB Diff Download File
MANIFEST.in 1052.1.1 10 years ago Barry Warsaw * Added a simple tox.ini file * Use universal_newl 167 bytes Diff Download File
requirements.txt 1052.1.24 10 years ago Barry Warsaw Port the MAAS code to oauthlib. 948 bytes Diff Download File
File setup.py 1220.2.16 8 years ago Scott Moser remove blocking udev functionality This didn't re 6.7 KB Diff Download File
test-requirements.txt 1219 8 years ago Scott Moser fix up tests that take too long due to retries and 275 bytes Diff Download File
TODO.rst 978 10 years ago Scott Moser move TODO to TODO.rst 2.1 KB Diff Download File
tox.ini 1220.2.21 8 years ago Scott Moser revert unintended change to tox.ini 691 bytes Diff Download File