From 4effffe35391d408011535fc8c105022d87e092b Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Sun, 16 Jul 2023 08:04:28 -0300 Subject: bin/gc: Remove vcs GC Instead run GC on repos when needed, manually. --- bin/gc | 7 ------- 1 file changed, 7 deletions(-) diff --git a/bin/gc b/bin/gc index 59a9eff..548090f 100755 --- a/bin/gc +++ b/bin/gc @@ -22,7 +22,6 @@ help() { - trash - tmpdir - docker - - vcs Free disk space system-wide. @@ -135,11 +134,6 @@ gc_docker() { yes | docker container prune } -gc_vcs() { - repos -e ~/dev/go/ -e ~/dev/quicklisp/ -e ~/dev/archive/ ~/dev/ | - xargs -I% -P4 x vcs -C% gc OR true -} - TYPES=' guix @@ -147,7 +141,6 @@ nix trash tmpdir docker -vcs ' if [ $# -eq 0 ]; then -- cgit v1.2.3