From 65ba2b47c8d6c83e37fe772a7b54fd6b7480ce17 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Wed, 1 Apr 2020 23:01:02 +0300 Subject: Add support for test-exclude task manifest value Note that the last two commits demonstrate an approach to use for migrating data on the ODB object member type change. --- mod/mod-package-version-details.cxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'mod/mod-package-version-details.cxx') diff --git a/mod/mod-package-version-details.cxx b/mod/mod-package-version-details.cxx index bfc08b0..22c1cf5 100644 --- a/mod/mod-package-version-details.cxx +++ b/mod/mod-package-version-details.cxx @@ -430,7 +430,8 @@ handle (request& rq, response& rs) print_dependencies (pkg->examples, "Examples", "examples"); print_dependencies (pkg->benchmarks, "Benchmarks", "benchmarks"); - bool builds (build_db_ != nullptr && pkg->buildable); + bool builds (build_db_ != nullptr && + pkg->buildable == buildable_status::buildable); if (builds) { -- cgit v1.1