]> git.pond.sub.org Git - empserver/commit
Add server.log and journal.log to nightly build
authorRon Koenderink <rkoenderink@yahoo.ca>
Sun, 24 Aug 2008 15:09:22 +0000 (09:09 -0600)
committerRon Koenderink <rkoenderink@yahoo.ca>
Sun, 24 Aug 2008 15:09:22 +0000 (09:09 -0600)
commitd9cc5aab1049e05671492b37e93507832189551b
treed228ab24a846af19ac6197dcf7f9862f30244433
parent0f458d2c0cedecccec8e6e5ac004cf205e61d9b3
Add server.log and journal.log to nightly build

Turn on journaling using journal.econfig.
Append the server.log and journal.log files
to the nightly build log in the SERVERSTOP step.
Remove the server.log and journal.log in the
SERVERSTART step to ensure only this run's log
events are included in the nightly build log.
Add the construction of a econfig in the
generate step using *.econfig in the patches
directory in a same way code patches are applied.
The mingw.patch was removed and replaced with the
mingw.econfig.  The mingw.econfig also required
the addition of exports to the win32.i386.config.
src/scripts/nightly/conf/win32.i386.config
src/scripts/nightly/nightlybuild.sh
src/scripts/nightly/patches/All/journal.econfig [new file with mode: 0644]
src/scripts/nightly/patches/win32.i386/mingw.econfig [new file with mode: 0644]
src/scripts/nightly/patches/win32.i386/mingw.patch [deleted file]