Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
cbmroot
Manage
Activity
Members
Labels
Plan
Wiki
Redmine
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Computing
cbmroot
Merge requests
!886
Extend help section for CVMFS installation on Debian 10
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Extend help section for CVMFS installation on Debian 10
d.emschermann/cbmroot:debian10cvmfs
into
master
Overview
1
Commits
1
Pipelines
3
Changes
1
Merged
David Emschermann
requested to merge
d.emschermann/cbmroot:debian10cvmfs
into
master
2 years ago
Overview
1
Commits
1
Pipelines
3
Changes
1
Expand
0
0
Merge request reports
Viewing commit
6f47785b
Show latest version
1 file
+
5
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
6f47785b
Extend help section for CVMFS installation on Debian 10
· 6f47785b
David Emschermann
authored
2 years ago
autoinstall_framework.sh
+
5
−
1
Options
@@ -212,7 +212,11 @@ parse_command_line()
echo
"Example case to install only FairRoot and CbmRoot (and not FairSoft)"
echo
"./autoinstall_framework.sh -fr -cr"
echo
echo
"Example case to install only CbmRoot and use FairSoft/FairRoot from external installation"
echo
"Example case to install on Debian10 only CbmRoot and use FairSoft/FairRoot from external installation"
echo
"./autoinstall_framework.sh --use_fairsoft /cvmfs/fairsoft.gsi.de/debian10/fairsoft/apr21p2
\
"
echo
" --use_fairroot /cvmfs/fairsoft.gsi.de/debian10/fairroot/v18.6.7_fs_apr21p2 -cr"
echo
echo
"Example case to install on Debian11 only CbmRoot and use FairSoft/FairRoot from external installation"
echo
"./autoinstall_framework.sh --use_fairsoft /cvmfs/cbm.gsi.de/debian11/fairsoft/apr21p2
\
"
echo
" --use_fairroot /cvmfs/cbm.gsi.de/debian11/fairroot/v18.6.7_apr21p2 -cr"
exit
0
;;
Loading