]> git.evergreen-ils.org Git - working/Evergreen.git/commit
Update script patch from Joe Atzberger.
authorerickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Mon, 23 Nov 2009 20:38:40 +0000 (20:38 +0000)
committererickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Mon, 23 Nov 2009 20:38:40 +0000 (20:38 +0000)
commit5bd321b00b6312d08c9a8ce025f609e0e28f8baa
tree978b349b555e4d1d0d2f887f1cbb0cb1e0923809
parentf5d93c30d7957886f0a6ab350f57b4849f4b8aa1
Update script patch from Joe Atzberger.

===

The purpose of this script is to consolidate a lot of the annoying and error-prone tasks associated with an upgrade for a developer, including make, make install, the xulrunner client built and autogen.

Considerations:
* Run as user "opensrf"
* opensrf needs sudo (again, targeting developers, not production) for apache stop/start, chown and make install
* Assumes opensrf has two SVN (or git-svn) repos: OpenILS and OpenSRF
* Both repos should be already configured (as in ./configure)

Detailed usage notes available via -h option.  Both repo directories and the install directory can be specified on the command line.  Try it with -t (test mode) to see feedback without making any changes.

===

TODO.  Add option to use brick_ctl.sh instead of osrf_ctl.sh for service start/stop

git-svn-id: svn://svn.open-ils.org/ILS/trunk@15015 dcc99617-32d9-48b4-a31d-7c20da2025e4
build/tools/update.sh [new file with mode: 0755]