[Pkg-debile-commits] [debile-web] 09/16: Better order of the binary packages

Sylvestre Ledru sylvestre at alioth.debian.org
Thu Aug 29 10:11:09 UTC 2013


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

sylvestre pushed a commit to branch update-usuability
in repository debile-web.

commit 13b07e27f87fe085da49849ebd1c288430257317
Author: Sylvestre Ledru <sylvestre at debian.org>
Date:   Wed Aug 28 15:28:12 2013 +0200

    Better order of the binary packages
---
 debileweb/blueprints/frontend.py |    1 +
 1 file changed, 1 insertion(+)

diff --git a/debileweb/blueprints/frontend.py b/debileweb/blueprints/frontend.py
index 6886c1b..966fa95 100644
--- a/debileweb/blueprints/frontend.py
+++ b/debileweb/blueprints/frontend.py
@@ -254,6 +254,7 @@ def source(package_name, owner_name, package_version, run_number):
         .options(joinedload('machine'))\
         .join(Binary, Job.package_id == Binary.package_id)\
         .filter(Binary.source_id == package.source_id)\
+        .order_by(Job.type, Binary.name)\
         .all()
 
     binaries_jobs_info = []

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