[Blends-commit] [SCM] website branch, master, updated. 904d6a4e54f140787caf236c3be2e164b47dbdc1

Ole Streicher ole at aip.de
Wed Mar 9 12:42:49 UTC 2016


The following commit has been merged in the master branch:
commit 904d6a4e54f140787caf236c3be2e164b47dbdc1
Author: Ole Streicher <ole at aip.de>
Date:   Wed Mar 9 13:42:44 2016 +0100

    Revert one change that accidently slipped from UDD version

diff --git a/webtools/blendstasktools.py b/webtools/blendstasktools.py
index 4e2c2cf..0674f53 100644
--- a/webtools/blendstasktools.py
+++ b/webtools/blendstasktools.py
@@ -1540,9 +1540,8 @@ class TaskDependencies:
                         enhancing_pkgs.append(pkg)
 
                 if 'releases' in row:
-                    for rel, ver, arch in sorted(zip(row['releases'], row['versions'],
-                                                     row['architectures']),
-                                                 key=lambda x: release_order[x[0]]):
+                    for rel, ver, arch in zip(row['releases'], row['versions'],
+                                              row['architectures']):
                         dep.version.append({
                             'release': rel,
                             'version': ver,

-- 
Static and dynamic websites for Debian Pure Blends



More information about the Blends-commit mailing list