summaryrefslogtreecommitdiff
path: root/cscript.py
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-04-07 21:54:31 +0100
committerCarl Hetherington <cth@carlh.net>2013-04-07 21:54:31 +0100
commitf3249a5f7ce3b068afefb7e9178a6e26910501b1 (patch)
treec8d7f87682592b6f35397927edadfc2b742d6bbd /cscript.py
parent7ec8f81dfe388e4bca547315e93bdb4045f90e8d (diff)
More cdist tinkering.
Diffstat (limited to 'cscript.py')
-rw-r--r--cscript.py8
1 files changed, 8 insertions, 0 deletions
diff --git a/cscript.py b/cscript.py
new file mode 100644
index 000000000..f34e7aeee
--- /dev/null
+++ b/cscript.py
@@ -0,0 +1,8 @@
+import cdisy
+
+def builds():
+ return ['source']
+
+def build_source():
+ cdist.build_source_waf()
+