Review hotfix SOP

Signed-off-by: Michal Konečný <mkonecny@redhat.com>
This commit is contained in:
Michal Konečný 2021-09-02 13:30:35 +02:00
parent d405e732a6
commit c022da81a9
2 changed files with 3 additions and 3 deletions

View file

@ -46,7 +46,7 @@
** xref:guestdisk.adoc[Guest Disk Resize - SOP]
** xref:guestedit.adoc[Guest Editing - SOP]
** xref:haproxy.adoc[Haproxy Infrastructure - SOP]
** xref:hotfix.adoc[hotfix - SOP in review ]
** xref:hotfix.adoc[HOTFIXES - SOP]
** xref:hotness.adoc[hotness - SOP in review ]
** xref:index.adoc[index - SOP in review ]
** xref:infra-git-repo.adoc[infra-git-repo - SOP in review ]

View file

@ -12,12 +12,12 @@ package to be changed or modified. Either in roles or tasks.
hotfix tasks should be called "HOTFIX description" They should also link
in comments to any upstream bug or ticket. They should also have tags of
'hotfix'
_hotfix_
The process is:
* Create a diff of any files changed in the fix.
* Check in the _link:[original] files and change to role/task
* Check in the \_original_ files and change to role/task
* Check in now your diffs of those same files.
* ansible will replace the files on the affected machines completely
with the fixed versions.