Cortado/release
From XiphWiki
(Difference between revisions)
(Created page with ' * Tag new cortado * Build tar * Verify that builds from the tar work and display a sensible version * Compile with JDK 1.3 * Pass the cortado-ovt-stripped- jar through proguard …') |
(elaborate on some steps) |
||
| Line 1: | Line 1: | ||
| - | + | * Tag new cortado locally, e.g. 'git tag 0.5.7' | |
| - | * Tag new cortado | + | * Build tar with 'ant distcheck' |
| - | * Build tar | + | * Verify that builds from the tar from output/dist/src work and displays a sensible version |
| - | * Verify that builds from the tar work and | + | * Compile with JDK 1.3 'ant release' |
| - | * Compile with JDK 1.3 | + | * Pass the cortado-ovt-stripped-* jar through proguard using [[release/pgconfig|this config]] and replace the stripped version with the result |
| - | * Pass the cortado-ovt-stripped- jar through proguard using [[release/pgconfig|this config]] and replace the stripped with the result | + | * Test to make sure the resulting jars are usable |
| - | * Test to make sure the | + | * Copy the working .jar files to a checkout of https://svn.xiph.org/releases/cortado/ |
| - | * Copy the -stripped- to cortado_latest.jar | + | * Copy the -stripped- jar to cortado_latest.jar |
| - | * Update the checksums. | + | * Update the checksums, e.g. with 'md5sum cortado-0.5.7.tar.gz cortado-0.5.7-*.jar >> MD5SUMS.txt' |
| - | * Put the latest, debug, stripped versions on releases.xiph.org | + | * Put the latest, debug, stripped versions on releases.xiph.org with 'svn commit' |
* Nag drac667 to sign the binaries | * Nag drac667 to sign the binaries | ||
* Post the signed version to releases.xiph.org | * Post the signed version to releases.xiph.org | ||
* Post the signed version to theora.org as cortado.jar | * Post the signed version to theora.org as cortado.jar | ||
* Update this list | * Update this list | ||
Revision as of 22:07, 5 November 2009
- Tag new cortado locally, e.g. 'git tag 0.5.7'
- Build tar with 'ant distcheck'
- Verify that builds from the tar from output/dist/src work and displays a sensible version
- Compile with JDK 1.3 'ant release'
- Pass the cortado-ovt-stripped-* jar through proguard using this config and replace the stripped version with the result
- Test to make sure the resulting jars are usable
- Copy the working .jar files to a checkout of https://svn.xiph.org/releases/cortado/
- Copy the -stripped- jar to cortado_latest.jar
- Update the checksums, e.g. with 'md5sum cortado-0.5.7.tar.gz cortado-0.5.7-*.jar >> MD5SUMS.txt'
- Put the latest, debug, stripped versions on releases.xiph.org with 'svn commit'
- Nag drac667 to sign the binaries
- Post the signed version to releases.xiph.org
- Post the signed version to theora.org as cortado.jar
- Update this list