From 667e9950f25277aea45c51b29fc1ef1439c5c5fe Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sun, 9 Dec 2012 16:30:16 +0000 Subject: [PATCH] Just build the tarball in the release script. --- ChangeLog | 5 +++++ release | 6 ------ 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 + + * Build against libdcp compiled with -O2 instead + of -O3. + 2012-12-05 Carl Hetherington * 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") -- 2.30.2