From 75bc3dd4e99c0136505fec119693f89e94cf2ca9 Mon Sep 17 00:00:00 2001 From: Sam Habiel Date: Wed, 6 Mar 2019 16:22:19 -0500 Subject: [PATCH] Updated packing instructions --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2fae581..ac9fb9e 100644 --- a/README.md +++ b/README.md @@ -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