Interlisp / medley

The main repo for the Medley Interlisp project. Wiki, Issues are here. Other repositories include maiko (the VM implementation) and Interlisp.github.io (web site sources)
https://Interlisp.org
MIT License
376 stars 19 forks source link

In scripts/do_hcfiles.sh, save hcfiles.dribble and hcfiles-fails.txt in loadups/. #1786

Closed fghalasz closed 3 months ago

fghalasz commented 4 months ago

do_hcfiles.sh now stores hcfiles.dribble in loadups/. It also stores a hcfiles-fails.txt file in loadups/ that shows just the FAILS lines from the dribble file.

These files will not be indexed by MAKE-INDEX-HTMLS, but they will be uploaded to files.interlisp.org in the doHCFILES workflow. To get them from fio, you can use:

wget https://files.interlisp.org/medley/loadups/hcfiles.dribble wget https://files.interlisp.org/medley/loadups/hcfiles-fails.txt

Also, added a new scripts/clean_hcfiles.sh that cleans out all of the generated files from the medley directory after running do_hcfiles.sh.

fghalasz commented 4 months ago

Changed clean_hcfiles.sh so that index.html.~~ files and .pdf.~*~ files are deleted if and only if their non-versioned file is not being tracked by git. This prevents the deletion of any files files related to pdf files checked into the repo.

PR needs to be re-reviewed.