index : builder | |
Archlinux32 build system | gitolite user |
summaryrefslogtreecommitdiff |
-rwxr-xr-x | lib/mysql-functions | 1 |
diff --git a/lib/mysql-functions b/lib/mysql-functions index b9ef23a..8c71e53 100755 --- a/lib/mysql-functions +++ b/lib/mysql-functions @@ -1035,6 +1035,7 @@ mysql_query_has_pending_dependencies() { # ... and if (a) relevant for binary_packages ... printf '`l_dep_ts`.`relevant_for_binary_packages`' # (which includes makedependencies which are haskell packages!) +# TODO: wrong - this should test the install target provider! printf ' OR `todos`.`pkgname` LIKE "haskell-%%",' # ... has some unbuilt provider ... printf 'EXISTS (' |