[Blends-commit] r2074 - blends/trunk/webtools
Debian Pure Blends Subversion Commit
noreply at alioth.debian.org
Fri Feb 5 14:22:30 UTC 2010
Author: tille
Date: Fri Feb 5 14:22:27 2010
New Revision: 2074
URL: http://svn.debian.org/viewsvn/blends?rev=2074&view=rev
Log:
version as further ordering criterium
Modified:
blends/trunk/webtools/blendstasktools.py
Modified: blends/trunk/webtools/blendstasktools.py
URL: http://svn.debian.org/viewsvn/blends/blends/trunk/webtools/blendstasktools.py?rev=2074&view=diff&r1=2074&r2=2073&p1=blends/trunk/webtools/blendstasktools.py&p2=blends/trunk/webtools/blendstasktools.py
==============================================================================
--- blends/trunk/webtools/blendstasktools.py (original)
+++ blends/trunk/webtools/blendstasktools.py Fri Feb 5 14:22:27 2010
@@ -288,7 +288,7 @@
-- JOIN with release table to enable reasonable sorting
WHERE r NOT LIKE '%-%'
-- ignore releases like *-security etc.
- ORDER BY releases.sort;"""
+ ORDER BY releases.sort, version;"""
curs.execute(query)
# Obtain upstream version in case it is newer than Debian version
More information about the Blends-commit
mailing list