Branch: refs/heads/main
Revision: 9e0f1675f16791d97b62577e9e7568c43d0b714c
Author: jabraham17
Link: Make sure temp files get clobbered by jabraham17 · Pull Request #28590 · chapel-lang/chapel · GitHub
Log Message:
Make sure temp files get clobbered (#28590)
Fixes two python scripts which use temp files to make sure the temp
files get clobbered
This is especially important for gen_release, as the temp directory
can fill up very quickly if we don't clobber it. The adjustment to
write-git-sha is less important, but a nice cleanup
- checked that
gen_releasestill works locally and clobbers the
temp dir
[Reviewed by @arifthpe]
Diff:
M util/buildRelease/gen_release
M util/config/write-git-sha
https://github.com/chapel-lang/chapel/pull/28590.diff