Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
LHCb Core Software
LbEnvBootstrap
Commits
298af6a4
Commit
298af6a4
authored
Mar 07, 2019
by
Ben Couturier
Browse files
csh fixes
parent
a078ad64
Pipeline
#741724
passed with stage
in 59 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
data/etc/cern_profile.csh
View file @
298af6a4
...
...
@@ -23,7 +23,7 @@ if ( -e "${_home_dir}" && ! -e "${_home_dir}/.nogrouplogin" ) then
# customization enabled
foreach _f ( %target_dir%/etc/cern_profile.d/*.csh )
source ${_f}
end
foreach
end
if ( ! -e "${_home_dir}/.nolbenv" ) then
# LbEnv enabled
...
...
data/etc/cern_profile.d/cern_env.csh
View file @
298af6a4
...
...
@@ -18,18 +18,18 @@ setenv LHCBNIGHTLIES /cvmfs/lhcbdev.cern.ch/nightlies
if ( ! $?X509_CERT_DIR ) then
if ( -d /etc/grid-security/certificates ) then
setenv X509_CERT_DIR /etc/grid-security/certificates
elif ( -d /cvmfs/lhcb.cern.ch/etc/grid-security/certificates ) then
el
se
if ( -d /cvmfs/lhcb.cern.ch/etc/grid-security/certificates ) then
setenv X509_CERT_DIR /cvmfs/lhcb.cern.ch/etc/grid-security/certificates
f
i
f
i
endi
f
endi
f
if ( ! $?X509_VOMS_DIR ) then
if ( -d /etc/grid-security/vomsdir ) then
setenv X509_VOMS_DIR /etc/grid-security/vomsdir
elif ( -d /cvmfs/lhcb.cern.ch/etc/grid-security/vomsdir ) then
el
se
if ( -d /cvmfs/lhcb.cern.ch/etc/grid-security/vomsdir ) then
setenv X509_VOMS_DIR /cvmfs/lhcb.cern.ch/etc/grid-security/vomsdir
f
i
f
i
endi
f
endi
f
# Variable to access the LHCb CASTOR instance
setenv STAGE_HOST castorlhcb.cern.ch
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment