diff options
-rw-r--r-- | mod/mod-build-task.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/mod-build-task.cxx b/mod/mod-build-task.cxx index 1c88759..9a72f66 100644 --- a/mod/mod-build-task.cxx +++ b/mod/mod-build-task.cxx @@ -228,7 +228,7 @@ handle (request& rq, response& rs) pkg_query pq ((pkg_query::internal_repository.is_not_null () && compare_version_ne (pkg_query::id.version, wildcard_version, - true)) + + false)) + "ORDER BY" + pkg_query::id.name + "," + pkg_query::id.version.epoch + "," + |