[Pkg-debile-commits] [debile-master] 14/26: id has been replaced by binary_id in Binary entity

Sylvestre Ledru sylvestre at alioth.debian.org
Tue Aug 20 16:22:37 UTC 2013


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

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

commit b30190c29277d323ccb86b5c8c3938fdb59aaa4c
Author: Léo Cavaillé <leo at cavaille.net>
Date:   Tue Aug 13 19:58:19 2013 +0200

    id has been replaced by binary_id in Binary entity
---
 lucy/server.py |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lucy/server.py b/lucy/server.py
index cc08aae..a41c423 100644
--- a/lucy/server.py
+++ b/lucy/server.py
@@ -218,7 +218,7 @@ class LucyInterface(object):
         Get a list of .debs for the given Binary package, otherwise None.
         """
         session = Session()
-        b = session.query(Binary).filter(Binary.id == binary_id).one()
+        b = session.query(Binary).filter(Binary.binary_id == binary_id).one()
         public = config.get('paths', 'public')
 
         root = "{public}/{pool}/{arch}".format(

-- 
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