From 443122fe377952d71b9df17c9e1fda2d15004b03 Mon Sep 17 00:00:00 2001 From: Pedro Alvarez Date: Mon, 21 Mar 2016 09:48:42 +0000 Subject: I'll strat moving the artifact states to RequestsController Change-Id: I48738dfa22bfbfb452c8567baf5f171c7aae0bc4 --- gear/client.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gear/client.py b/gear/client.py index ec756b6d..b4a894a5 100644 --- a/gear/client.py +++ b/gear/client.py @@ -322,6 +322,8 @@ class RequestsController(): with self.build_status_lock: print "TO %s: Artifact %s built" % (request_id, name) + def mark_as_building(self, cache_key, kind, name) + -- cgit v1.2.1