forked from lix-project/hydra
hydra-module: log files don't have a .drv
extension
This commit is contained in:
parent
3432cd7636
commit
c8f3943d03
|
@ -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";
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue