]> git.evergreen-ils.org Git - Evergreen.git/commit
LP#1334693 make_release optional -j <osrf_js_path>
authorBill Erickson <berick@esilibrary.com>
Mon, 21 Jul 2014 13:39:41 +0000 (09:39 -0400)
committerBen Shum <bshum@biblio.org>
Wed, 23 Jul 2014 16:40:46 +0000 (12:40 -0400)
commitff25ed5095f9c7ba2f3df7e6f20ec78e45110bb3
tree7d32f6c7922e3bbedf23e79e7ff50e45d449656f
parenta5d2ba3273d03300e7d9137a1a0317fef730839d
LP#1334693 make_release optional -j <osrf_js_path>

make_release supports a "-j" option for passing in the OpenSRF JS path:

make_release [options] -j /openils/lib/javascript

This is useful when running make_release, specifically the staff client
building portion, on a machine where the OpenSRF libs are available
(say, from a git checkout) but osrf_config is not available because
OpenSRF is not actually installed.

The script will attempt to find osrf_config and the JS path
automatically, so under normal circumstances, -j is not required.

Signed-off-by: Bill Erickson <berick@esilibrary.com>
Signed-off-by: Ben Shum <bshum@biblio.org>
build/tools/make_release