-
Notifications
You must be signed in to change notification settings - Fork 176
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[9.0] More setup removals #7896
Conversation
6c19dd8
to
549f874
Compare
docs/source/AdministratorGuide/ServerInstallations/InstallingDiracServer.rst
Outdated
Show resolved
Hide resolved
docs/source/DeveloperGuide/AddingNewComponents/DevelopingDatabases/index.rst
Outdated
Show resolved
Hide resolved
docs/source/DeveloperGuide/AddingNewComponents/DevelopingDatabases/index.rst
Outdated
Show resolved
Hide resolved
docs/source/DeveloperGuide/AddingNewComponents/DevelopingDatabases/index.rst
Outdated
Show resolved
Hide resolved
@@ -163,7 +160,7 @@ def main(): | |||
"Systems/" | |||
+ availableDB[db]["System"] | |||
+ "/" | |||
+ cfg.getOption("DIRAC/Setups/" + CSGlobals.getSetup() + "/" + availableDB[db]["System"]) | |||
+ cfg.getOption(availableDB[db]["System"]) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This line should be just dropped
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
probably the whole script can be dropped.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
May be, I do not use it
549f874
to
e839e57
Compare
e839e57
to
37b1d7a
Compare
No description provided.