aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2017-04-29 19:24:56 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2017-04-29 19:25:47 +0300
commitea60a6df471706a0eeb5ff1f774d69abe89e4bc9 (patch)
tree2996fc812f76d581327d52c30a7781f5f533cd55
parent7ebe2bef30962c340ca549248d07a7f899c04578 (diff)
Fix build task handler to preoperly ignore stubs
-rw-r--r--mod/mod-build-task.cxx2
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 + "," +