]> git.evergreen-ils.org Git - working/Evergreen.git/commit
LP#1334693 make_release optional -j <osrf_js_path> user/berick/lp1334693-make-release-js-libs-path
authorBill Erickson <berick@esilibrary.com>
Mon, 21 Jul 2014 13:39:41 +0000 (09:39 -0400)
committerBill Erickson <berick@esilibrary.com>
Mon, 21 Jul 2014 14:32:29 +0000 (10:32 -0400)
commit712888bdfc3da238501d5e1334f157f3d17c6078
tree33f56c12b3af39fdaf592abb9f7fe2351bdbcef7
parente56eb48861a5666080ca5cdd2e72203e9620572e
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>
build/tools/make_release