summaryrefslogtreecommitdiff
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
parent2385a5c4e83295921ec10e59bb2b2b66a492bb47 (diff)
Just build the tarball in the release script.
-rw-r--r--ChangeLog5
-rwxr-xr-xrelease6
2 files changed, 5 insertions, 6 deletions
diff --git a/ChangeLog b/ChangeLog
index 06b180bae..9e869be62 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2012-12-09 Carl Hetherington <cth@carlh.net>
+
+ * Build against libdcp compiled with -O2 instead
+ of -O3.
+
2012-12-05 Carl Hetherington <cth@carlh.net>
* Version 0.59beta1 released.
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")