From 334ca7dd70acc1e88ee0bcc3cb0a2752ddaa5c56 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Fri, 15 Sep 2023 10:49:35 +0800 Subject: [PATCH] CURATORS: clean-old-stack-libs.hs is remove-old-stack-work-libs.hs [skip ci] --- CURATORS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CURATORS.md b/CURATORS.md index 5cd7dd0e..90507f8c 100644 --- a/CURATORS.md +++ b/CURATORS.md @@ -354,7 +354,7 @@ resolve any issues before the next curator shift the coming monday. * You can detect the problem by running `df`. If you see that `/` is out of space, we have a problem. * If you see that `/var/stackage/` is out of space, you can: - * run `./etc/diskspace/clean-old-stack-libs.hs [nightly|lts-XX]` + * run `./etc/diskspace/remove-old-stack-work-libs.hs [nightly|lts-XX]` * If that is insufficient then remove all the old builds under the previous ghc/Cabal version: * `rm -r /var/stackage/stackage/automated/work/[nightly|lts-XX]/unpack-dir/unpacked/*/.stack-work/dist/x86_64-linux/Cabal-X.Y.0.0/`