summaryrefslogtreecommitdiff
path: root/cloudinit-support
diff options
context:
space:
mode:
Diffstat (limited to 'cloudinit-support')
-rw-r--r--cloudinit-support/boto.morph5
-rw-r--r--cloudinit-support/cloud-init.morph25
-rw-r--r--cloudinit-support/configobj.morph5
-rw-r--r--cloudinit-support/python-cheetah.morph5
-rw-r--r--cloudinit-support/python-json-patch.morph5
-rw-r--r--cloudinit-support/python-json-pointer.morph7
-rw-r--r--cloudinit-support/python-prettytable.morph9
-rw-r--r--cloudinit-support/python-requests.morph5
8 files changed, 66 insertions, 0 deletions
diff --git a/cloudinit-support/boto.morph b/cloudinit-support/boto.morph
new file mode 100644
index 00000000..b8f7d935
--- /dev/null
+++ b/cloudinit-support/boto.morph
@@ -0,0 +1,5 @@
+name: cloudinit-support/boto.morph
+kind: chunk
+repo: upstream:boto
+ref: bd49c22b5a30bf58096d58efc4762f1fea3e2caf
+build-system: python-distutils
diff --git a/cloudinit-support/cloud-init.morph b/cloudinit-support/cloud-init.morph
new file mode 100644
index 00000000..cad89059
--- /dev/null
+++ b/cloudinit-support/cloud-init.morph
@@ -0,0 +1,25 @@
+name: cloudinit-support/cloud-init.morph
+kind: chunk
+repo: upstream:cloud-init
+ref: eeb4923b3528ebf4d93d8297b2d489738c3ea7c3
+build-system: python-distutils
+post-install-commands:
+- mkdir -p "$DESTDIR"/lib/systemd/system
+- cp systemd/* "$DESTDIR"/lib/systemd/system/
+- mkdir -p "$DESTDIR"/etc/systemd/system/
+- |
+ for S in $(cd systemd; ls *.service); do
+ ln -s /lib/systemd/system/$S "$DESTDIR"/etc/systemd/system/$S;
+ done
+- mkdir -p "$DESTDIR"/lib/systemd/system/multi-user.target.wants/
+- |
+ for S in $(cd systemd; ls *.service); do
+ ln -s /lib/systemd/system/$S "$DESTDIR"/lib/systemd/system/multi-user.target.wants/$S;
+ done
+build_depends:
+- cloudinit-support/boto.morph
+- cloudinit-support/configobj.morph
+- cloudinit-support/python-requests.morph
+- cloudinit-support/python-prettytable.morph
+- cloudinit-support/python-json-pointer.morph
+- cloudinit-support/python-cheetah.morph
diff --git a/cloudinit-support/configobj.morph b/cloudinit-support/configobj.morph
new file mode 100644
index 00000000..1617472e
--- /dev/null
+++ b/cloudinit-support/configobj.morph
@@ -0,0 +1,5 @@
+name: cloudinit-support/configobj.morph
+kind: chunk
+repo: upstream:configobj
+ref: 935a78736e4eb43b9fafae87f5e9902328673f63
+build-system: python-distutils
diff --git a/cloudinit-support/python-cheetah.morph b/cloudinit-support/python-cheetah.morph
new file mode 100644
index 00000000..ee177f7f
--- /dev/null
+++ b/cloudinit-support/python-cheetah.morph
@@ -0,0 +1,5 @@
+name: cloudinit-support/python-cheetah.morph
+kind: chunk
+repo: upstream:python-cheetah
+ref: 831aa6b99d9b4fb012ee644d8e80e0bc0eb6d6ed
+build-system: python-distutils
diff --git a/cloudinit-support/python-json-patch.morph b/cloudinit-support/python-json-patch.morph
new file mode 100644
index 00000000..afa97965
--- /dev/null
+++ b/cloudinit-support/python-json-patch.morph
@@ -0,0 +1,5 @@
+name: cloudinit-support/python-json-patch.morph
+kind: chunk
+repo: upstream:python-json-patch
+ref: 27c7032de25923593fa17cc14f535fb7abd52448
+build-system: python-distutils
diff --git a/cloudinit-support/python-json-pointer.morph b/cloudinit-support/python-json-pointer.morph
new file mode 100644
index 00000000..d0d34179
--- /dev/null
+++ b/cloudinit-support/python-json-pointer.morph
@@ -0,0 +1,7 @@
+name: cloudinit-support/python-json-pointer.morph
+kind: chunk
+repo: upstream:python-json-pointer
+ref: 48dce313141ba5bf0d2f3dd2e590042c05755e53
+build-system: python-distutils
+build_depends:
+- cloudinit-support/python-json-patch.morph
diff --git a/cloudinit-support/python-prettytable.morph b/cloudinit-support/python-prettytable.morph
new file mode 100644
index 00000000..43f2250d
--- /dev/null
+++ b/cloudinit-support/python-prettytable.morph
@@ -0,0 +1,9 @@
+name: cloudinit-support/python-prettytable.morph
+kind: chunk
+repo: upstream:python-prettytable
+ref: 941133673e5a0003cd5ce1b6db2a51cf3307d9c1
+build-system: manual
+build-commands:
+- cd src && python setup.py build
+install-commands:
+- cd src && python setup.py install --prefix "$PREFIX" --root "$DESTDIR"
diff --git a/cloudinit-support/python-requests.morph b/cloudinit-support/python-requests.morph
new file mode 100644
index 00000000..ff3491c7
--- /dev/null
+++ b/cloudinit-support/python-requests.morph
@@ -0,0 +1,5 @@
+name: cloudinit-support/python-requests.morph
+kind: chunk
+repo: upstream:python-requests
+ref: b891877ee6d76b0a3f8cbf2e7cd34cc4cbc40b6b
+build-system: python-distutils