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

[dak/master] dak/clean_suites.py: remove TODO comment



sources only referenced by binaries about to be deleted are no longer
see to be used.
---
 dak/clean_suites.py |    7 -------
 1 files changed, 0 insertions(+), 7 deletions(-)

diff --git a/dak/clean_suites.py b/dak/clean_suites.py
index f16474b..85d4158 100755
--- a/dak/clean_suites.py
+++ b/dak/clean_suites.py
@@ -112,16 +112,9 @@ def check_sources(now_date, session):
     # Get the list of source packages not in a suite and not used by
     # any binaries.
 
-    #### XXX: this should ignore cases where the files for the binary b
-    ####      have been marked for deletion (so the delay between bins go
-    ####      byebye and sources go byebye is 0 instead of StayOfExecution)
-
     # Check for any sources which are marked for deletion but which
     # are now used again.
 
-    #### XXX: this should also handle deleted binaries specially (ie, not
-    ####      reinstate sources because of them
-
     # TODO: the UPDATE part is the same as in check_binaries. Merge?
 
     query = """
-- 
1.7.2.5



Reply to: