]> git.evergreen-ils.org Git - working/Evergreen.git/commit
Revamp autogen.sh to call functions from a Perl module
authorDan Scott <dan@coffeecode.net>
Mon, 15 Aug 2011 22:03:37 +0000 (18:03 -0400)
committerJason Etheridge <jason@esilibrary.com>
Thu, 18 Aug 2011 05:39:22 +0000 (01:39 -0400)
commitf694d684d1683f6545c6dc2e4e801a340ff833d6
tree141baa5dd694d4522c5b87f92cd8e028715978aa
parent0e0cbe5bbfd3b8929f817f104c1050a2939b8741
Revamp autogen.sh to call functions from a Perl module

This cut moves all of the logic from the individual scripts that
autogen.sh used to call into a self-contained Perl module. We use
OpenILS::Utils::Cronscript to avoid much of the init dupe code.

Note that calling Perl functions from a bash script is not crazy pretty,
but perhaps in the long run autogen.sh becomes something else. This is
just a step towards consolidating those functions in a single module
while maintaining the same interface as before.

Signed-off-by: Dan Scott <dscott@laurentian.ca>
Signed-off-by: Jason Etheridge <jason@esilibrary.com>
Open-ILS/src/extras/autogen.sh
Open-ILS/src/extras/facet_types_js.pl [deleted file]
Open-ILS/src/extras/fieldmapper.pl [deleted file]
Open-ILS/src/extras/locale_html_options.pl [deleted file]
Open-ILS/src/extras/org_lasso_js.pl [deleted file]
Open-ILS/src/extras/org_tree_html_options.pl [deleted file]
Open-ILS/src/extras/org_tree_js.pl [deleted file]
Open-ILS/src/extras/org_tree_proximity.pl [deleted file]
Open-ILS/src/perlmods/lib/OpenILS/Utils/Configure.pm [new file with mode: 0644]