| [905] | 1 | ====================================== |
|---|
| 2 | step 1: |
|---|
| 3 | mkdir xcache-trunk |
|---|
| 4 | cd xcache-trunk |
|---|
| 5 | svn co svn://svn.lighttpd.net/xcache/trunk xcache |
|---|
| 6 | outputs: |
|---|
| 7 | xcache-trunk/xcache/ (xcache source) |
|---|
| 8 | |
|---|
| 9 | ====================================== |
|---|
| 10 | step 2 files: |
|---|
| 11 | win32build.zip (simplified win32build.zip) |
|---|
| 12 | get (script to get source) |
|---|
| 13 | prepare (script to simplify php source) |
|---|
| 14 | outputs: |
|---|
| 15 | win32build/ (unzip manually) |
|---|
| 16 | php-x.y.z-prepare.log (simplify log) |
|---|
| 17 | php-x.y.z/ (simplified php source, with php5+ win32 building system) |
|---|
| 18 | |
|---|
| 19 | ====================================== |
|---|
| 20 | step 3 files: |
|---|
| 21 | snapshot (script to make snapshot) |
|---|
| 22 | outputs: |
|---|
| 23 | xcache-r$REV.svn.log (`svn up` log) |
|---|
| 24 | xcache-r$REV.tar.gz (snapshot) |
|---|
| 25 | |
|---|
| 26 | ====================================== |
|---|
| 27 | step 4 files: |
|---|
| 28 | rules.mak (makefile-alike sh script) |
|---|
| 29 | run (script to run builders, run snapshot) |
|---|
| 30 | build (builder script) |
|---|
| 31 | outputs: |
|---|
| 32 | build-for-php-x.y.z-Win32-XCache-r$REV.zip (win32 autobuild zip file) |
|---|
| [942] | 33 | |
|---|
| 34 | ====================================== |
|---|
| 35 | ====================================== |
|---|
| 36 | Release: |
|---|
| 37 | cd xcache |
|---|
| 38 | cp -a xcache-trunk xcache-$version |
|---|
| [1162] | 39 | svn switch |
|---|
| 40 | update version in xcache.h |
|---|
| [942] | 41 | cd .. |
|---|
| 42 | ./bootstrap |
|---|
| 43 | make |
|---|
| 44 | release=1 ./scripts/updatepackage xcache $version |
|---|
| [1162] | 45 | ====================================== |
|---|
| 46 | trac: add new / close old milestone, add new version |
|---|
| 47 | trac wiki: add release note, add to wiki FirstPage, add to ReleaseArchive, add to NewsArchive, English/Chinese |
|---|
| 48 | notify: freshmeat, google groups |
|---|