diff options
Diffstat (limited to 'bitbake/lib/hashserv/server.py')
| -rw-r--r-- | bitbake/lib/hashserv/server.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bitbake/lib/hashserv/server.py b/bitbake/lib/hashserv/server.py index 439962f782..a86507830e 100644 --- a/bitbake/lib/hashserv/server.py +++ b/bitbake/lib/hashserv/server.py | |||
| @@ -475,6 +475,9 @@ class ServerClient(bb.asyncrpc.AsyncServerConnection): | |||
| 475 | if k in data: | 475 | if k in data: |
| 476 | outhash_data[k] = data[k] | 476 | outhash_data[k] = data[k] |
| 477 | 477 | ||
| 478 | if self.user: | ||
| 479 | outhash_data["owner"] = self.user.username | ||
| 480 | |||
| 478 | # Insert the new entry, unless it already exists | 481 | # Insert the new entry, unless it already exists |
| 479 | if await self.db.insert_outhash(outhash_data): | 482 | if await self.db.insert_outhash(outhash_data): |
| 480 | # If this row is new, check if it is equivalent to another | 483 | # If this row is new, check if it is equivalent to another |
