Skip to content

Commit

Permalink
feat: add NoSetup option with True as value
Browse files Browse the repository at this point in the history
  • Loading branch information
atsareg committed Sep 14, 2024
1 parent 60849d5 commit 661e298
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/DIRAC/FrameworkSystem/Client/ComponentInstaller.py
Original file line number Diff line number Diff line change
Expand Up @@ -402,6 +402,9 @@ def _getCentralCfg(self, installCfg):
if extensions:
centralCfg["DIRAC"].addKey("Extensions", ",".join(extensions), "") # pylint: disable=no-member

# No Setups will be used
centralCfg["DIRAC"].addKey("NoSetup", "True", "")

vo = self.localCfg.getOption(cfgInstallPath("VirtualOrganization"), "")
if vo:
centralCfg["DIRAC"].addKey("VirtualOrganization", vo, "") # pylint: disable=no-member
Expand Down

0 comments on commit 661e298

Please sign in to comment.