1
0
mirror of synced 2026-01-26 04:12:03 +00:00

Fix issue #2072 (doHCFILES.yml fails). Also fix unrelated bug in buildReleaseInclDocker.yml workflow that was causing build failure. (#2074)

* Fix Issue 2072: update do_hcfiles.sh to use new rem.cm argument to medley script.  Also update medley script to print out the REM.CM file used (if any).
* Update buildReleaseIncDocker.yml to account for the change on interlisp/online repo from 'master' to 'main' as primary branch
* Do compile.sh after update to medley-run.sh to add REM.CM to printout when using the medley command.
This commit is contained in:
Frank Halasz
2025-03-19 11:11:16 -07:00
committed by GitHub
parent 5e897c50b1
commit 1d8685e6cb
4 changed files with 5 additions and 2 deletions

View File

@@ -44,7 +44,8 @@ main() {
--geometry 1024x768 \
--noscroll \
--logindir "${logindir}" \
--greet "${cmfile}" \
--greet - \
--rem.cm "${cmfile}" \
--apps
# save dribble file to loadups; extract and save fails

View File

@@ -1412,6 +1412,7 @@ start_maiko() {
echo "MEDLEYDIR: \"${MEDLEYDIR}\""
echo "LOGINDIR: \"${LOGINDIR}\""
echo "GREET FILE: \"${LDEINIT}\""
echo "REM.CM FILE: \"${LDEREMCM}\""
echo "VMEM FILE: \"${LDEDESTSYSOUT}\""
#
# Temp workaround for issues in Maiko sysout arg

View File

@@ -293,6 +293,7 @@ start_maiko() {
echo "MEDLEYDIR: \"${MEDLEYDIR}\""
echo "LOGINDIR: \"${LOGINDIR}\""
echo "GREET FILE: \"${LDEINIT}\""
echo "REM.CM FILE: \"${LDEREMCM}\""
echo "VMEM FILE: \"${LDEDESTSYSOUT}\""
#
# Temp workaround for issues in Maiko sysout arg