forked from lix-project/hydra
No wonder our disk was filling up
This commit is contained in:
parent
4d4e1986e8
commit
d8f8143cc2
|
@ -136,7 +136,7 @@ foreach my $link (@roots) {
|
||||||
if (!defined $roots{$path}) {
|
if (!defined $roots{$path}) {
|
||||||
print STDERR "removing root $path\n";
|
print STDERR "removing root $path\n";
|
||||||
$rootsDeleted++;
|
$rootsDeleted++;
|
||||||
#unlink "$gcRootsDir/$link" or warn "cannot remove $gcRootsDir/$link";
|
unlink "$gcRootsDir/$link" or warn "cannot remove $gcRootsDir/$link";
|
||||||
} else {
|
} else {
|
||||||
$rootsKept++;
|
$rootsKept++;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue