diff --git a/etc/diskspace/clean-old-stack-libs.sh b/etc/diskspace/clean-old-stack-libs.sh deleted file mode 100755 index d2080b38..00000000 --- a/etc/diskspace/clean-old-stack-libs.sh +++ /dev/null @@ -1,13 +0,0 @@ -#!/bin/bash - -set -e - -if [ $# != 1 ]; then - echo "Usage: $0 [nightly|lts-xx]" - exit 1 -fi - -cd ~/stackage/automated/work/$1/unpack-dir/.stack-work/install/x86_64-linux*/*/*/lib/x86_64-linux-ghc-* -pwd - -stack --resolver lts-19.33 script ~/stackage/etc/diskspace/remove-old-stack-work-libs.hs diff --git a/etc/diskspace/remove-old-stack-work-libs.hs b/etc/diskspace/remove-old-stack-work-libs.hs old mode 100644 new mode 100755