hydra-module: log files don't have a .drv extension

This commit is contained in:
Cole Helbling 2022-01-25 11:04:18 -08:00
parent 3432cd7636
commit c8f3943d03

View file

@ -461,7 +461,7 @@ in
script =
''
find ${baseDir}/build-logs -type f -name "*.drv" -mtime +3 -size +0c | xargs -r bzip2 -v -f
find ${baseDir}/runcommand-logs -type f -name "*.drv" -mtime +3 -size +0c | xargs -r bzip2 -v -f
find ${baseDir}/runcommand-logs -type f -mtime +3 -size +0c | xargs -r bzip2 -v -f
'';
startAt = "Sun 01:45";
};