From bebe1976438ba9f81818e8d9e48da39eb40bb09a Mon Sep 17 00:00:00 2001 From: Graham Christensen Date: Sun, 18 Mar 2018 16:06:24 -0400 Subject: [PATCH] fixup: full logs --- ofborg/src/bin/builder.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ofborg/src/bin/builder.rs b/ofborg/src/bin/builder.rs index 016c66b..1979a4e 100644 --- a/ofborg/src/bin/builder.rs +++ b/ofborg/src/bin/builder.rs @@ -25,7 +25,7 @@ fn main() { let cloner = checkout::cached_cloner(Path::new(&cfg.checkout.root)); let nix = cfg.nix(); - if &cfg.feedback.full_logs != Some(true) { + if cfg.feedback.full_logs != true { warn!("Please define feedback.full_logs in your configuration to true!"); warn!("feedback.full_logs when true will cause the full build log to be sent back"); warn!("to the server, and be viewable by everyone."); @@ -80,7 +80,6 @@ fn main() { nix, cfg.nix.system.clone(), cfg.runner.identity.clone(), - full_logs, )), easyamqp::ConsumeConfig { queue: format!("build-inputs-{}", cfg.nix.system.clone()),