From 8c1a2972ac7e18758759515c3c1889c5b6fd86b5 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 17 Apr 2013 10:37:04 +0100 Subject: [PATCH] cscript; rename build -> release. --- cscript | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cscript b/cscript index 4873df654..eac0fb089 100644 --- 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') -- 2.30.2