projects
/
dak.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
21daaa3
)
fix bug
author
Mark Hymers
<mhy@debian.org>
Sun, 9 Aug 2009 12:17:47 +0000
(13:17 +0100)
committer
Mark Hymers
<mhy@debian.org>
Sun, 9 Aug 2009 15:49:31 +0000
(16:49 +0100)
Signed-off-by: Mark Hymers <mhy@debian.org>
dak/clean_proposed_updates.py
patch
|
blob
|
history
diff --git
a/dak/clean_proposed_updates.py
b/dak/clean_proposed_updates.py
index 99f7e5f1dc0f4dc820a797bb4dcd1696c3e1989c..7733e7a04cb17209228241d6a585d989d0d35557 100755
(executable)
--- a/
dak/clean_proposed_updates.py
+++ b/
dak/clean_proposed_updates.py
@@
-151,7
+151,7
@@
UNION SELECT s.source, s.version, 'source'
ORDER BY package, version, arch_string
""" % {'suite_name': Options["suite"]})
- for i in q.all():
+ for i in q.
fetch
all():
pkg = i[0]
version = i[1]
arch = i[2]