Code Review
/
releng-xci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
72417bb
)
Remove sudo usage from xci-deploy
author
Yolanda Robla
<yroblamo@redhat.com>
Thu, 1 Jun 2017 09:10:11 +0000
(11:10 +0200)
committer
Trevor Bramwell
<tbramwell@linuxfoundation.org>
Fri, 11 Aug 2017 19:56:12 +0000
(12:56 -0700)
The script was refactored to don't need sudo on the
latest versions, and the documentation is still referencing it.
Change-Id: I7064317ab7b756a78638f7474f2944472d3a4ba2
xci/README.rst
patch
|
blob
|
history
diff --git
a/xci/README.rst
b/xci/README.rst
index
6d7af0d
..
f6539bb
100644
(file)
--- a/
xci/README.rst
+++ b/
xci/README.rst
@@
-113,7
+113,7
@@
change into directory where the sandbox script is located
execute sandbox script
-
sudo -E
./xci-deploy.sh
+ ./xci-deploy.sh
Issuing above command will start aio sandbox deployment and the sandbox
should be ready between 1,5 and 2 hours depending on the host machine.