From 4d14794f16e00a4de42664ef4d717ec963748f7e Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Tue, 15 Jan 2019 12:55:09 +0100 Subject: bin/seed-build-list: add TODO --- bin/seed-build-list | 3 +++ 1 file changed, 3 insertions(+) (limited to 'bin/seed-build-list') diff --git a/bin/seed-build-list b/bin/seed-build-list index 33e493e..dabb5da 100755 --- a/bin/seed-build-list +++ b/bin/seed-build-list @@ -344,6 +344,9 @@ fi printf ' JOIN (' printf 'SELECT `binary_packages`.`pkgname`,' printf '`binary_packages`.`architecture`,' + # TODO: this might become wrong if we ever change the order of the + # rows in repository_stabilities -- we might want to refer to + # repository_stability_relations here somehow ... printf 'MAX(`repositories`.`stability`) AS `stability`' printf ' FROM `binary_packages`' mysql_join_binary_packages_binary_packages_in_repositories -- cgit v1.2.3