* Update docker file build to use new deb linux installers; move Dockefile to .github/workflows since its really only useable from the buildDocker.yml workflow
* Fix typo in dockerfile location
* remove extraneous " in >>GITHUB_ENV statements
* Fix handling of TARGETPLATFORM in Dockerfile
* Trying with just one platform
* Fix issues with missing man-db in docker build workflow; added man-db to depends in deb builds for linux
* Sicthed docker from tightvnc to tigervnc to match oio. This getting the apt package name right.
* Going back to single platform to debug this thing
* Trying with just arm64
* Removing arm/v7 from docker images. Takes too long to build and just wastes our github actions minutes. This is assuming its a never used feature since docker is not big on raspberry pis and their ilk.
* Fix typo in control-linux; update build_deb so that files in /usr/local installed by deb are owned by root; add ubuntu user and nano in docker file for dbebugging; when in draft only create for x86_64 platform
* Fix typo in buildDocker.yml
* Add sudo to docker image; in docker image ensure that all /usr/local/interlisp files are owned by root
* Add securityTypes none to docker entrypoint
* Updated docker base to Ubuntu 22.10 to get fixed xrdp; add xrdp to the docker image; updated user permission in docker image;
* In Dockerfile make xrdp install noninteractive
* Update medley.sh scripts to handle docker case
* Fix a couple of typos
* BuildDcoker: added pulling latest draft release (if any) when this is a draft docker build; removed checkout of medley code cause its not used
* BuildDocker: added medley checkout backin - turns pout its needed by a bunch of actions even though I dont really think they use it
* BuildDocker: moved download assets to use gh instaed of a marketplace action becauase that action could not handle draft releases.
* Tweaking medley.sh and associated tweaks to work Windows via wsl medley and docker
* adding first pass at powershell script for windows docker and wsl
* Tuning how Xvnc, medley, and vncviewer handle the various ways of exiting - eg logout vs closing viewer window.
* Tuning vncviewer launch to make sure that tty works as expected when medley.sh runs in background
* Minor typo fixes and added extra check to use of /run/shm in medley_vnc.sh
* Added SSH_KEY secret to buildReleaseIncDocker workflow
* Gertting the add SSH_KEY secret into orkflows right this time, hopefully
* Adding TERM env variable and setting USER to medley in docker image
* Debugging medley.ps1 and adding a couple of arguments
* Typo in Dockerfile medley
* Synchronizing flag processing and usage for medley.ps1 and medley.sh; refactored medley_args.sh and medley_usage.sh code.
* Adding first pass at windows installer
* Adding first pass an inno setup script for Windows installation
* Update buildLoadup workflow and downloads page for windows installer
* Fix typo in buildLoadup
* BuildLoadup make sure windows runner uses powershell
* Another typo in buildLoadup
* Another typo in buildLoadup; damn those double quotes
* Updating handling of windows installer in buildLoadup, added vncviewer to medley.iss install
* Unknown syntax error in buildLoadup
* Another damn typo from double quotes
* buildLoadup: fixed loadup job outputs
* buidLoadup: fixed bug with COMBINED_RELEASE_TAG; fixed Upload script in windows job to be compatible with actions.script v6.
* buidLoadup: upload win installer adapted to find draft releases as well as full releases
* BuildLoadup: fixing up javascript in actions in windows job to use / instead of \ in pathname
* BuildLoadup: changing win installer update to same action used for other release assets
* Fix windows installer file name; in BuildLoadup move update downl;oad page to the Windows runner because uploading the window-installer changes the release download url, so updating the downloads page must be done after the windows installer upload.; General buildLoadup cleanup
* Run md2html to update downloads page
* Fix typo in build_deb.sh
* Removing some leftover crud in medley_usage.sh
* Fixing up windows installer a bit, mostly cosmetic
* Adding support for WSL1; mostly forcing --vnc and changing how to find open ports and displays since WSL1 networking is different tha WSL2
* Update manual page for new Windows Medley script
* First pass done for man page that incorporates new Windows medley script. Add Xvnc wait before calling run-medley in case of docker to prevent occasonal missing X windows server error.
* Change buildLoadup to update man page to a draft if this is a draft run.
* Adding LANG environment variable to docker image; adding MAIKO_ and MEDLEY_INSTALLDIR environment variables; Changing /usr/local/bin/run-medley to a symbolic link instead of a shell script
* Added draft input to all workflows, so that can create draft releases as well as regular releases
* Update buildDocker.yml to handle deprecation of set-output and to update versions of actions to handle node 12 to node 16 transition.
* Added scripts and updated github workflows to support creation of deb installers for Linux and WSL
* Fix minor bug in buildLoadup.yml
* First pass implementation of deb installer
* Fixing wget of vncviewer in build_deb.sh
* Fix typo in buildLoadup.yml in call to build_deb.sh
* Multiple small fixes to medley.sh from debugging. Change postinst script and how its created in build_deb. Add postrm script in build_deb.
* Reworking vnc portion of Medley.sh - including removing dependency on startx and xinit
* Misc fixes to medley_vnc.sh script; fix creation of postinst and postrm in build_deb.sh
* Cleaning up window geometry amd screen size in medley.sh
* Created apps.sysout loadup with rooms, notecards, clos on top of full.sysout; added plumbing for -apps flag to run-medley to run this syout; created a new init file for this sysout that calls MEDLEYDIR-INIT; all of this is based on online.sysout
* Create UNIXUTILS file in library with ShellWhich function - linux which command equivalent. Also move ShellCommand from UNIXPRINT to UNIXUTILS.
* Adding UNIXUTILS to LOADUP-FULL so it gets included in full.sysout
* Change of names from open(er) to browse(r). Refine the browse(r) functions a bit
* Minor bug fixes
* Update Apps.ShowDoc to new ShellBrowsefunction
* Adding apps support into the .github builds; adding xdg-utils as dependecy in debs
* fixing bug as to where notecards is checked out in BuildLoadup. Needs to be before loadups so app.sysout can be built
* Added defaulting to Interlisp exec tomedley.sh and APPS-INIT. Works only in apps.sysout. Added wlsu package to wsl debs since wlsview is not always installed by defailt. Fixed Notefiles directories issues in Apps.Init. Made medley.sh compute medleydir based on where the script is located. Can now work for /usr/lcal/interlisp as well as local directories.
* Added -id - feature to medley.sh so id can be directory mae. Removed extraneous set -x commands in medley.sh from debugging. In build_deb.sh changed compression to xz for deb files since debian does not support the zstd compression that ubuntu uses.
* For wsl deb files, make sure wslu package is not 4.0 - which is bad. Change how we choose an open port and open display in medley_vnc.sh. Add notecards download to build_deb.sh. Fix type in medley.sh
* Add (FILES UNIXUTILS) to UNIXPRINTCOMS so that ShellCommand is loaded in case only UNIXPRINT is loaded. For backward compatibility.
* Moved medley.sh and associates to script/medley dir; fixed up args to medley.sh; added usage and --help to medley.sh
* Add comprehensive tar files to releases to match deb files for local installs; add --id -- arg to medley.sh
* Remove remaining reference to usr/local/interlisp to ensure local install works
* Fix bug in buildLoadup - couldn't file install tars
* Add medley symbolic linkto loadups, so it comes thru to local install tars
* Fix up error messaging in medley.sh scripts
* Created man page for medley and added it throughout build up, installers, etc.
* Add support for a downloads page on OIO, including creating said page while building a release
* Fix full_release_tag in downloads section of buildLoadup.yml
* Misc fixups on downloads page
* Adding online man page stored on oio static server.
* Fix minor bug in man installation in deb file
* Add clos to release tars for Medley. To ease adding clos to Medley Online.
* Fix buildLoadup.yml to account for the fact that scripts/loadup-all.sh now automatically includes scripts/copy-all.sh. Was failing due to redundant copying of loadup files.
* Get rid of ::set-output:: in buildLoadup.yml and replace with echo >> . This is due to that fact that ::set-output:: has been deprecated by Github and will soon cause an error if used in a workflow.
* Update actions/checkout and robinraju/release-downloader to latest versions because versions currently being used relied on Node 12, which has been deprecated. Newer versions of these actions use Node 16, which is still supported.
* Fix typo in actions/checkout new version number
* Oops. Node 16 is supported by actions/checkout@v3 not by ...@v2.5.0
* Update AButler/upload-release-assets fron @v2.0 to @v2.0.2 to take care of Node 12 versus Node16 issues caused by Node 12 actions being deprecated by github.
* Fix quoting bugs on conversions from ::set-output:: to
* Try switching to the ncipollo/release-action acgtion in place of using the api to create the release and then the AButler/upload-release-assets action to upload the assets. This is to solve the failures when try to update a release using the force input parameter.
* Adding step to delete existing release with given tag, if any. Needed when force parameter is true.
* Fixing typo?
* Typos again?
* Start changing how RELEASE_TAG environment variable is used throughout build_loadup
* Finish changing how RELEASE_TAG environment variable is used throughout build_loadup
* Update abatilo/release-info-action to v1.3.2 to take care of ::set-output:: deprecation
* Add commit to allow testing of release builds
* Fix to Issue#1022 Error during greet
* More fix to Issue#1022. Turns out need to reset MEDLEYDIR for AFTERMAKESYS as well as at greet time. Discovered during loadup-online.sh with no greet file.
* Removing AFTERMAKESYS event action from (MEDLEY-INIT-VARS). Cleaning up a bit the GREET event action in (MEDLEY-INIT-VARS). Remove issue with MEDLEY-INIT-VARS being called after the user greet file in the AFTERMAKESYS case.
* Change init to MEDLEYDIR-INIT (suitable for run-medley configs) and added BACKGROUND-YIELD
* fix permissions
* fix up odd characters inserted by tedit
* Editing sh files in TEdit left stuff in run-medley
* Build loadup (#1)
* Add new GitHub action to create medley release
* Update to manual trigger with release name as input
* Build loadup (#2)
* Add new GitHub action to create medley release
* Update to manual trigger with release name as input
* Cleanup
* Build loadup (#3)
* Add new GitHub action to create medley release
* Update to manual trigger with release name as input
* Cleanup
* Cleanup
* Build loadup (#4)
* Add new GitHub action to create medley release
* Update to manual trigger with release name as input
* Cleanup
* Cleanup
* Build loadup (#5)
* Add new GitHub action to create medley release
* Update to manual trigger with release name as input
* Cleanup
* Cleanup
* Move sysouts to correct location
* Set root directory to medley
* Add new GitHub action to create medley release
* Update to manual trigger with release name as input
* Build loadup (#1)
* Add new GitHub action to create medley release
* Update to manual trigger with release name as input
* Cleanup
* Build loadup (#2)
* Add new GitHub action to create medley release
* Update to manual trigger with release name as input
* Cleanup
* Cleanup
* Build loadup (#3)
* Add new GitHub action to create medley release
* Update to manual trigger with release name as input
* Cleanup
* Cleanup
* Move sysouts to correct location
* Build loadup (#4)
* Add new GitHub action to create medley release
* Update to manual trigger with release name as input
* Cleanup
* Cleanup