summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2018-06-12 09:38:57 +0200
committerErich Eckner <git@eckner.net>2018-06-12 09:38:57 +0200
commita4fdfb7608d507ee391b90fa6fc077ec8090a043 (patch)
tree24eeb6a4266fd27e0243da7179137141130a81ed /bin
parent6c0c74f800ee1d5d41768c0dc475ac6b5a99b6f3 (diff)
downloadbuilder-a4fdfb7608d507ee391b90fa6fc077ec8090a043.tar.xz
bin/bootstrap-mysql: remove done TODO
Diffstat (limited to 'bin')
-rwxr-xr-xbin/bootstrap-mysql5
1 files changed, 0 insertions, 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'