fixup: full logs

This commit is contained in:
Graham Christensen 2018-03-18 16:06:24 -04:00
parent cfa9547434
commit bebe197643
No known key found for this signature in database
GPG key ID: ACA1C1D120C83D5C

View file

@ -25,7 +25,7 @@ fn main() {
let cloner = checkout::cached_cloner(Path::new(&cfg.checkout.root)); let cloner = checkout::cached_cloner(Path::new(&cfg.checkout.root));
let nix = cfg.nix(); 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!("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!("feedback.full_logs when true will cause the full build log to be sent back");
warn!("to the server, and be viewable by everyone."); warn!("to the server, and be viewable by everyone.");
@ -80,7 +80,6 @@ fn main() {
nix, nix,
cfg.nix.system.clone(), cfg.nix.system.clone(),
cfg.runner.identity.clone(), cfg.runner.identity.clone(),
full_logs,
)), )),
easyamqp::ConsumeConfig { easyamqp::ConsumeConfig {
queue: format!("build-inputs-{}", cfg.nix.system.clone()), queue: format!("build-inputs-{}", cfg.nix.system.clone()),