index : builder | |
Archlinux32 build system | gitolite user |
summaryrefslogtreecommitdiff |
-rwxr-xr-x | bin/bootstrap-mysql | 5 |
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' |