The following commit has been merged in the master branch:
commit 904d6a4e54f140787caf236c3be2e164b47dbdc1
Author: Ole Streicher <[email protected]>
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
_______________________________________________
Blends-commit mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/blends-commit