summaryrefslogtreecommitdiffstats
path: root/lib/bb/cooker.py
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2013-06-07 18:13:04 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-06-12 17:48:52 +0100
commitc761751e259bb8e940552a28794b45887b5a72d9 (patch)
tree0504eb972355270d1ad0b9074d61bab8c99f9f7b /lib/bb/cooker.py
parent860ec42b220b7ed3f3bbe52c3546bba66644eac8 (diff)
downloadbitbake-c761751e259bb8e940552a28794b45887b5a72d9.tar.gz
prserv: Adapt autostart to bitbake-worker
With the change to bitbake-worker we need to ensure the workers know how to contact the PR service, the magic 0 port and singleton is no longer enough. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'lib/bb/cooker.py')
-rw-r--r--lib/bb/cooker.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bb/cooker.py b/lib/bb/cooker.py
index 77273dcb2..f375a6f58 100644
--- a/lib/bb/cooker.py
+++ b/lib/bb/cooker.py
@@ -1177,7 +1177,7 @@ class BBCooker:
# necessary from the data store.
#bb.utils.empty_environment()
try:
- prserv.serv.auto_start(self.data)
+ self.prhost = prserv.serv.auto_start(self.data)
except prserv.serv.PRServiceConfigError:
bb.event.fire(CookerExit(), self.event_data)
return