rmkaplan
445de6745d
GITFNS: PROCESS-COMMAND moved to UNIXUTILS, cleanups from previous (unexamined) PR
...
The other PR will be cleaned out
2023-09-23 16:30:47 -07:00
rmkaplan
68ed78a9f9
UNIXUTILS: moved PROCESS-COMMAND and SLASHIT from GITFNS and PSEUDOHOST resp.
...
PROCESS-COMMAND executes a command in process-stream, like ShellCommand, but returns a completion code and not what happens in the shell. SLASHIT is an approximation (doesn't deal with versions) of converting a Medley file name to its Unix equivalent, to use in commands
2023-09-23 16:23:46 -07:00
rmkaplan
1ae08139c9
PDFSTREAM uses AFTERCLOSE streamprop so doesn't require change to POSTSCRIPTSTREAM
2023-09-23 16:20:30 -07:00
rmkaplan
bb4e230df4
Merge branch 'master' into PDFSTREAM
2023-09-23 15:57:53 -07:00
Frank Halasz
02665ca91b
Change github workflows to provide MacOs full release zip file ( #1290 )
2023-09-17 23:03:18 -07:00
Frank Halasz
b819e18c64
Fix Issue#1323: buildDocker.yml Github Action is failing due to Ubuntu 22.10 being deprecated ( #1324 )
...
* Remove trailing whitespaces in buildDocker.yml; move Dockerfile_medley base back to 20.04 since 22.10 deprecated.
* In Dockerfile_medley load tzdata early so as to avaoid problems later on.
* In Dockerfile_medley do an apt update before tzdata
* Changing dockerfile_medley to be based on 22.04 to take care on glibc problems in online_medley docker
2023-09-16 18:09:34 -07:00
rmkaplan
781709e4e1
PDF Stream: slight generalization
2023-09-12 13:49:56 -07:00
Frank Halasz
b772b8383c
Moving vncviewer to online.interlisp.org/downloads to bypass issues with sourceforge in buildLoadup.yml ( #1319 )
2023-09-04 10:39:52 -07:00
Frank Halasz
701a642fb4
Merge pull request #1308 from Interlisp/fgh_loadups3
...
Fix issue with tmp/logindir remaining after loadup-all and loadup-db scripts
medley-230816-59bc12ff
medley-230815-701a642f
2023-08-15 15:31:33 -07:00
Frank Halasz
7f99792afe
In loadup- scripts, at end remove the tmp and tmp/logindir directories if they don't exist before the script runs
2023-08-14 23:29:38 -07:00
Frank Halasz
6a147af97f
Merge pull request #1304 from Interlisp/fgh_loadups2
...
Revamp loadup scripts and release-medley script; sync with github workflow buildLoadup.yml
2023-08-14 10:56:57 -07:00
Frank Halasz
41b5870164
Switch comparison of timestamp tocraeted file to ensure that when the times are equal it is counted as success and not failure. Remove two second wait from loadup-mid-from-init, which was a previous attempt to solve same issue.
2023-08-13 21:13:48 -07:00
Frank Halasz
3ed4d52f53
Remove junk accidently added to loadup-db.sh. Fix CM file in loadup-db-from-full.sh to add internal/loadups to DIRECTORIES so files in this subdir can be analyzed. Add delay into loadup-mid-from-init.sh to make sure timestamp race conditions are avoided.
2023-08-07 22:30:12 -07:00
Frank Halasz
3aa01c7a38
Making @nbrigg's check for existance of LOADUP_OUTDIR and LOADUP_WORKDIR a bit fancier
2023-08-07 18:00:53 -07:00
Nick Briggs
3cefaf338c
Ensure that the LOADUP_OUTDIR directory exists as part of the loadup-setup.sh
2023-08-07 17:24:38 -07:00
Frank Halasz
204605268e
Remove venuesysouts from release tars
2023-08-07 14:53:33 -07:00
Frank Halasz
62422cd4ce
Add changes from PR#1307 (@masinter). Can't easily merge PR#1307 in directly because MAKEINIT has moved. These changes set OK.TO.MODIFYFNS to T for all loadups to prevent loadups asking if its OK to modify system functions
2023-08-07 13:35:25 -07:00
Frank Halasz
ed6a6e4e04
move all loadups-related source files into internal/loadups; adjust scripts accordingly; move venuesysouts from loadups into internal/venuesysouts; fix issues in .CM files to allow starting loadups-all from any lisp/full.sysout
2023-08-07 12:34:11 -07:00
Frank Halasz
dbf6808bcb
Merge remote-tracking branch 'origin/fgh_loadups2' into fgh_loadups2
2023-08-04 15:19:56 -07:00
Frank Halasz
126a8cfb37
Remove references to LOADUP_WORKDIR from all lisp code and instead pass the file references down from the callinf .CM files (which are now embedded in the loadup- scripts; also add /unicode subdir to the release tars.
2023-08-04 15:07:43 -07:00
Frank Halasz
1ff71ea15d
update buildLOadup.yml to use new scripts/release-make-tars.sh instead of its almost but not quite equivalent make tars code
2023-08-04 12:29:40 -07:00
Frank Halasz
dfce541a18
Fix scripts/README.md
2023-08-04 12:29:40 -07:00
Frank Halasz
84391b367b
First pass a complete new make-release.sh
2023-08-04 12:29:40 -07:00
Frank Halasz
346c11b0ad
WIP fixing up scripts/release_medley.sh and syncing with buildLoadup.yml
2023-08-04 12:29:40 -07:00
Frank Halasz
ae2633591e
Remove now obsolete sources/*.CM files; update README a bit
2023-08-04 12:29:40 -07:00
Frank Halasz
b0ec2476d5
Handle case where files already exist in LOADUP_WORKDIR - show only the newly created files - not the old ones
2023-08-04 12:29:40 -07:00
Frank Halasz
1c077d1b3d
First full pass at loadups revamp.
2023-08-04 12:29:40 -07:00
Frank Halasz
ca3280f894
WIP updating loadups scripts
2023-08-04 12:29:40 -07:00
Frank Halasz
5b3cf9b7d5
Add new files left out from last commit; add RDSYS to library as part of loadups-all
2023-08-04 12:29:40 -07:00
Frank Halasz
e4c3a16ce4
Remake loadup scripts to not use MEDLEYDIR/tmp as a working dir AND cleanly separate loadup-all from loadup-db; adjust buildLoadup.yml accordingly
2023-08-04 12:29:40 -07:00
rmkaplan
41f4489e9f
LLREAD uses \INCCODE.EOLC instead of \INCCODE to coerce LF and CRLF to EOL(=CR) ( #1300 )
medley-230807-1691444510
2023-08-03 14:15:16 -07:00
Frank Halasz
51ef95d30f
update buildLOadup.yml to use new scripts/release-make-tars.sh instead of its almost but not quite equivalent make tars code
2023-08-02 22:03:38 -07:00
Frank Halasz
0c9744455c
Fix scripts/README.md
2023-08-02 16:47:04 -07:00
Frank Halasz
41608a1b27
First pass a complete new make-release.sh
2023-08-02 16:43:35 -07:00
Frank Halasz
9d26047d8c
WIP fixing up scripts/release_medley.sh and syncing with buildLoadup.yml
2023-08-02 13:41:36 -07:00
Frank Halasz
48c9a82a1c
Remove now obsolete sources/*.CM files; update README a bit
2023-08-02 01:02:12 -07:00
Frank Halasz
f9838ac631
Handle case where files already exist in LOADUP_WORKDIR - show only the newly created files - not the old ones
2023-08-01 23:41:39 -07:00
Frank Halasz
f514dd04c2
First full pass at loadups revamp.
2023-08-01 22:59:01 -07:00
Frank Halasz
656bb53ef6
WIP updating loadups scripts
2023-08-01 12:08:55 -07:00
Frank Halasz
c105799096
Merge pull request #1298 from Interlisp/fgh_medley.sh-sysout
...
Fix bug in medley.sh wherein it was ignoring sysout argument
2023-07-31 12:11:14 -07:00
Frank Halasz
d2102bfe9b
Add new files left out from last commit; add RDSYS to library as part of loadups-all
2023-07-31 01:07:39 -07:00
Frank Halasz
b59e37b703
Remake loadup scripts to not use MEDLEYDIR/tmp as a working dir AND cleanly separate loadup-all from loadup-db; adjust buildLoadup.yml accordingly
2023-07-31 00:42:23 -07:00
Frank Halasz
71a2d7aac7
Fix bug in medley.sh wherein it was ignoring sysout argument
2023-07-30 13:01:17 -07:00
Larry Masinter
94269303d0
SPY.POINTERS is always T (no 2-byte atoms) ( #1293 )
...
* SPY.POINTERS is always T (no 2-byte atoms)
* Set SPY to not record entries when in \BACKGROUND-YIELD or (conditionally) backgroudn process
* Use \IGNORE.BACKGROUND as global variable, initially T; clean up declarations
* changes used DECLARE%%: incorrectly, now fixed
2023-07-30 11:35:23 -07:00
Frank Halasz
91305cc2c9
Fix whitespace typo in buildLoadup.yml ( #1287 )
2023-07-22 18:21:52 -07:00
rmkaplan
9b4c4a3bf7
Merge branch 'PDFSTREAM' of https://github.com/interlisp/medley into PDFSTREAM
2023-07-20 22:26:48 -07:00
rmkaplan
51d554c67e
Merge branch 'master' into PDFSTREAM
2023-07-20 22:26:41 -07:00
rmkaplan
b513bb44a3
Simplify EXPORTS.ALL loading commands ( #1281 )
...
Standard FILES commands now do the right thing, no need for extra junk
2023-07-20 22:24:18 -07:00
Larry Masinter
652a9dc320
release dribbles and msfuller ( #1280 )
...
* ignore loadups/exports.all (moved)
* add fuller.database and dribble files to release
2023-07-20 21:39:15 -07:00
Larry Masinter
a678515a35
ignore loadups/exports.all (moved) ( #1279 )
2023-07-20 21:38:20 -07:00