Comment 3 for bug 2003707

Revision history for this message
Josh Stompro (u-launchpad-stompro-org) wrote :

Hello, I just tested this out and it seems to work well.

I ran it like the old version of the script and the output matched. I moved my opensrf_core.xml and ran it with the path to the file and everything worked like it should.

Signoff branch at: user/stompro/lp2003707_core_autogen-signoff

https://git.evergreen-ils.org/?p=working/Evergreen.git;a=shortlog;h=refs/heads/user/stompro/lp2003707_core_autogen-signoff

I did notice that build/tools/update.sh includes a line that seems like it is trying to call autogen.sh with a specific opensrf_core.xml file, but it probably wasn't working as intended. I'm not sure if it matters or not.

cd $INSTALL/bin; ./autogen.sh ../conf/opensrf_core.xml;

Josh