summaryrefslogtreecommitdiffstats
path: root/remote/modules/openstack/module.build
diff options
context:
space:
mode:
authorJonathan Bauer2014-04-30 14:15:55 +0200
committerJonathan Bauer2014-04-30 14:15:55 +0200
commit043571cbc63b058dd91f0938ceba93c0e72d0ff2 (patch)
treef4a17e93454bf978a4ee4049f8c82b0ca26910df /remote/modules/openstack/module.build
parent[in-system-hack] Fix cupsfilters.convs file (diff)
downloadtm-scripts-043571cbc63b058dd91f0938ceba93c0e72d0ff2.tar.gz
tm-scripts-043571cbc63b058dd91f0938ceba93c0e72d0ff2.tar.xz
tm-scripts-043571cbc63b058dd91f0938ceba93c0e72d0ff2.zip
[openstack] skeleton for new openstack module
Diffstat (limited to 'remote/modules/openstack/module.build')
-rw-r--r--remote/modules/openstack/module.build11
1 files changed, 11 insertions, 0 deletions
diff --git a/remote/modules/openstack/module.build b/remote/modules/openstack/module.build
new file mode 100644
index 00000000..97e93235
--- /dev/null
+++ b/remote/modules/openstack/module.build
@@ -0,0 +1,11 @@
+fetch_source() {
+ :
+}
+
+build() {
+ :
+}
+
+post_copy() {
+ :
+}