From 2075358234415c9f2906beea2cb220af09ca5c61 Mon Sep 17 00:00:00 2001 From: Ansgar Burchardt Date: Fri, 17 Aug 2012 13:38:14 +0200 Subject: [PATCH] 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 file changed, 7 deletions(-) diff --git a/dak/clean_suites.py b/dak/clean_suites.py index f16474b1..85d4158f 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 = """ -- 2.39.2