Removing *.pyc files after applying a patch

Adds to a patching procedure that one needs to delete
appropriate *.pyc files after applying a patch and
before restarting a service.

Change-Id: Id5736403614478fcfa1e1006f98516ef44da4e01
This commit is contained in:
OlgaGusarenko
2015-03-25 13:53:50 +02:00
parent 0a97cb98a1
commit d856ed8d69

View File

@@ -45,3 +45,5 @@ were patching nova.::
patching file /usr/share/pyshared/nova/baserpc.py
.. note:: Ignore the message “cant find file to patch at input line XX”. The reason it occurs is that the patch is not aware of the filesystem layout.
.. note:: After applying the patch, but before restarting the service, it is highly recommended to remove the ``*.pyc`` and ``*.pyo`` files from the corresponding directory.