diff mbox series

[kteam-tools,2/3] stable/docs/kernel-sru-workflow: Remove obsolete tasks

Message ID 20220217160154.240691-3-dimitri.ledkov@canonical.com
State New
Headers show
Series Updates to kernel-sru-workflow | expand

Commit Message

Dimitri John Ledkov Feb. 17, 2022, 4:01 p.m. UTC
Remove obsolete tasks into a separate table explaining what they used to mean, and what they are replaced with.

Signed-off-by: Dimitri John Ledkov <dimitri.ledkov@canonical.com>
---
 stable/docs/kernel-sru-workflow.moin | 14 ++++++++++----
 1 file changed, 10 insertions(+), 4 deletions(-)
diff mbox series

Patch

diff --git a/stable/docs/kernel-sru-workflow.moin b/stable/docs/kernel-sru-workflow.moin
index 2e5f652e11..06a75410f7 100644
--- a/stable/docs/kernel-sru-workflow.moin
+++ b/stable/docs/kernel-sru-workflow.moin
@@ -101,12 +101,8 @@  https://bugs.launchpad.net/kernel-sru-workflow/+bug/677021
 === Tasks ===
 ||'''Series'''               || '''Owner'''           || '''Description''' ||
 ||Prepare-package            || Assigned maintainer of the package branch                               || The assignee has prepared or uploaded the source package for the release to the kernel team's ppa. ||
-||Upload-to-ppa              || [[https://launchpad.net/~canonical-kernel-team|Kernel Team]]            || The kernel team has uploaded the source package for the release to the kernel team's ppa. ||
-||Prepare-package-lbm        || [[https://launchpad.net/~canonical-kernel-team|Kernel Team]]            || The kernel team has uploaded the linux-backport-modules source package for the release to the kernel team's ppa. ||
 ||Prepare-package-lrm        || [[https://launchpad.net/~canonical-kernel-team|Kernel Team]]            || The kernel team has uploaded the linux-restricted-modules source package for the release to the kernel team's ppa. ||
-||Prepare-package-lum        || [[https://launchpad.net/~canonical-kernel-team|Kernel Team]]            || The kernel team has uploaded the linux-ubuntu-modules source package for the release to the kernel team's ppa. ||
 ||Prepare-package-meta       || [[https://launchpad.net/~canonical-kernel-team|Kernel Team]]            || The kernel team has uploaded the linux-*-meta source package for the release to the kernel team's ppa. ||
-||Prepare-package-ports-meta || [[https://launchpad.net/~canonical-kernel-team|Kernel Team]]            || The kernel team has uploaded the linux-*-ports-meta source package for the release to the kernel team's ppa. ||
 ||Prepare-package-signed || [[https://launchpad.net/~canonical-kernel-team|Kernel Team]]            || The kernel team has uploaded the linux-signed source package for the release to the kernel team's ppa. ||
 ||Promote-to-proposed        || [[https://launchpad.net/~ubuntu-sru|SRU Team]]                          || The package in the kernel team's ppa is copied to the '''proposed''' pocket in the archive. ||
 ||Verification-testing       || [[https://launchpad.net/~canonical-kernel-team|Kernel Team]]            || The bugs related to the release are being verified as having been fixed by the appropriate community member. ||
@@ -116,6 +112,16 @@  https://bugs.launchpad.net/kernel-sru-workflow/+bug/677021
 ||Promote-to-updates         || [[https://launchpad.net/~ubuntu-sru|SRU Team]]                          || The package is copied from the '''proposed''' pocket to the '''updates''' pocket in the archive. ||
 ||Promote-to-security        || [[https://launchpad.net/~ubuntu-sru|SRU Team]]                          || The package is copied from the '''proposed''' pocket to the '''security''' pocket in the archive, if needed. ||
 
+==== Obsolete Tasks ====
+
+Some tasks have become obsolete and are not used by the current workflow
+
+||'''Series'''               || '''Owner'''           || '''Description''' ||
+||Upload-to-ppa              || [[https://launchpad.net/~canonical-kernel-team|Kernel Team]]            || The kernel team has uploaded the source package for the release to the kernel team's ppa. This tasks is now covered by various preapre-package-* tasks ||
+||Prepare-package-lbm        || [[https://launchpad.net/~canonical-kernel-team|Kernel Team]]            || The kernel team has uploaded the linux-backport-modules source package for the release to the kernel team's ppa. lbm is no longer built. ||
+||Prepare-package-lum        || [[https://launchpad.net/~canonical-kernel-team|Kernel Team]]            || The kernel team has uploaded the linux-ubuntu-modules source package for the release to the kernel team's ppa. lum is no longer built. ||
+||Prepare-package-ports-meta || [[https://launchpad.net/~canonical-kernel-team|Kernel Team]]            || The kernel team has uploaded the linux-*-ports-meta source package for the release to the kernel team's ppa. ports-meta is no longer built. ||
+
 === Status ===
 ||'''Status'''           || '''Description''' ||
 ||New                    || The initial state of the task. This is not ready for the assigned team/person to begin working on that task. ||