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

Alias auth-get-sso-cookie in CS8 image #13

Open
aperloff opened this issue Jun 29, 2022 · 1 comment
Open

Alias auth-get-sso-cookie in CS8 image #13

aperloff opened this issue Jun 29, 2022 · 1 comment

Comments

@aperloff
Copy link
Owner

Instead of installing auth-get-sso-cookie into the CS8 image directly create an alias to the binary on the LCG software. For example:

alias auth-get-sso-cookie=`/cvmfs/sft.cern.ch/lcg/releases/LCG_102/auth_get_sso_cookie/1.5.0-1/x86_64-centos7-gcc8-opt/bin/auth-get-sso-cookie`

We will need to know something about the system (i.e. gcc version and os version) so it might be best to add this to the .bashrc file.

@aperloff
Copy link
Owner Author

The tools use #!/usr/bin/env python, but CS8 doesn't come with a link to python, which is more traditionally referring to python2. Therefore, for maximum compatibility, we will make a link so that these tools will work.

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

No branches or pull requests

1 participant