Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
BAM Server Configuration
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
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
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
MSK-SW
Special Diagnostics
BAM
BAM Server Configuration
Commits
a6e964ad
Commit
a6e964ad
authored
9 months ago
by
Jiri Kral
Committed by
Jens Georg
7 months ago
Browse files
Options
Downloads
Patches
Plain Diff
no init_scripts
parent
a4b63729
No related branches found
Branches containing commit
Tags
03.03.03
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
bam/templates/init_scripts/bam-init.py
+0
-17
0 additions, 17 deletions
bam/templates/init_scripts/bam-init.py
with
0 additions
and
17 deletions
bam/templates/init_scripts/bam-init.py
deleted
100755 → 0
+
0
−
17
View file @
a4b63729
##mako
#!/usr/bin/python3
import
subprocess
import
os.path
import
os
args
=
[
"
./dsbam_init.py
"
,
"
--slot
"
,
"
${BAM_DEVNO}
"
,
"
--dmap-file
"
,
os
.
path
.
abspath
(
os
.
path
.
join
(
os
.
getcwd
(),
"
BAM.dmap
"
)),
"
--bam-device
"
,
"
BAM_DEVICE
"
,
"
--sdm-device
"
,
"
TMCB_RAW
"
]
if
__name__
==
"
__main__
"
:
subprocess
.
run
(
args
,
cwd
=
"
calibration
"
)
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