cscript; rename build -> release.
authorCarl Hetherington <cth@carlh.net>
Wed, 17 Apr 2013 09:37:04 +0000 (10:37 +0100)
committerCarl Hetherington <cth@carlh.net>
Wed, 17 Apr 2013 09:37:04 +0000 (10:37 +0100)
cscript

diff --git a/cscript b/cscript
index 4873df654c39cd3edc981139d10922f49bdb5b1d..eac0fb08969c89d2292defc69eca3f7e40fb0c96 100644 (file)
--- a/cscript
+++ b/cscript
@@ -1,8 +1,8 @@
 import glob
 
-builds = ['ubuntu-12.04-32', 'ubuntu-12.10-32', 'ubuntu-12.04-64', 'ubuntu-12.10-64', 'source', 'windows-32', 'windows-64']
+releases = ['ubuntu-12.04-32', 'ubuntu-12.10-32', 'ubuntu-12.04-64', 'ubuntu-12.10-64', 'source', 'windows-32', 'windows-64']
 
-def build(environment, variant, version):
+def release(environment, variant, version):
     if environment == 'windows':
         command('./waf configure --target-windows')
         command('./waf clean')