From 2698a1c30965e1b6a27fa92a3d8e3cf16cde11e1 Mon Sep 17 00:00:00 2001 From: Paul Price Date: Tue, 23 Jun 2015 22:11:48 +0000 Subject: [PATCH] Repositories: allow installation of implicit product We want to clone the versions on the server, which means also installing the implicit product defined there. --- python/eups/distrib/Repositories.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/python/eups/distrib/Repositories.py b/python/eups/distrib/Repositories.py index 5ded2b41..2f8c311f 100644 --- a/python/eups/distrib/Repositories.py +++ b/python/eups/distrib/Repositories.py @@ -456,8 +456,6 @@ def _recursiveInstall(self, recursionLevel, manifest, product, version, if thisinstalled: msg = " [ %2d%s ] %s %s" % (at+1, nprods, prod.product, prod.version) - if prod.product == defaultProduct: - continue # we don't want to install the implicit products if prod.version == "dummy": continue # we can't reinstall dummy versions and don't want to install toolchain if manifest.mapping and manifest.mapping.noReinstall(prod.product, prod.version, flavor):