Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
eic_container
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
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
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
containers
eic_container
Commits
b7217126
Commit
b7217126
authored
2 years ago
by
Wouter Deconinck
Browse files
Options
Downloads
Patches
Plain Diff
Write JUGGLER_DETECTOR_CONFIG to setup.sh
parent
fc38bae6
Branches
Branches containing commit
Tags
Tags containing commit
1 merge request
!313
Write JUGGLER_DETECTOR_CONFIG to setup.sh
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
containers/jug/setup_detectors.py
+2
-0
2 additions, 0 deletions
containers/jug/setup_detectors.py
with
2 additions
and
0 deletions
containers/jug/setup_detectors.py
+
2
−
0
View file @
b7217126
...
@@ -9,11 +9,13 @@ DETECTOR_ENV ='''
...
@@ -9,11 +9,13 @@ DETECTOR_ENV ='''
#!/bin/sh
#!/bin/sh
export DETECTOR={detector}
export DETECTOR={detector}
export DETECTOR_PATH={data_prefix}
export DETECTOR_PATH={data_prefix}
export DETECTOR_CONFIG={detector}
export DETECTOR_VERSION={version}
export DETECTOR_VERSION={version}
export BEAMLINE_CONFIG={ip}
export BEAMLINE_CONFIG={ip}
export BEAMLINE_CONFIG_VERSION={ip_version}
export BEAMLINE_CONFIG_VERSION={ip_version}
## note: we will phase out the JUGGLER_* flavor of variables in the future
## note: we will phase out the JUGGLER_* flavor of variables in the future
export JUGGLER_DETECTOR=$DETECTOR
export JUGGLER_DETECTOR=$DETECTOR
export JUGGLER_DETECTOR_CONFIG=$DETECTOR_CONFIG
export JUGGLER_DETECTOR_VERSION=$DETECTOR_VERSION
export JUGGLER_DETECTOR_VERSION=$DETECTOR_VERSION
export JUGGLER_DETECTOR_PATH=$DETECTOR_PATH
export JUGGLER_DETECTOR_PATH=$DETECTOR_PATH
export JUGGLER_BEAMLINE_CONFIG=$BEAMLINE_CONFIG
export JUGGLER_BEAMLINE_CONFIG=$BEAMLINE_CONFIG
...
...
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