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: I58d11d0bb8976941ceda56a95112783090d211bf
This commit is contained in:
parent
096bd8b06d
commit
d170c6fd57
@ -262,7 +262,7 @@ Install and configure ``memcached``, ``uWSGI`` and Messaging on the web server
|
|||||||
|
|
||||||
.. code-block:: console
|
.. code-block:: console
|
||||||
|
|
||||||
# yum -y install python-pip
|
# yum install python-pip
|
||||||
# git clone https://git.openstack.org/openstack/zaqar.git
|
# git clone https://git.openstack.org/openstack/zaqar.git
|
||||||
# cd zaqar
|
# cd zaqar
|
||||||
# pip install . -r ./requirements.txt --upgrade --log /tmp/zaqar-pip.log
|
# pip install . -r ./requirements.txt --upgrade --log /tmp/zaqar-pip.log
|
||||||
|
Loading…
Reference in New Issue
Block a user