summaryrefslogtreecommitdiff
path: root/release
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2012-12-09 16:30:16 +0000
committerCarl Hetherington <cth@carlh.net>2012-12-09 16:30:16 +0000
commit667e9950f25277aea45c51b29fc1ef1439c5c5fe (patch)
tree964df1e0d9c066b10e3a6024ba80f664f82c498a /release
parent2385a5c4e83295921ec10e59bb2b2b66a492bb47 (diff)
Just build the tarball in the release script.
Diffstat (limited to 'release')
-rwxr-xr-xrelease6
1 files changed, 0 insertions, 6 deletions
diff --git a/release b/release
index 19b244037..bef5648dd 100755
--- a/release
+++ b/release
@@ -45,10 +45,6 @@ command("./waf clean")
command("./waf configure")
command("./waf")
command("./waf dist")
-command("./builds/windows-32")
-shutil.copy(os.path.join('build', 'windows', 'DVD-o-matic %s 32-bit Installer.exe' % new_version), '.')
-command("./builds/windows-64")
-shutil.copy(os.path.join('build', 'windows', 'DVD-o-matic %s 64-bit Installer.exe' % new_version), '.')
check_diff_with_user()
@@ -59,5 +55,3 @@ if args.release:
version.rewrite_wscript(version.Version.bump_and_to_pre)
check_diff_with_user()
command("git commit -a -m \"Bump version\"")
-
-command("cp DVD-o-matic*.exe dvdomatic-*.tar.bz2 /home/carl/public_html/carlh.net/software/dvdomatic")