root / trunk / contrib / make-release.sh
| Revision 1265, 473 bytes (checked in by gogo, 2 years ago) |
|---|
| Line | |
|---|---|
| 1 | # Run this with bash from the root of your SVN working copy checkout of the trunk |
| 2 | # it will dump int /tmp the archived release files |
| 3 | # eg bash contrib/make-release.sh |
| 4 | |
| 5 | VER=0.96.1 |
| 6 | |
| 7 | # |
| 8 | # |
| 9 | svn export $(pwd) /tmp/Xinha-$VER |
| 10 | cd /tmp |
| 11 | zip -r Xinha-$VER.zip /tmp/Xinha-$VER |
| 12 | tar -cjvf Xinha-$VER.tar.bz2 /tmp/Xinha-$VER |
| 13 | cd Xinha-$VER |
| 14 | php contrib/compress_yui.php |
| 15 | sleep 5 |
| 16 | cd ../ |
| 17 | zip -r Xinha-$Ver-Compressed.zip /tmp/Xinha-$VER |
| 18 | tar -cjvf Xinha-$Ver-Compressed.tar.bz2 /tmp/Xinha-$VER |
Note: See TracBrowser
for help on using the browser.
