[Pkg-debile-commits] [debile-web] 01/01: Fix buildd maintainer link on the index page

Jon Severinsson jonno-guest at moszumanska.debian.org
Sat Mar 29 19:01:28 UTC 2014


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

jonno-guest pushed a commit to branch master
in repository debile-web.

commit cde2e8e1d5022bfc4588d081343b9128ab2da88e
Author: Jon Severinsson <jon at severinsson.net>
Date:   Sat Mar 29 20:01:05 2014 +0100

    Fix buildd maintainer link on the index page
---
 debileweb/blueprints/frontend.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debileweb/blueprints/frontend.py b/debileweb/blueprints/frontend.py
index 3e2240e..fd6713b 100644
--- a/debileweb/blueprints/frontend.py
+++ b/debileweb/blueprints/frontend.py
@@ -73,7 +73,7 @@ def index():
         info = {}
         info['builder'] = builder
         info['builder_link'] = "/builder/%s" % builder.name
-        info['maintainer_link'] = "/user/%s" % group.maintainer.email
+        info['maintainer_link'] = "/user/%s" % builder.maintainer.email
         jobs = session.query(Job).join(Source)\
             .filter(Job.assigned_at != None)\
             .filter(Job.finished_at == None)\

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



More information about the Pkg-debile-commits mailing list