|
Last change
on this file since 942 was
942,
checked in by moo, 11 months ago
|
|
note about release steps
|
-
Property svn:eol-style set to
native
|
|
File size:
1.1 KB
|
| Line | |
|---|
| 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) |
|---|
| 33 | |
|---|
| 34 | ====================================== |
|---|
| 35 | ====================================== |
|---|
| 36 | Release: |
|---|
| 37 | cd xcache |
|---|
| 38 | cp -a xcache-trunk xcache-$version |
|---|
| 39 | cd .. |
|---|
| 40 | ./bootstrap |
|---|
| 41 | make |
|---|
| 42 | release=1 ./scripts/updatepackage xcache $version |
|---|
Note: See
TracBrowser
for help on using the repository browser.