Closed rmkaplan closed 3 years ago
Bill's been working on automating loadups and releases... i'm asking for his review.
Would the automatic process work on different development branches, or just the master and master-releases?
On Jul 28, 2021, at 11:16 PM, Larry Masinter @.***> wrote:
Bill's been working on automating loadups and releases... i'm asking for his review.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/Interlisp/medley/issues/375#issuecomment-888834178, or unsubscribe https://github.com/notifications/unsubscribe-auth/AQSTUJILPIHHVCYYRXRCOZLT2DW2NANCNFSM5BFXTFXA.
There is currently no simple script for just building a full.sysout without also doing the exports and whereis in the loadup-aux.sh
Current loadup-full.sh actually builds only on top of a lisp that was already made.
To follow the regular pattern established by the preceding scripts, the current full script should be renamed, the new full script should do everything in loadup-all prior to loadup-aux, and loadup-all should do the new loadup-full (which would package all of the steps) followed by loadup-aux.
Apart from being more rational, this would help if we decide not to automatically include sysouts in the repo but expect developers to build when they fetch changes. The slow part of the process (particularly with the 5 second delay taken out) is in the aux.