summaryrefslogtreecommitdiffstats
path: root/lib/bb/runqueue.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/runqueue.py
parent860ec42b220b7ed3f3bbe52c3546bba66644eac8 (diff)
downloadbitbake-contrib-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/runqueue.py')
-rw-r--r--lib/bb/runqueue.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/bb/runqueue.py b/lib/bb/runqueue.py
index 577f04a6c..bd4253868 100644
--- a/lib/bb/runqueue.py
+++ b/lib/bb/runqueue.py
@@ -831,6 +831,7 @@ class RunQueue:
"logdefaultverbose" : bb.msg.loggerDefaultVerbose,
"logdefaultverboselogs" : bb.msg.loggerVerboseLogs,
"logdefaultdomain" : bb.msg.loggerDefaultDomains,
+ "prhost" : self.cooker.prhost,
}
worker.stdin.write("<cookerconfig>" + pickle.dumps(self.cooker.configuration) + "</cookerconfig>")