Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
deployment
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
delphi
deployment
Commits
4a18de93
Commit
4a18de93
authored
8 months ago
by
Ulrich Schwickerath
Browse files
Options
Downloads
Patches
Plain Diff
more generic catch for /eos
parent
f3f84ed9
No related branches found
No related tags found
1 merge request
!35
Xrootd support via shift
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
Makefile
+1
-1
1 addition, 1 deletion
Makefile
env/delphi.csh.template
+1
-1
1 addition, 1 deletion
env/delphi.csh.template
env/delphi.sh.template
+1
-1
1 addition, 1 deletion
env/delphi.sh.template
with
3 additions
and
3 deletions
Makefile
+
1
−
1
View file @
4a18de93
...
...
@@ -27,7 +27,7 @@ clean:
rm
-rf
/tmp/swcd build
# build the full stack
all
:
clean setup cernlib dstana ddb des examples docs
simana
openphigs delgra idea export
all
:
clean setup cernlib dstana ddb des examples docs openphigs delgra idea
simana
export
swcd
:
./GetCodeFromGitlab.sh
$(
DELPHI_SWCD
)
...
...
This diff is collapsed.
Click to expand it.
env/delphi.csh.template
+
1
−
1
View file @
4a18de93
...
...
@@ -180,4 +180,4 @@ setenv OS `uname -s`
alias dellevel 'eval `dellevel.pl \!* -c`'
# XRootD setup default to opendata
setenv XROOTD_VMP eospublic.cern.ch:/eos
/opendata/=/eos/opendata/
setenv XROOTD_VMP eospublic.cern.ch:/eos
=/eos
This diff is collapsed.
Click to expand it.
env/delphi.sh.template
+
1
−
1
View file @
4a18de93
...
...
@@ -203,4 +203,4 @@ unset x
export OS=`uname -s`
# XRootD setup default to opendata
export XROOTD_VMP=eospublic.cern.ch:/eos
/opendata/=/eos/opendata/
export XROOTD_VMP=eospublic.cern.ch:/eos
=/eos
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
sign in
to comment