From 9c4e6f78e744e9330a619116f42033f720e866bc Mon Sep 17 00:00:00 2001 From: Cole Helbling Date: Mon, 31 Jan 2022 11:43:25 -0800 Subject: [PATCH] hydra-module: don't bzip2 runcommand-logs --- hydra-module.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/hydra-module.nix b/hydra-module.nix index 617b0752..6cfa6aa3 100644 --- a/hydra-module.nix +++ b/hydra-module.nix @@ -461,7 +461,6 @@ 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 -mtime +3 -size +0c | xargs -r bzip2 -v -f ''; startAt = "Sun 01:45"; };