summaryrefslogtreecommitdiff
path: root/release
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2012-12-09 16:34:59 +0000
committerCarl Hetherington <cth@carlh.net>2012-12-09 16:34:59 +0000
commitfce4af19722cb9c4f4a9c0f9b07fd4988f8b53a6 (patch)
treec7cc81560d75e2c90b835473b47f7d8d274e1884 /release
parent55f910e620f95a6e51a9dcc7229a1ba022d32d42 (diff)
Don't build on release; fix bug.
Diffstat (limited to 'release')
-rwxr-xr-xrelease4
1 files changed, 1 insertions, 3 deletions
diff --git a/release b/release
index bef5648dd..ea85e2f3f 100755
--- a/release
+++ b/release
@@ -42,8 +42,6 @@ new_version = version.rewrite_wscript(m)
version.append_to_changelog(new_version)
command("./waf clean")
-command("./waf configure")
-command("./waf")
command("./waf dist")
check_diff_with_user()
@@ -51,7 +49,7 @@ check_diff_with_user()
command("git commit -a -m \"Bump version\"")
command("git tag -m \"v%s\" v%s" % (new_version, new_version))
-if args.release:
+if args.full:
version.rewrite_wscript(version.Version.bump_and_to_pre)
check_diff_with_user()
command("git commit -a -m \"Bump version\"")