diff options
| author | Matt Dainty <matt+alpine@bodgit-n-scarper.com> | 2016-03-24 16:33:23 +0000 |
|---|---|---|
| committer | Timo Teräs <timo.teras@iki.fi> | 2016-03-25 12:06:58 +0000 |
| commit | e45e5d7aaaa1403955effa893a02d91f0791bb67 (patch) | |
| tree | 168cf61c6ec18eef43ed0c4fd3f1e9da96967039 /testing/cloud-init/10-setup.patch | |
| parent | e4bcb0bffd74aba1aa5c9378d2cf13495f359b1e (diff) | |
| download | aports-e45e5d7aaaa1403955effa893a02d91f0791bb67.tar.bz2 aports-e45e5d7aaaa1403955effa893a02d91f0791bb67.tar.xz | |
testing/cloud-init: new aport
http://launchpad.net/cloud-init
Cloud instance init scripts
Diffstat (limited to 'testing/cloud-init/10-setup.patch')
| -rw-r--r-- | testing/cloud-init/10-setup.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/testing/cloud-init/10-setup.patch b/testing/cloud-init/10-setup.patch new file mode 100644 index 000000000..6ee9a7cd0 --- /dev/null +++ b/testing/cloud-init/10-setup.patch @@ -0,0 +1,12 @@ +--- cloud-init-0.7.6/setup.py.orig ++++ cloud-init-0.7.6/setup.py +@@ -160,9 +160,4 @@ + [f for f in glob('doc/examples/seed/*') if is_f(f)]), + ], + install_requires=read_requires(), +- cmdclass={ +- # Use a subclass for install that handles +- # adding on the right init system configuration files +- 'install': InitsysInstallData, +- }, + ) |
