index : builder | |
Archlinux32 build system | gitolite user |
summaryrefslogtreecommitdiff |
author | Erich Eckner <git@eckner.net> | 2018-06-12 09:38:57 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2018-06-12 09:38:57 +0200 |
commit | a4fdfb7608d507ee391b90fa6fc077ec8090a043 (patch) | |
tree | 24eeb6a4266fd27e0243da7179137141130a81ed /bin/bootstrap-mysql | |
parent | 6c0c74f800ee1d5d41768c0dc475ac6b5a99b6f3 (diff) |
-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' |