[Pkg-debile-commits] [debile-master] 18/26: Fixed source attribute to polymorphic model

Sylvestre Ledru sylvestre at alioth.debian.org
Tue Aug 20 16:22:38 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 4d414ca32aaccb03f378cf835f54f32f8407793a
Author: Léo Cavaillé <leo at cavaille.net>
Date:   Thu Aug 15 10:13:58 2013 +0200

    Fixed source attribute to polymorphic model
---
 lucy/server.py |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lucy/server.py b/lucy/server.py
index ad9601c..a2fdff5 100644
--- a/lucy/server.py
+++ b/lucy/server.py
@@ -223,7 +223,7 @@ class LucyInterface(object):
 
         return "{public}/{pool}/{arch}/{deb}".format(
             public=public,
-            pool=b.source.id,
+            pool=b.source.package_id,
             arch=b.arch,
             deb=b.deb
         )

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