From a4fdfb7608d507ee391b90fa6fc077ec8090a043 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Tue, 12 Jun 2018 09:38:57 +0200 Subject: bin/bootstrap-mysql: remove done TODO --- bin/bootstrap-mysql | 5 ----- 1 file changed, 5 deletions(-) diff --git a/bin/bootstrap-mysql b/bin/bootstrap-mysql index 1e6bc89..e43eccf 100755 --- a/bin/bootstrap-mysql +++ b/bin/bootstrap-mysql @@ -35,11 +35,6 @@ fi # Every package being moved needs to have all dependencies # installable in the target repository. - # TODO: [1] A "replaced" package may also be in a different repository - # e.g. if a-2 is moved from [staging] to [testing] and there is only - # a-1 in [core], then this will be "replaced" by a-2 on a system - # running on [testing] repositories. - printf 'DROP PROCEDURE IF EXISTS calculate_maximal_moveable_set;\n' printf 'DELIMITER //\n' printf 'CREATE PROCEDURE calculate_maximal_moveable_set(IN `from_stability` MEDIUMINT)\n' -- cgit v1.2.3