Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
slapos
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
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Levin Zimmermann
slapos
Commits
b3110f15
Commit
b3110f15
authored
Sep 22, 2022
by
Jérome Perrin
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'upstream/master' into zope4py2
parents
276b17f4
2a28b3d4
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
4 deletions
+12
-4
software/beremiz-ide/software.cfg
software/beremiz-ide/software.cfg
+7
-0
software/erp5testnode/testsuite/deploy-test/standalone-local-playbook
...5testnode/testsuite/deploy-test/standalone-local-playbook
+5
-4
No files found.
software/beremiz-ide/software.cfg
View file @
b3110f15
...
...
@@ -47,6 +47,13 @@ part = python2.7
[open62541]
# Beremiz need it to be in folder parts/open62541
# as Beremiz search for open62541 to BEREMIZ_PATH/../open62541
configure-options =
-DBUILD_SHARED_LIBS=OFF
-DCMAKE_BUILD_TYPE=Release
-DCMAKE_INSTALL_PREFIX=@@LOCATION@@
-DUA_ENABLE_PUBSUB=ON
-DUA_ENABLE_SUBSCRIPTIONS=ON
-DUA_NAMESPACE_ZERO=REDUCED
shared = false
post-install =
mkdir -p @@LOCATION@@/build/bin
...
...
software/erp5testnode/testsuite/deploy-test/standalone-local-playbook
View file @
b3110f15
...
...
@@ -1950,10 +1950,10 @@ function download_playbook {
if
[
!
-f
/etc/opt/slapcache.cfg
]
;
then
slapcache-conf
fi
DFILE
=
"/tmp/tmpplaybook
$(
basename
$0
)
.
$$
/"
DFILE
=
$(
mktemp
-d
-t
"
$(
basename
"
$0
"
)
"
-XXXXXXXXXXXX
)
TFILE
=
"archive.tar.gz"
mkdir
-p
$DFILE
cd
$DFILE
cd
"
$DFILE
"
||
exit
1
slapcache-download
--destination
=
$TFILE
tar
-xzvf
$TFILE
rm
$TFILE
...
...
@@ -2198,10 +2198,11 @@ if [ ! -f /etc/opt/slapcache.cfg ]; then
fi
sed
-i
"s/key = slapos-global-key/key = slapos-global-official-vifib-key/g"
/etc/opt/slapcache.cfg
DFILE
=
"/tmp/tmpplaybook_unstable
$(
basename
$0
)
.
$$
/"
DFILE
=
$(
mktemp
-d
-t
"
$(
basename
"
$0
"
)
"
-XXXXXXXXXXXX
)
TFILE
=
"archive.tar.gz"
mkdir
-p
$DFILE
cd
$DFILE
cd
"
$DFILE
"
||
exit
1
wget
-O
$TFILE
http://10.0.2.100/playbook.tar.gz
tar
-xzvf
$TFILE
rm
$TFILE
...
...
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