Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
physics_benchmarks
Manage
Activity
Members
Labels
Plan
Issues
16
Issue boards
Milestones
Wiki
Code
Merge requests
7
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
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
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
EIC
benchmarks
physics_benchmarks
Merge requests
!35
Added JUGGLER_DETECTOR_VERSION to clone specific branch
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Added JUGGLER_DETECTOR_VERSION to clone specific branch
detector_version
into
master
Overview
0
Commits
1
Pipelines
0
Changes
2
Merged
Whitney Armstrong
requested to merge
detector_version
into
master
4 years ago
Overview
0
Commits
1
Pipelines
0
Changes
2
Expand
This can be a tag or a branch (uses
git clone -b X
)
👍
0
👎
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
12a767ba
1 commit,
4 years ago
2 files
+
6
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
options/env.sh
+
5
−
0
Options
@@ -34,6 +34,11 @@ if [ ! -n "${JUGGLER_DETECTOR}" ] ; then
fi
echo
"JUGGLER_DETECTOR:
${
JUGGLER_DETECTOR
}
"
if
[
!
-n
"
${
JUGGLER_DETECTOR_VERSION
}
"
]
;
then
export
JUGGLER_DETECTOR_VERSION
=
"v0.0.1"
fi
echo
"JUGGLER_DETECTOR_VERSION:
${
JUGGLER_DETECTOR_VERSION
}
"
## Number of events that will be processed by the reconstruction
if
[
!
-n
"
${
JUGGLER_N_EVENTS
}
"
]
;
then
export
JUGGLER_N_EVENTS
=
100
Loading