diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-04-07 21:54:31 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-04-07 21:54:31 +0100 |
| commit | f3249a5f7ce3b068afefb7e9178a6e26910501b1 (patch) | |
| tree | c8d7f87682592b6f35397927edadfc2b742d6bbd /cscript.py | |
| parent | 7ec8f81dfe388e4bca547315e93bdb4045f90e8d (diff) | |
More cdist tinkering.
Diffstat (limited to 'cscript.py')
| -rw-r--r-- | cscript.py | 8 |
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() + |
