Do not use “-y” for package install
According to "code conventions" [1], do not use "-y" option. Instead, use apt-get install package, yum install package, or zypper install package. [1] https://docs.openstack.org/doc-contrib-guide/writing-style/ code-conventions.html Change-Id: I11ffc5627f32a9300a5fea0d79d334c3acf09b0f
This commit is contained in:
parent
45f00cc13f
commit
ad0340077b
@ -285,7 +285,7 @@ The RefStack documentation can be build using following commands:
|
|||||||
|
|
||||||
``cd ~/refstack; source .venv/bin/activate``
|
``cd ~/refstack; source .venv/bin/activate``
|
||||||
|
|
||||||
``sudo apt-get install -y python3-dev python-tox``
|
``sudo apt-get install python3-dev python-tox``
|
||||||
|
|
||||||
``tox -e docs``
|
``tox -e docs``
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user