From 32437dfab5a9d87ecb3dbbcf479cc2ac20f42eb9 Mon Sep 17 00:00:00 2001 From: Graham Christensen Date: Tue, 12 Dec 2017 19:59:03 -0500 Subject: [PATCH] Rename the meta check to grahamcofborg-eval-check-meta --- ofborg/src/tasks/massrebuilder.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ofborg/src/tasks/massrebuilder.rs b/ofborg/src/tasks/massrebuilder.rs index 904a111..81be24b 100644 --- a/ofborg/src/tasks/massrebuilder.rs +++ b/ofborg/src/tasks/massrebuilder.rs @@ -310,7 +310,7 @@ impl worker::SimpleWorker for MassRebuildWorker { let mut status = CommitStatus::new( repo.statuses(), job.pr.head_sha.clone(), - String::from("Meta Field Checks"), + String::from("grahamcofborg-eval-check-meta"), String::from("config.nix: checkMeta = true"), None );