Comment 0 for bug 888572

Revision history for this message
Jason Stephenson (jstephenson) wrote :

The branch below adds a clean_marc function to OpenILS::Utils::Normalize.

It also replaces redundant code in OpenILS::Vandelay and OpenILS::Acq::Order with calls to the new function.

I have imported 1,000 records with Vandelay since applying the branch, so it doesn't seem to cause any breakage there. I don't have a way to test Acquisitions, so someone might want to test that before merging into master.

For sharing O-U-N-clean_marc via the remote repo working:

You need only add the remote once, regardless of how many branches you wish to look at.
To add this repo as working:
 Read-only (git protocol):
  git remote add working git://git.evergreen-ils.org/working/Evergreen
 Read-write (ssh protocol):
  git remote add working <email address hidden>:working/Evergreen

Once you have the remote added you can check out this branch:
git checkout -b O-U-N-clean_marc working/user/dyrcona/O-U-N-clean_marc