Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
slapos.package
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
14
Merge Requests
14
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
slapos.package
Commits
c6cd6bd5
Commit
c6cd6bd5
authored
Aug 07, 2024
by
Joanne Hugé
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
playbook: fix init-sdr for version > 2024 of amarisoft
parent
6126186f
Pipeline
#36251
failed with stage
in 0 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
playbook/roles/ors/files/init-sdr
playbook/roles/ors/files/init-sdr
+1
-1
playbook/sha256sum
playbook/sha256sum
+1
-1
No files found.
playbook/roles/ors/files/init-sdr
View file @
c6cd6bd5
...
@@ -7,7 +7,7 @@ export PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:$PATH"
...
@@ -7,7 +7,7 @@ export PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:$PATH"
$AMARISOFT_PATH
/trx_sdr/sdr_util version
&&
exit
;
$AMARISOFT_PATH
/trx_sdr/sdr_util version
&&
exit
;
lsof /dev/sdr0
&&
exit
;
lsof /dev/sdr0
&&
exit
;
lsmod |
grep
-q
sdr
&&
rmmod sdr
;
lsmod |
grep
-q
sdr
&&
rmmod sdr
;
if
echo
$AMARISOFT_PATH
|
grep
-
q
'2023\|2024'
;
then
if
echo
$AMARISOFT_PATH
|
grep
-
v
-q
2021
;
then
cd
$OLD_AMARISOFT_PATH
/trx_sdr/kernel
;
cd
$OLD_AMARISOFT_PATH
/trx_sdr/kernel
;
make clean
&&
make
&&
bash init.sh
;
make clean
&&
make
&&
bash init.sh
;
rmmod sdr
;
rmmod sdr
;
...
...
playbook/sha256sum
View file @
c6cd6bd5
033cf3b2d4302ac2c366f64f4969904327622d4e21820777edabeebfcd024270
-
42d7f5e6c257e9b606b88944bcc11247d18942e3b3cabf3d7a908ab535698b4b
-
Joanne Hugé
@jhuge
mentioned in commit
26361d2d
·
Aug 07, 2024
mentioned in commit
26361d2d
mentioned in commit 26361d2dc72d4e3037c4fafa175429a2b723810c
Toggle commit list
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment