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
329f7f2a
Commit
329f7f2a
authored
Sep 18, 2017
by
Łukasz Nowak
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
deploy-test: Silence wget
parent
f6e3923d
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
software/erp5testnode/testsuite/deploy-test/standalone-local-playbook
...5testnode/testsuite/deploy-test/standalone-local-playbook
+3
-3
No files found.
software/erp5testnode/testsuite/deploy-test/standalone-local-playbook
View file @
329f7f2a
...
@@ -2182,7 +2182,7 @@ PLAYBOOK_DIRECTORY=$DFILE
...
@@ -2182,7 +2182,7 @@ PLAYBOOK_DIRECTORY=$DFILE
TFILE
=
"archive.tar.gz"
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
-
nv
-
O
$TFILE
http://10.0.2.100/playbook.tar.gz
tar
-xzf
$TFILE
tar
-xzf
$TFILE
rm
$TFILE
rm
$TFILE
...
@@ -2190,7 +2190,7 @@ DFILE="/test/slapos/"
...
@@ -2190,7 +2190,7 @@ DFILE="/test/slapos/"
TFILE
=
"archive.tar.gz"
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
-
nv
-
O
$TFILE
http://10.0.2.100/slapos.tar.gz
tar
-xzf
$TFILE
tar
-xzf
$TFILE
rm
$TFILE
rm
$TFILE
...
@@ -2198,7 +2198,7 @@ DFILE="/test/erp5/"
...
@@ -2198,7 +2198,7 @@ DFILE="/test/erp5/"
TFILE
=
"archive.tar.gz"
TFILE
=
"archive.tar.gz"
mkdir
-p
$DFILE
mkdir
-p
$DFILE
cd
$DFILE
cd
$DFILE
wget
-O
$TFILE
http://10.0.2.100/erp5.tar.gz
wget
-
nv
-
O
$TFILE
http://10.0.2.100/erp5.tar.gz
tar
-xzf
$TFILE
tar
-xzf
$TFILE
rm
$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