Skip to content
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

[integration] added example of DIRAC_NO_CFG into bashrc #4671

Merged
merged 3 commits into from
Jul 30, 2020

Conversation

marianne013
Copy link
Contributor

BEGINRELEASENOTES
*Core
CHANGE: Add an example for DIRAC_NO_CFG to bashrc.
ENDRELEASENOTES

@chaen
Copy link
Contributor

chaen commented Jul 20, 2020

Btw, it may be worth to add in the wiki a note about the run files on the servers that need updating. I am just not sure on which version it should be done.
I cooked up a one line command that will update the run files:

find -L /opt/dirac/startup/ -name run -exec sed -i.bak -E '/--cfg/! s| ((/[a-zA-Z_0-9]+)+\.cfg)| --cfg \1|g' {} \;

@chaen
Copy link
Contributor

chaen commented Jul 20, 2020

Also the component installer should be modified to add the --cfg https://github.com/DIRACGrid/DIRAC/blob/integration/FrameworkSystem/Client/ComponentInstaller.py#L1915
The fact that the tests in github action have not failed make me believe that we are not setting this DIRAC_DEPRECATED_FAIL where we should be doing it. I'll have a look at that

@chaen
Copy link
Contributor

chaen commented Jul 20, 2020

An attempt in #4690

@atsareg atsareg merged commit 92930d8 into DIRACGrid:integration Jul 30, 2020
@marianne013 marianne013 deleted the updatebashrc branch May 4, 2022 13:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants