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
15
Merge Requests
15
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
97edfce6
Commit
97edfce6
authored
May 29, 2024
by
Joanne Hugé
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
playbook/ugprade-amarisoft: copy libs to mme
Seems to be required in newer Amarisoft versions
parent
ba7bdcf4
Pipeline
#35023
failed with stage
in 0 seconds
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
playbook/roles/amarisoft-upgrade/tasks/main.yml
playbook/roles/amarisoft-upgrade/tasks/main.yml
+2
-2
playbook/sha256sum
playbook/sha256sum
+1
-1
No files found.
playbook/roles/amarisoft-upgrade/tasks/main.yml
View file @
97edfce6
...
...
@@ -121,12 +121,12 @@
when
:
(certificate.stat.exists == True) and (new_version.stdout != "")
-
name
:
Copy libraries to mme
shell
:
'
cp
{{
install_folder
}}/
_
{{
version
}}/libs/*.so*
{{
install_folder
}}/_{{
version
}}/mme/'
shell
:
'
cp
{{
install_folder
}}/{{
version
}}/libs/*.so*
{{
install_folder
}}/_{{
version
}}/mme/'
when
:
(certificate.stat.exists == True) and (new_version.stdout != "")
ignore_errors
:
True
-
name
:
Copy libraries to mme
shell
:
'
cp
{{
install_folder
}}/
_
{{
version
}}/libs/linux/*.so*
{{
install_folder
}}/_{{
version
}}/mme/'
shell
:
'
cp
{{
install_folder
}}/{{
version
}}/libs/linux/*.so*
{{
install_folder
}}/_{{
version
}}/mme/'
when
:
(certificate.stat.exists == True) and (new_version.stdout != "")
ignore_errors
:
True
...
...
playbook/sha256sum
View file @
97edfce6
f80f612bdff3c8fbea584e8ea4a3761022a60de40736274802b4bf5d5d7f0806
-
acecb198230ff1201be00481a090aca826461bcd9bb90ec358f3178ade5190a1
-
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