Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
slapos-caddy
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
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Guillaume Hervier
slapos-caddy
Commits
221e8c29
Commit
221e8c29
authored
Sep 18, 2017
by
Łukasz Nowak
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
deploy-test: Silence untarring
parent
eae1e861
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
software/erp5testnode/testsuite/deploy-test/standalone-local-playbook
...5testnode/testsuite/deploy-test/standalone-local-playbook
+2
-2
No files found.
software/erp5testnode/testsuite/deploy-test/standalone-local-playbook
View file @
221e8c29
...
@@ -2183,7 +2183,7 @@ TFILE="archive.tar.gz"
...
@@ -2183,7 +2183,7 @@ TFILE="archive.tar.gz"
mkdir
-p
$DFILE
mkdir
-p
$DFILE
cd
$DFILE
cd
$DFILE
wget
-O
$TFILE
http://10.0.2.100/playbook.tar.gz
wget
-O
$TFILE
http://10.0.2.100/playbook.tar.gz
tar
-xz
v
f
$TFILE
tar
-xzf
$TFILE
rm
$TFILE
rm
$TFILE
DFILE
=
"/test/slapos/"
DFILE
=
"/test/slapos/"
...
@@ -2191,7 +2191,7 @@ TFILE="archive.tar.gz"
...
@@ -2191,7 +2191,7 @@ TFILE="archive.tar.gz"
mkdir
-p
$DFILE
mkdir
-p
$DFILE
cd
$DFILE
cd
$DFILE
wget
-O
$TFILE
http://10.0.2.100/slapos.tar.gz
wget
-O
$TFILE
http://10.0.2.100/slapos.tar.gz
tar
-xz
v
f
$TFILE
tar
-xzf
$TFILE
rm
$TFILE
rm
$TFILE
clear
clear
...
...
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