summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2018-03-09 22:56:29 +0100
committerErich Eckner <git@eckner.net>2018-03-09 22:56:29 +0100
commit83effa9743fda2a0ca064a1dc0fc4d515088a858 (patch)
tree0c6be0d3fbc994db691cf2fd2add92b26ab0e5ac /bin
parent08f69a1eb1f6a71751cda4df67213fa086eeae53 (diff)
downloadbuilder-83effa9743fda2a0ca064a1dc0fc4d515088a858.tar.xz
bin/bootstrap-mysql: add TODO
Diffstat (limited to 'bin')
-rwxr-xr-xbin/bootstrap-mysql2
1 files changed, 2 insertions, 0 deletions
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'