| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | bin/gc: Re-enable | EuAndreh | 2026-06-11 | 1 | -1/+0 |
| | | |||||
| * | Revert "bin/gc: Re-enable" | EuAndreh | 2026-01-24 | 1 | -0/+1 |
| | | | | | This reverts commit e7538a7aaea8b23b8f5e057016f71127f28a6b02. | ||||
| * | bin/gc: Re-enable | EuAndreh | 2026-01-06 | 1 | -1/+0 |
| | | |||||
| * | bin/gc: Disable cron gc globally for now | EuAndreh | 2025-12-12 | 1 | -0/+2 |
| | | |||||
| * | bin/gc: Reenalbe Nix GC | EuAndreh | 2025-05-31 | 1 | -1/+0 |
| | | |||||
| * | bin/gc: Reenable Guix GC | EuAndreh | 2025-05-06 | 1 | -1/+0 |
| | | |||||
| * | bin/gc: Don't do Guix and Nix GC | EuAndreh | 2025-01-06 | 1 | -0/+2 |
| | | |||||
| * | bin/gc: tmpdir: Only delete files and directories for now | EuAndreh | 2024-05-02 | 1 | -1/+1 |
| | | |||||
| * | Revert "Remove Nix/NixOS support from configuration and utilities" | EuAndreh | 2024-04-25 | 1 | -0/+21 |
| | | | | | This reverts commit 3b2d27457db9ef8911893fa1b843560f1ccab2eb. | ||||
| * | bin/gc: Allow "gc_tmpdir()" to fail | EuAndreh | 2024-04-22 | 1 | -1/+1 |
| | | |||||
| * | bin/gc: Add gc_coredump() | EuAndreh | 2024-01-30 | 1 | -1/+6 |
| | | |||||
| * | Remove Nix/NixOS support from configuration and utilities | EuAndreh | 2024-01-12 | 1 | -21/+0 |
| | | |||||
| * | bin/*: Add matching parenthesis to case clauses | EuAndreh | 2023-07-29 | 1 | -5/+5 |
| | | |||||
| * | bin/gc: Remove vcs GC | EuAndreh | 2023-07-16 | 1 | -7/+0 |
| | | | | | Instead run GC on repos when needed, manually. | ||||
| * | bin/gc: Tolerate guix failing commands | EuAndreh | 2023-07-12 | 1 | -3/+5 |
| | | |||||
| * | bin/gc: Add missing attribution to $CMD | EuAndreh | 2023-07-12 | 1 | -0/+1 |
| | | |||||
| * | bin/gc: Allow word splitting (ShellCheck offense) | EuAndreh | 2023-07-12 | 1 | -0/+1 |
| | | |||||
| * | bin/gc: Make it more flexible by accepting multiple TYPE arguments | EuAndreh | 2023-07-11 | 1 | -20/+26 |
| | | |||||
| * | bin/gc: Restrict Guix GC to 1 month old data | EuAndreh | 2023-04-26 | 1 | -4/+4 |
| | | |||||
| * | bin/gc: Remove "nohup" | EuAndreh | 2023-04-16 | 1 | -5/+0 |
| | | |||||
| * | bin/gc: Add "nix" to the list of TYPE in help string | EuAndreh | 2023-04-13 | 1 | -0/+1 |
| | | |||||
| * | bin/gc: Run GC for user-level Guix first | EuAndreh | 2023-04-13 | 1 | -3/+4 |
| | | | | | | | | When there is 0 bytes of disk left, GPG fails to run because it can't create a lockfile it requires. This way, we free space before needing GPG. | ||||
| * | bin/: Make help string more consistent across several executables | EuAndreh | 2023-04-12 | 1 | -0/+1 |
| | | |||||
| * | bin/gc: Remove gc_email step | EuAndreh | 2023-03-03 | 1 | -7/+0 |
| | | |||||
| * | bin/gc: Use heredoc over multiple printf(1) statements | EuAndreh | 2023-02-27 | 1 | -3/+5 |
| | | |||||
| * | bin/gc: Do not filter /tmp files by type "file" | EuAndreh | 2023-02-27 | 1 | -1/+1 |
| | | |||||
| * | bin/gc: Use early return on gc_docker() | EuAndreh | 2023-02-22 | 1 | -8/+10 |
| | | |||||
| * | bin/gc: GC Guix for root user | EuAndreh | 2023-02-22 | 1 | -2/+6 |
| | | |||||
| * | bin/gc: Do Nix GC too | EuAndreh | 2023-02-22 | 1 | -3/+24 |
| | | |||||
| * | bin/{gc,upgrade}: Fix path to store password | EuAndreh | 2022-12-01 | 1 | -2/+2 |
| | | |||||
| * | bin/gc: Use "--optimize" for guix gc | EuAndreh | 2022-11-02 | 1 | -2/+2 |
| | | |||||
| * | bin/gc: Support TYPE argument | EuAndreh | 2022-10-28 | 1 | -12/+38 |
| | | |||||
| * | bin/gc: Add gc_vcs() step | EuAndreh | 2022-10-28 | 1 | -0/+6 |
| | | |||||
| * | bin/gc: remove "current-guix" profile too | EuAndreh | 2022-10-23 | 1 | -0/+1 |
| | | |||||
| * | bin/gc: Use proper $TMPDIR over hardcoded /tmp path | EuAndreh | 2022-08-25 | 1 | -1/+1 |
| | | |||||
| * | bin/gc: Enable "set -x" option | EuAndreh | 2022-08-13 | 1 | -0/+2 |
| | | |||||
| * | bin/gc: Fix password input to sudo | EuAndreh | 2022-08-13 | 1 | -1/+1 |
| | | |||||
| * | bin/: Add examples to help strings | EuAndreh | 2022-08-13 | 1 | -0/+10 |
| | | |||||
| * | Move Git repository into ~/.usr/.git/ | EuAndreh | 2022-05-12 | 1 | -0/+105 |
