Just build the tarball in the release script.
authorCarl Hetherington <cth@carlh.net>
Sun, 9 Dec 2012 16:30:16 +0000 (16:30 +0000)
committerCarl Hetherington <cth@carlh.net>
Sun, 9 Dec 2012 16:30:16 +0000 (16:30 +0000)
ChangeLog
release

index 06b180baea23f45657090bcf5dc81441b1e36301..9e869be627ff13de198395c9bd1be37a4c85453a 100644 (file)
--- 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 19b244037ae022df3e51ea0e3ab5b067a454340b..bef5648dd9f3b5ee6c50bb98eb374c7477803149 100755 (executable)
--- 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")