From c022da81a906b9c0d0f6d765fd6b7fdd90ce5011 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20Kone=C4=8Dn=C3=BD?= Date: Thu, 2 Sep 2021 13:30:35 +0200 Subject: [PATCH] Review hotfix SOP MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michal Konečný --- modules/sysadmin_guide/nav.adoc | 2 +- modules/sysadmin_guide/pages/hotfix.adoc | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/sysadmin_guide/nav.adoc b/modules/sysadmin_guide/nav.adoc index 6c0a378..75e5238 100644 --- a/modules/sysadmin_guide/nav.adoc +++ b/modules/sysadmin_guide/nav.adoc @@ -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 ] diff --git a/modules/sysadmin_guide/pages/hotfix.adoc b/modules/sysadmin_guide/pages/hotfix.adoc index 7f1ae90..56f45c6 100644 --- a/modules/sysadmin_guide/pages/hotfix.adoc +++ b/modules/sysadmin_guide/pages/hotfix.adoc @@ -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.