Skip to content

Commit

Permalink
Updated packing instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
shabiel committed Mar 6, 2019
1 parent a8d066c commit 75bc3dd
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,13 @@ This section is to help the maintainer remember how to package this when it
gets updated. We rely on the github tag for automated installation. The OSEHRA
VistA repo contains the PackRO script which is used here.

* After editing and committing the routines, update WWWINIT with the new version number to be.
* `../VistA/Scripts/PackRO.py src/WWWINIT.m > dist/WWWINIT.RSA`
* `../VistA/Scripts/PackRO.py $(find src -name '*.m' -not -name 'WWWINIT.m') > dist/MWS.RSA`
* After editing and committing the routines, update webinit with the new version number to be.
* `../VistA/Scripts/PackRO.py src/webinit.m > webinit.rsa`
* `../VistA/Scripts/PackRO.py $(find src -name '*.m' -not -name 'webinit.m') > mws.rsa`
* Update the Install Documentation with the new version number.
* Commit and push
* git tag the new version number; and git push --tags
* Attach code to the new version in releases.
* Test on GT.M and Cache

## Links
Expand Down

0 comments on commit 75bc3dd

Please sign in to comment.