[buildinfo.debian.net] 01/01: uid not, pk.

Chris Lamb chris at chris-lamb.co.uk
Sat Nov 5 21:48:55 UTC 2016


This is an automated email from the git hooks/post-receive script.

lamby pushed a commit to branch master
in repository buildinfo.debian.net.

commit 2cc4066d29c8d8a87b85d049a336be86ef587897
Author: Chris Lamb <lamby at debian.org>
Date:   Sat Nov 5 21:47:31 2016 +0000

    uid not, pk.
---
 bidb/keys/models.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bidb/keys/models.py b/bidb/keys/models.py
index 9929e3b..b756232 100644
--- a/bidb/keys/models.py
+++ b/bidb/keys/models.py
@@ -29,4 +29,4 @@ class Key(models.Model):
         if created:
             from .tasks import update_or_create_key
 
-            transaction.on_commit(lambda: update_or_create_key.delay(self.pk))
+            transaction.on_commit(lambda: update_or_create_key.delay(self.uid))

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/buildinfo.debian.net.git



More information about the Reproducible-commits mailing list