This is an automated email from the ASF dual-hosted git repository. hboutemy pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/attic.git
The following commit(s) were added to refs/heads/main by this push: new 0a8f623 move diagram to howto: better than toc 0a8f623 is described below commit 0a8f623067a3a1be59bf4c501581178ce165a1de Author: Hervé Boutemy <hbout...@apache.org> AuthorDate: Sat May 10 13:40:05 2025 +0200 move diagram to howto: better than toc --- process-diagram.md | 62 ------------------------------------------------------ process-howto.md | 39 ++++++++++++++++++++++++++++------ 2 files changed, 33 insertions(+), 68 deletions(-) diff --git a/process-diagram.md b/process-diagram.md deleted file mode 100644 index b1b59e3..0000000 --- a/process-diagram.md +++ /dev/null @@ -1,62 +0,0 @@ ---- -layout: page -title: Diagram -has_toc: false -parent: Process -nav_order: 10 ---- -{%- comment -%} -Licensed to the Apache Software Foundation (ASF) under one or more -contributor license agreements. See the NOTICE file distributed with -this work for additional information regarding copyright ownership. -The ASF licenses this file to you under the Apache License, Version 2.0 -(the "License"); you may not use this file except in compliance with -the License. You may obtain a copy of the License at - -http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -{% endcomment %} - -# Attic Process Diagram -*** -The diagram below shows the main steps to move a *Retired Project* to the Attic -(click for a description of each step of the process). - -```mermaid -graph TD; - accTitle: the Attic Process - accDescr: Attic process diagram which shows the steps of moving a Retired Project to the Attic - RESL("`1 **Confirm Board Resolution**`") - JIRA("`**Create Attic JIRA** - (to manage the move)`") - PROJ("`2 **Create Project Page** - on Attic Site`") - USER("`3 **Inform Users** - of move to Attic`") - DOAP("`4 **Update Project DOAP** - file (if any)`") - LOCK("`5 **Lock Down Resources** - (create Infra JIRA ticket)`") - ANNC("`6 **Announce** - *announce AT apache.org*`") - RESL-->JIRA; - RESL-->PROJ; - JIRA<-->PROJ; - PROJ-->USER; - PROJ-->DOAP; - PROJ-->LOCK; - USER-->ANNC; - DOAP-->ANNC; - LOCK-->ANNC; - click RESL "/process-howto.html#1-confirm-board-resolution" - click PROJ "/process-howto.html#2-create-project-page-on-attic-site" - click USER "/process-howto.html#3-inform-users-of-the-move-to-the-attic" - click DOAP "/process-howto.html#4-update-the-project-doap-file-if-any" - click LOCK "/process-howto.html#5-get-infra-to-lock-down-project-resources" - click ANNC "/process-howto.html#6-announce-on-announce-at-apacheorg" -``` diff --git a/process-howto.md b/process-howto.md index 57e7e6c..c021499 100644 --- a/process-howto.md +++ b/process-howto.md @@ -27,12 +27,39 @@ limitations under the License. {: .fs-5} The sections below describe *How To* complete the various tasks to be done by Attic team for retiring a project and moving it to The Apache Attic: - 1. [Confirm Board Resolution](#1-confirm-board-resolution) - 1. [Create project page on Attic site:](#2-create-project-page-on-attic-site) - 1. [Inform users of the move to the Attic](#3-inform-users-of-the-move-to-the-attic) - 1. [Update the project DOAP file (if any)](#4-update-the-project-doap-file-if-any) - 1. [Get Infra to lock down project's resources](#5-get-infra-to-lock-down-project-resources) - 1. [Announce on *announce AT apache.org*](#6-announce-on-announce-at-apacheorg) +```mermaid +graph TD; + accTitle: the Attic Process + accDescr: Attic process diagram which shows the steps of moving a Retired Project to the Attic + RESL("`1 **Confirm Board Resolution**`") + JIRA("`**Create ATTIC Jira** + (to manage the move)`") + PROJ("`2 **Create Project Page** + on Attic Site`") + USER("`3 **Inform Users** + of move to Attic`") + DOAP("`4 **Update Project DOAP** + file (if any)`") + LOCK("`5 **Lock Down Resources** + (create INFRA Jira ticket)`") + ANNC("`6 **Announce** + *announce AT apache.org*`") + RESL-->JIRA; + RESL-->PROJ; + JIRA<-->PROJ; + PROJ-->USER; + PROJ-->DOAP; + PROJ-->LOCK; + USER-->ANNC; + DOAP-->ANNC; + LOCK-->ANNC; + click RESL "#1-confirm-board-resolution" + click PROJ "#2-create-project-page-on-attic-site" + click USER "#3-inform-users-of-the-move-to-the-attic" + click DOAP "#4-update-the-project-doap-file-if-any" + click LOCK "#5-get-infra-to-lock-down-project-resources" + click ANNC "#6-announce-on-announce-at-apacheorg" +``` The following are useful Git/svn/https locations: