From 83effa9743fda2a0ca064a1dc0fc4d515088a858 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Fri, 9 Mar 2018 22:56:29 +0100 Subject: bin/bootstrap-mysql: add TODO --- bin/bootstrap-mysql | 2 ++ 1 file changed, 2 insertions(+) (limited to 'bin/bootstrap-mysql') diff --git a/bin/bootstrap-mysql b/bin/bootstrap-mysql index afe1850..5f938fc 100755 --- a/bin/bootstrap-mysql +++ b/bin/bootstrap-mysql @@ -310,6 +310,8 @@ if [ ! "$1" = 'slim' ]; then # Every package which is replaced, must have its provided install_targets: # a) provided by another moved or not-replaced package or # b) not required by any not-replaced package. +# TODO: additionally, every package being moved needs to have all dependencies +# installable in the target repository ! printf 'DROP PROCEDURE IF EXISTS calculate_maximal_moveable_set;\n' printf 'DELIMITER //\n' printf 'CREATE PROCEDURE calculate_maximal_moveable_set(IN `from_stability` VARCHAR(32))\n' -- cgit v1.2.3-54-g00ecf