Ok I have modified the Changelog and the INSTALL file, added all of allans clean ups and tarred up what a release candidate 2 for 1.2.0 Its sitting at http://developer.koha.org/koha-1.2.0-rc2.tar.gz I think what we are still missing before we release it to the world is some update docs. And to finish the installer Chris -- Chris Cormack chris@katipo.co.nz Programmer 025 500 579 Katipo Communications www.katipo.co.nz
On 6 Jun 2002, Chris Cormack wrote:
Ok
I have modified the Changelog and the INSTALL file, added all of allans clean ups and tarred up what a release candidate 2 for 1.2.0
Its sitting at http://developer.koha.org/koha-1.2.0-rc2.tar.gz
This is awesome! Great work everyone. -pate
I think what we are still missing before we release it to the world is some update docs. And to finish the installer
Chris
On Thu, Jun 06, 2002 at 11:56:34PM +1200, Chris Cormack wrote:
I think what we are still missing before we release it to the world is some update docs. And to finish the installer
There are a few items missing from updater/updatedatabase that I plan on doing in the next day or two. Any other spots need particular attention before the release? -- ---- Alan Millar --==> am12@bolis.com <==--
On Fri, 2002-06-07 at 02:19, Alan Millar wrote:
On Thu, Jun 06, 2002 at 11:56:34PM +1200, Chris Cormack wrote:
I think what we are still missing before we release it to the world is some update docs. And to finish the installer
There are a few items missing from updater/updatedatabase that I plan on doing in the next day or two.
Any other spots need particular attention before the release?
I think those are it. There are no other blocking bugs im aware of. I think an Upgrade doc, the installer, and your fixes to the updatedatabase and we should be good to go. Ohh just had a thought,a small demo/sample database might be worth including as well. Chris -- Chris Cormack chris@katipo.co.nz Programmer 025 500 579 Katipo Communications www.katipo.co.nz
On Thu, Jun 06, 2002 at 11:56:34PM +1200, Chris Cormack wrote:
I think what we are still missing before we release it to the world is
We need a launcher for the z3950 search daemon. I have a script that works, which I can throw in. Steve- did you have any plans for this, or is there an existing one that I just missed? The way I see it, there are a few requirements I'd want in it: - the daemon should not run as root, for general design safety - it should be launchable by root, so people can put it in system startup scripts like rc.local - it should allow local flexibility, such as setting PERL5LIB for modules - Preferably, log its diagnostic messages. Here's what I came up with: ---- File z3950-daemon-launch.sh ---- RUNASUSER=apache su -s /bin/sh -c '/usr/local/koha/z3950-daemon-shell.sh &' - $RUNASUSER & ------------------------------------- ---- File z3950-daemon-shell.sh ---- #!/bin/sh LOGFILE=/usr/local/koha/logs/z3950-daemon-`date +%Y%m%d-%H%M` PERL5LIB=/usr/local/koha/modules export PERL5LIB exec /usr/local/koha/www/koha/cgi-bin/koha/acqui.simple/processz3950queue >>$LOGFILE 2>&1 ------------------------------------- We can use this or feel free to embellish as needed, etc. What also might be nice: - Proper sysV-type rc.* start-up script ( S90z3950daemon -> z3950daemon start ) - Log file rotation? - Alan ---- Alan Millar --==> am12@bolis.com <==--
On Fri, 2002-06-07 at 20:23, Alan Millar wrote:
On Thu, Jun 06, 2002 at 11:56:34PM +1200, Chris Cormack wrote:
I think what we are still missing before we release it to the world is
We need a launcher for the z3950 search daemon. I have a script that works, which I can throw in. Steve- did you have any plans for this, or is there an existing one that I just missed?
The way I see it, there are a few requirements I'd want in it: - the daemon should not run as root, for general design safety - it should be launchable by root, so people can put it in system startup scripts like rc.local - it should allow local flexibility, such as setting PERL5LIB for modules - Preferably, log its diagnostic messages.
Hi Alan Can you add this into the cvs tree, in both the main and rel-1-2 branch please? Unless Steve has gotten back to you off list that is :) Chris -- Chris Cormack chris@katipo.co.nz Programmer 025 500 579 Katipo Communications www.katipo.co.nz
participants (3)
-
Alan Millar -
Chris Cormack -
Pat Eyler