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
Merge requests
!16
Patch the JetToolbox in install.sh
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Patch the JetToolbox in install.sh
lmoureau/Darwin:bugfix/patch-jme
into
master
Overview
0
Commits
1
Pipelines
1
Changes
1
Merged
Louis Moureaux
requested to merge
lmoureau/Darwin:bugfix/patch-jme
into
master
1 year ago
Overview
0
Commits
1
Pipelines
1
Changes
1
Expand
Reported by
@paconnor
.
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
3a5ab5c2
1 commit,
1 year ago
1 file
+
5
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
install.sh
+
5
−
1
Options
@@ -27,7 +27,11 @@ cd $CMSSW_BASE/src
[
!
-d
Core
]
&&
git clone https://gitlab.cern.ch/cms-analysis/general/DasAnalysisSystem/Core.git
# And JetToolbox
[
!
-d
JMEAnalysis/JetToolbox
]
&&
git clone https://github.com/cms-jet/JetToolbox.git JMEAnalysis/JetToolbox
-b
jetToolbox_120X
[
!
-d
JMEAnalysis/JetToolbox
]
&&
(
git clone https://github.com/cms-jet/JetToolbox.git JMEAnalysis/JetToolbox
-b
jetToolbox_120X
cd
JMEAnalysis/JetToolbox
patch
-p1
<
$BASE_DIR
/jetToolbox_120X.patch
)
# Set up scram tools in CMSSW -- must be done after fetching Core
cd
$CMSSW_BASE
Loading