Fix hydra-update-gc-roots
[?]
Jul 16, 2014, 9:20 PM
DKINJZTI7Q6QYBR7GQMTRU46VCK4XDV2KBVRB2HCB4INBFV5LCIQCDependencies
- [2]
3D3F5I74Fix race between hydra-eval-jobs and hydra-update-gc-roots - [3]
WZ3AEJ67* hydra_update_gc_roots.pl registers build outputs that should be kept - [4]
KJQWSRCCSpeed up hydra-update-gc-roots
Change contents
- replacement in src/script/hydra-update-gc-roots at line 133
if (lstat($path)->ctime < $now - 24 * 60 * 60) {my $st = lstat("$gcRootsDir/$link");if (!defined $st) {print STDERR "skipping link $link: $!\n";} elsif ($st->ctime < $now - 24 * 60 * 60) {