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

[dak/master] update-suite: We need the build queue's suite.



---
 dak/update_suite.py |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dak/update_suite.py b/dak/update_suite.py
index cfca52a..0d2de5c 100644
--- a/dak/update_suite.py
+++ b/dak/update_suite.py
@@ -222,7 +222,7 @@ class SuiteUpdater(object):
     def update_suite(self):
         targets = set([self.target])
         if self.obey_build_queues:
-            targets.update(self.target.copy_queues)
+            targets.update([bq.suite for bq in self.target.copy_queues])
         target_names = [ s.suite_name for s in targets ]
         target_names.sort()
         target_name = ",".join(target_names)
-- 
1.7.10.4


Reply to: