diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-04-17 10:41:57 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-04-17 10:41:57 +0100 |
| commit | 63ec6f067fb6de3f65a03237fabb4f687cf74d4b (patch) | |
| tree | d4c3851567e8004a72e969486b06b9d640dab28a /cscript | |
| parent | f074b7016ec58e831d9270f98ddc3ea31874a786 (diff) | |
| parent | 8d0cf4537624066e9ff2bc7152d792b2bf5e8038 (diff) | |
Merge branch 'master' into staging
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,8 +1,8 @@ import glob -releases = ['ubuntu-12.04-32', 'ubuntu-12.10-32', 'ubuntu-12.04-64', 'ubuntu-12.10-64', 'source', 'windows-32', 'windows-64'] +release_targets = ['ubuntu-12.04-32', 'ubuntu-12.10-32', 'ubuntu-12.04-64', 'ubuntu-12.10-64', 'source', 'windows-32', 'windows-64'] -def release(environment, variant, version): +def build_release(environment, variant, version): if environment == 'windows': command('./waf configure --target-windows') command('./waf clean') |
