[Pkg-debile-commits] [debile-master] 18/126: tja.

Sylvestre Ledru sylvestre at alioth.debian.org
Mon Aug 19 14:56:07 UTC 2013


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

sylvestre pushed a commit to branch scan-build-html
in repository debile-master.

commit e58d040555a49d0150fe493483ff6a2ca6bf61cb
Author: Paul Tagliamonte <tag at pault.ag>
Date:   Sat May 25 23:43:11 2013 -0400

    tja.
---
 lucy/models/binary.py |    4 ++++
 1 file changed, 4 insertions(+)

diff --git a/lucy/models/binary.py b/lucy/models/binary.py
index a4cbd8e..5762a84 100644
--- a/lucy/models/binary.py
+++ b/lucy/models/binary.py
@@ -1,12 +1,16 @@
 from lucy.models import LucyObject
 from lucy.models.user import User
+from lucy.models.source import Source
 
 
 class Binary(LucyObject):
     _type = 'binaries'
 
     def __init__(self, source, arch, suite, binaries, builder, **kwargs):
+        source = Source.load(source)['_id']
+
         super(Binary, self).__init__(source=source,
+                                     log=log,
                                      arch=arch,
                                      suite=suite,
                                      builder=builder,

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-debile/debile-master.git



More information about the Pkg-debile-commits mailing list