[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[dak/master] Fix britney_changelog.



674e520b01fd361fc2d88909f7da8ca3ed97d60c changed the keys in the package
list from a string to a tuple. This patch adapts britney_changelog to
this change.
---
 dak/control_suite.py |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/dak/control_suite.py b/dak/control_suite.py
index d18bc70..9b1514d 100755
--- a/dak/control_suite.py
+++ b/dak/control_suite.py
@@ -122,7 +122,6 @@ def britney_changelog(packages, suite, session):
     for p in q.fetchall():
         current[p[0]] = p[1]
     for p in packages.keys():
-        p = p.split()
         if p[2] == "source":
             old[p[0]] = p[1]
 
-- 
1.7.2.5



Reply to: