summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-04-17 10:41:57 +0100
committerCarl Hetherington <cth@carlh.net>2013-04-17 10:41:57 +0100
commit63ec6f067fb6de3f65a03237fabb4f687cf74d4b (patch)
treed4c3851567e8004a72e969486b06b9d640dab28a /cscript
parentf074b7016ec58e831d9270f98ddc3ea31874a786 (diff)
parent8d0cf4537624066e9ff2bc7152d792b2bf5e8038 (diff)
Merge branch 'master' into staging
Diffstat (limited to 'cscript')
-rw-r--r--cscript4
1 files changed, 2 insertions, 2 deletions
diff --git a/cscript b/cscript
index eac0fb089..2e09d2bcd 100644
--- a/cscript
+++ b/cscript
@@ -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')