Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-08-21 | nix-collect-garbage: Revive --max-freed | Eelco Dolstra | |
Fixes #609. | |||
2015-07-17 | nix-collect-garbage: Handle ENOENT | Eelco Dolstra | |
Don't barf trying to read a link that just got deleted. Fixes #575. | |||
2015-05-22 | Remove dead code | Eelco Dolstra | |
2015-05-21 | nix-collect-garbage: Don't call nix-env | Eelco Dolstra | |
Also, make sure --delete-older-than doesn't delete the current generation. | |||
2015-05-21 | nix-collect-garbage: Call collectGarbage() internally | Eelco Dolstra | |
2015-05-21 | nix-collect-garbage: Don't barf on unreadable directories | Eelco Dolstra | |
And don't try to delete generations from unwritable directories. | |||
2015-05-21 | nix-collect-garbage: Remove redundant call to getFileType | Eelco Dolstra | |
2015-05-06 | nix-collect-garbage: Do not pass an empty argument. Closes #530 | Luca Bruno | |
2015-05-06 | nix-collect-garbage: Fix deleting old generations | William A. Kennington III | |
The call to nix-env expects a string which represents how old the derivations are or just "old" which means any generations other than the current one in use. Currently nix-collect-garbage passes an empty string to nix-env when using the -d option. This patch corrects the call to nix-env such that it follows the old behavior. | |||
2015-04-22 | nix-collect-garbage: translate to C++ | Luca Bruno | |