Merge pull request #329 from NixOS/pedantry

Pedantry
This commit is contained in:
Graham Christensen 2019-03-08 21:57:01 -05:00 committed by GitHub
commit fdeb14f36d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 18 additions and 2 deletions

View file

@ -1,5 +1,6 @@
[
"aanderse",
"anton-latukha",
"akru",
"arianvp",
"bbarker",

View file

@ -7,10 +7,10 @@
"adisbladis",
"aforemny",
"akru",
"alyssais",
"aminechikhaoui",
"andersontorres",
"andir",
"anton-latukha",
"arianvp",
"aristidb",
"armijnhemel",
@ -27,6 +27,7 @@
"bluescreen303",
"brainrape",
"c0bw3b",
"cdepillabout",
"chaoflow",
"cillianderoiste",
"cleverca22",
@ -34,7 +35,9 @@
"costrouc",
"cpages",
"cstrahan",
"danbst",
"danieldk",
"delroth",
"dezgeg",
"dguibert",
"disassembler",
@ -55,6 +58,7 @@
"erictapen",
"erikarvstedt",
"etu",
"etu",
"falsifian",
"fgaz",
"flokli",
@ -70,9 +74,12 @@
"grahamc",
"grahamcofborg",
"grwlf",
"hedning",
"hrdinka",
"imalsogreg",
"infinisil",
"izorkin",
"jacereda",
"jagajaga",
"jfrankenau",
"jgeerds",
@ -80,6 +87,7 @@
"jluttine",
"joachifm",
"johanot",
"jokogr",
"jtojnar",
"jwiegley",
"kalbasit",
@ -96,6 +104,7 @@
"madjar",
"maggesi",
"markuskowa",
"marsam",
"matejc",
"matthewbauer",
"mic92",
@ -107,11 +116,13 @@
"nh2",
"nicolaspetton",
"nlewo",
"nyanloutre",
"obadz",
"ocharles",
"offlinehacker",
"orivej-nixos",
"oxij",
"pacien",
"pbogdan",
"peterhoeg",
"peti",
@ -128,6 +139,7 @@
"roberth",
"roconnor",
"rushmorem",
"rvolosatovs",
"ryantm",
"ryantrinkle",
"rycee",
@ -143,6 +155,7 @@
"the-kenny",
"thomasmader",
"thoughtpolice",
"tilpner",
"timokau",
"tomberek",
"ts468",
@ -151,6 +164,7 @@
"va1entin",
"vbgl",
"vcunat",
"vdemeester",
"veprbl",
"viric",
"volth",
@ -159,6 +173,7 @@
"wkennington",
"wmertens",
"woffs",
"worldofpeace",
"xeji",
"xeji",
"yegortimoshenko",

View file

@ -24,7 +24,7 @@ fn main() {
let cloner = checkout::cached_cloner(Path::new(&cfg.checkout.root));
let nix = cfg.nix();
if cfg.feedback.full_logs != true {
if !cfg.feedback.full_logs {
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.");