diff options
| author | Carl Hetherington <cth@carlh.net> | 2012-12-09 16:30:16 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2012-12-09 16:30:16 +0000 |
| commit | 667e9950f25277aea45c51b29fc1ef1439c5c5fe (patch) | |
| tree | 964df1e0d9c066b10e3a6024ba80f664f82c498a | |
| parent | 2385a5c4e83295921ec10e59bb2b2b66a492bb47 (diff) | |
Just build the tarball in the release script.
| -rw-r--r-- | ChangeLog | 5 | ||||
| -rwxr-xr-x | release | 6 |
2 files changed, 5 insertions, 6 deletions
@@ -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. @@ -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") |
