Skip to content

Commit

Permalink
Repositories: allow installation of implicit product
Browse files Browse the repository at this point in the history
We want to clone the versions on the server, which means also
installing the implicit product defined there.
  • Loading branch information
PaulPrice committed Jun 23, 2015
1 parent b7c02c9 commit 2698a1c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions python/eups/distrib/Repositories.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit 2698a1c

Please sign in to comment.