[Blends-commit] [SCM] website branch, master, updated. 89f4832d66c93eab5e6f1cd83d570277e6023437

Akshita Jha akshita-guest at users.alioth.debian.org
Wed Aug 5 21:07:22 UTC 2015


The following commit has been merged in the master branch:
commit 89f4832d66c93eab5e6f1cd83d570277e6023437
Author: Akshita Jha <akshita-guest at users.alioth.debian.org>
Date:   Thu Aug 6 02:25:21 2015 +0530

    Modify blendstasktools_udd.py : Order new packages alphabetically (Ascending order)

diff --git a/webtools_py3/blendstasktools_udd.py b/webtools_py3/blendstasktools_udd.py
index 9d1faec..af68e3c 100644
--- a/webtools_py3/blendstasktools_udd.py
+++ b/webtools_py3/blendstasktools_udd.py
@@ -373,7 +373,7 @@ query = """PREPARE query_new (text[]) AS SELECT
     LEFT OUTER JOIN bibref bibeprint  ON p.source = bibeprint.source  AND bibeprint.rank = 0  AND bibeprint.key  = 'eprint'  AND bibeprint.package = ''
                    WHERE (p.package, p.version) IN  
                          (SELECT package, max(version) FROM
-                   new_packages WHERE package = ANY ($1) GROUP BY package)"""
+                   new_packages WHERE package = ANY ($1) GROUP BY package) ORDER BY p.package"""
 _execute_udd_query(query)
 
 query = """PREPARE query_vcs (text[]) AS SELECT

-- 
Static and dynamic websites for Debian Pure Blends



More information about the Blends-commit mailing list