fixup: full logs
This commit is contained in:
parent
cfa9547434
commit
bebe197643
|
@ -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()),
|
||||||
|
|
Loading…
Reference in a new issue