Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Installer
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
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
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
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
cms-analysis
General
DasAnalysisSystem
Installer
Commits
3f07214b
Commit
3f07214b
authored
1 year ago
by
Louis Moureaux
Browse files
Options
Downloads
Patches
Plain Diff
Only run cmsrel if the CMSSW folder doesn't exist
parent
79f13104
No related branches found
No related tags found
1 merge request
!11
CMakeLists to fetch TUnfold and ProtoDarwin
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
install.sh
+4
-2
4 additions, 2 deletions
install.sh
with
4 additions
and
2 deletions
install.sh
+
4
−
2
View file @
3f07214b
...
@@ -6,9 +6,11 @@ BASE_DIR=$PWD
...
@@ -6,9 +6,11 @@ BASE_DIR=$PWD
# Get a CMSSW if we don't have one
# Get a CMSSW if we don't have one
if
[
-z
$CMSSW_BASE
]
;
then
if
[
-z
$CMSSW_BASE
]
;
then
cmsrel CMSSW_12_4_0
version
=
CMSSW_12_4_0
cd
CMSSW_12_4_0
[
!
-d
$version
]
&&
cmsrel
$version
cd
$version
cmsenv
cmsenv
unset
version
fi
fi
# Set up libgit2
# Set up libgit2
...
...
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
register
or
sign in
to comment