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", "aanderse",
"anton-latukha",
"akru", "akru",
"arianvp", "arianvp",
"bbarker", "bbarker",

View file

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

View file

@ -24,7 +24,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 != true { if !cfg.feedback.full_logs {
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.");