Re: [OPEN-ILS-DEV] Rewrite of build-db.sh

2008-07-29 Thread Aaron Joyner
Awesome, I'm glad it was useful. I'll keep my eyes out for other improvements I can make. :) Aaron S. Joyner On Sun, Jul 27, 2008 at 3:05 PM, Dan Scott [EMAIL PROTECTED] wrote: Many thanks for this patch - I have applied it, with one minor change (006.data.permissions.sql no longer exists

Re: [OPEN-ILS-DEV] Rewrite of build-db.sh

2008-07-27 Thread Dan Scott
Many thanks for this patch - I have applied it, with one minor change (006.data.permissions.sql no longer exists in trunk). Sorry for the delay in testing and committing... dang holidays! Dan 2008/7/15 Aaron Joyner [EMAIL PROTECTED]: Whoops. :) File actually attached... Aaron S. Joyner

Re: [OPEN-ILS-DEV] Rewrite of build-db.sh

2008-07-15 Thread Dan Scott
2008/7/15 Aaron Joyner [EMAIL PROTECTED]: The attached patch is a rewrite of build-db.sh. I originally intended to just make it gracefully handle missing files, but I got on a roll. A break down of changes, by bullet points: - validate that the fts-config.sql script exists for the specified

Re: [OPEN-ILS-DEV] Rewrite of build-db.sh

2008-07-15 Thread Aaron Joyner
On Tue, Jul 15, 2008 at 9:05 AM, Dan Scott [EMAIL PROTECTED] wrote: 2008/7/15 Aaron Joyner [EMAIL PROTECTED]: The attached patch is a rewrite of build-db.sh. I originally intended to just make it gracefully handle missing files, but I got on a roll. A break down of changes, by bullet

Re: [OPEN-ILS-DEV] Rewrite of build-db.sh

2008-07-15 Thread Dan Scott
2008/7/15 Aaron Joyner [EMAIL PROTECTED]: On Tue, Jul 15, 2008 at 9:05 AM, Dan Scott [EMAIL PROTECTED] wrote: snip Sadly, we may have a bit of a collision in one small area, as I committed an initial PostgreSQL 8.3 full text search schema to trunk about 8 hours ago - so if a user doesn't

Re: [OPEN-ILS-DEV] Rewrite of build-db.sh

2008-07-15 Thread Aaron Joyner
Round 2! This adds the following changes to the previously described list: - remove database version entirely from the user interface, down to build-db.sh. This makes minor removals from: - install.sh - config.sh - install.conf.default - Open-ILS/src/Makefile -

Re: [OPEN-ILS-DEV] Rewrite of build-db.sh

2008-07-15 Thread Aaron Joyner
Whoops. :) File actually attached... Aaron S. Joyner On Tue, Jul 15, 2008 at 10:54 PM, Aaron Joyner [EMAIL PROTECTED] wrote: Round 2! This adds the following changes to the previously described list: - remove database version entirely from the user interface, down to build-db.sh. This

[OPEN-ILS-DEV] Rewrite of build-db.sh

2008-07-14 Thread Aaron Joyner
The attached patch is a rewrite of build-db.sh. I originally intended to just make it gracefully handle missing files, but I got on a roll. A break down of changes, by bullet points: - validate that the fts-config.sql script exists for the specified database version - if it does not, detect the