From ea60a6df471706a0eeb5ff1f774d69abe89e4bc9 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Sat, 29 Apr 2017 19:24:56 +0300 Subject: Fix build task handler to preoperly ignore stubs --- mod/mod-build-task.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 + "," + -- cgit v1.1