aboutsummaryrefslogtreecommitdiff
path: root/mod/mod-package-version-details.cxx
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2023-03-07 13:20:13 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2023-03-07 13:20:13 +0300
commitf17ffcc3577014c89d5c4d1009d06ff0e3dabba4 (patch)
treef71fa2cf67eced6b435ed2dd6424d50210b185a1 /mod/mod-package-version-details.cxx
parent53d90b03a1ee1c2e19bca4ded0ac44a33aca2d6d (diff)
Print unbuilt configurations for archived package tenants
Diffstat (limited to 'mod/mod-package-version-details.cxx')
-rw-r--r--mod/mod-package-version-details.cxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/mod/mod-package-version-details.cxx b/mod/mod-package-version-details.cxx
index b5d733b..3a6ef1f 100644
--- a/mod/mod-package-version-details.cxx
+++ b/mod/mod-package-version-details.cxx
@@ -547,13 +547,7 @@ handle (request& rq, response& rs)
// Query toolchains seen for the package tenant to produce a list of the
// unbuilt configuration/toolchain combinations.
//
- // Note that it only make sense to print those unbuilt configurations that
- // may still be built. That's why we leave the toolchains list empty if
- // the package tenant is achieved.
- //
vector<pair<string, version>> toolchains;
-
- if (!tn->archived)
{
using query = query<toolchain>;