From e49cde3032bfbfb037be098c774450cbd02a4a4e Mon Sep 17 00:00:00 2001 From: Martin Trigaux Date: Tue, 17 Jun 2014 12:33:01 +0200 Subject: [PATCH] update labels to new definition --- runbot/runbot.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/runbot/runbot.py b/runbot/runbot.py index 1c3c55da..46bcabd7 100644 --- a/runbot/runbot.py +++ b/runbot/runbot.py @@ -969,8 +969,8 @@ class RunbotController(http.Controller): LABELS = { - 1: 'WIP', - 2: 'RD', + 1: 'RDWIP', + 2: 'OE', } # kill ` ps faux | grep ./static | awk '{print $2}' `