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:
@@ -45,3 +45,5 @@ we’re patching nova.::
|
||||
patching file /usr/share/pyshared/nova/baserpc.py
|
||||
|
||||
.. note:: Ignore the message “can’t 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.
|
||||
|
||||
Reference in New Issue
Block a user