summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPedro Alvarez <pedro.alvarez@codethink.co.uk>2016-03-21 09:48:42 +0000
committerPedro Alvarez <pedro.alvarez@codethink.co.uk>2016-03-27 11:53:02 +0000
commit443122fe377952d71b9df17c9e1fda2d15004b03 (patch)
tree62adc50cba7fc1f6d995e8951787722f53a52ace
parent1f77de80cdf34ea99d9537bad5c6e7f9fcd4d147 (diff)
downloadmorph-443122fe377952d71b9df17c9e1fda2d15004b03.tar.gz
I'll strat moving the artifact states to RequestsController
Change-Id: I48738dfa22bfbfb452c8567baf5f171c7aae0bc4
-rw-r--r--gear/client.py2
1 files changed, 2 insertions, 0 deletions
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)
+