From 1ff8f56d0eae64892b4795dd749f850fa1837826 Mon Sep 17 00:00:00 2001 From: Sam Habiel Date: Mon, 15 Aug 2022 13:40:10 -0400 Subject: [PATCH] 1.1.5 tag --- doc/INSTALL.md | 6 +++--- doc/packaging.md | 6 +++--- src/webinit.m | 4 ++-- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/doc/INSTALL.md b/doc/INSTALL.md index 859d1f2..ec25612 100644 --- a/doc/INSTALL.md +++ b/doc/INSTALL.md @@ -57,7 +57,7 @@ in your shell. If you see anything other than a blank, you are ready to go. On the linux terminal, Use cURL to download the bootstrap routine. - curl -L https://github.com/shabiel/M-Web-Server/releases/download/1.1.4/webinit.rsa > /tmp/webinit.rsa + curl -L https://github.com/shabiel/M-Web-Server/releases/download/1.1.5/webinit.rsa > /tmp/webinit.rsa Run GT.M/YottaDB using `$gtm_dist/mumps -dir` or `$ydb_dist/yottadb -dir`. @@ -176,7 +176,7 @@ Then download the bootstrap file as follows: C:\Users\VISTAEXPERTISE>cd %temp% - C:\Users\VISTAE~1\AppData\Local\Temp>curl -k -L -O https://github.com/shabiel/M-Web-Server/releases/download/1.1.4/webinit.rsa + C:\Users\VISTAE~1\AppData\Local\Temp>curl -k -L -O https://github.com/shabiel/M-Web-Server/releases/download/1.1.5/webinit.rsa Open the Cache Terminal from the Cache Cube, or use another method to get in. Read the routine archive in. Cache will complain that it doesn't recoginze GT.M's format. Ignore this error. @@ -265,7 +265,7 @@ Open the Linux Terminal. Use cURL to download the bootstrap routine. - curl -L https://github.com/shabiel/M-Web-Server/releases/download/1.1.4/webinit.rsa > /tmp/webinit.rsa + curl -L https://github.com/shabiel/M-Web-Server/releases/download/1.1.5/webinit.rsa > /tmp/webinit.rsa Open the Cache Terminal using `csession CACHE`, and switch to the appropriate namespace. diff --git a/doc/packaging.md b/doc/packaging.md index 55dc313..d310063 100644 --- a/doc/packaging.md +++ b/doc/packaging.md @@ -3,9 +3,9 @@ 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 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` + * After editing and committing the routines, update webinit (2 places) with the new version number to be. + * `python3 ../VistA/Scripts/PackRO.py src/webinit.m > webinit.rsa` + * `python3 ../VistA/Scripts/PackRO.py $(find src -name '*.m' -not -name 'webinit.m' -not -name '_weburl.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 diff --git a/src/webinit.m b/src/webinit.m index 11f8dc0..88c51b0 100644 --- a/src/webinit.m +++ b/src/webinit.m @@ -1,5 +1,5 @@ webinit ; OSE/SMH - Initialize Web Server;2019-11-14 2:36 PM - ;;1.1.4;MASH WEB SERVER/WEB SERVICES + ;;1.1.5;MASH WEB SERVER/WEB SERVICES ; ; Map %web on Cache DO CACHEMAP("%web") @@ -8,7 +8,7 @@ DO CACHEMAP("%web") DO CACHETLS ; ; Install the package - D INSTALLRO("https://github.com/shabiel/M-Web-Server/releases/download/1.1.3/mws.rsa") + D INSTALLRO("https://github.com/shabiel/M-Web-Server/releases/download/1.1.5/mws.rsa") ; ; If fileman is installed, do an init for the %web(17.001 file post ; [Public] Run this entry point if you don't want to download the code.