This commit is contained in:
Marc Beninca 2025-05-17 15:36:48 +02:00
parent b6eef91f45
commit 3a34cd80d9
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F

View file

@ -98,6 +98,7 @@ fontcolor="#8080FF"
label="Blog"
URL="https://blog.rwx.work"
]
rwx_blog -> rwx_rwx
rwx_forge [
fontcolor="#8080FF"
@ -110,38 +111,39 @@ fontcolor="#8080FF"
label="Help"
URL="https://help.rwx.work"
]
rwx_help -> rwx_rwx
rwx_ilos [
fontcolor="#8080FF"
label="ILOS:\nIncremental Live\nOperating System"
URL="https://ilos.rwx.work"
]
rwx_ilos -> rwx_rwx
{
rwx_lsgm
rwx_ofsp
} -> rwx_ilos
rwx_lsgm [
fontcolor="#8080FF"
label="LSGM:\nLive Scan\nGrub Menu"
URL="https://lsgm.rwx.work"
]
{
rwx_lsgm_python [label="Python"]
rwx_lsgm_shell [label="Shell"]
} -> rwx_lsgm
rwx_lsgm -> rwx_rwx
rwx_ofsp [
fontcolor="#8080FF"
label="OFSP:\nOperating File\nSystem Profile"
URL="https://ofsp.rwx.work"
]
{
rwx_ofsp_python [label="Python"]
rwx_ofsp_shell [label="Shell"]
} -> rwx_ofsp
rwx_ofsp -> rwx_rwx
rwx_prj [
fontcolor="#8080FF"
label="PRJ:\nPRJ"
URL="https://prj.rwx.work"
]
rwx_prj -> rwx_rwx
rwx_rwx [
fontcolor="#8080FF"
@ -154,12 +156,12 @@ fontcolor="#8080FF"
label="SPCD:\nShell to Python\nContinuous Deployment"
URL="https://spcd.rwx.work"
]
rwx_spcd -> rwx_rwx
rwx_spcd -> {
devops_dev_build
devops_dev_test
devops_ops_deploy
rwx_rwx
}
rwx_srmp [
@ -167,12 +169,14 @@ fontcolor="#8080FF"
label="SRMP:\nSoftware Repositories\nMirror Profile"
URL="https://srmp.rwx.work"
]
rwx_srmp -> rwx_rwx
rwx_todo [
fontcolor="#8080FF"
label="TODO:\nTO\nDO"
URL="https://todo.rwx.work"
]
rwx_todo -> rwx_rwx
# ╭───────╮
# │ Parts │
@ -181,6 +185,16 @@ URL="https://todo.rwx.work"
node [fillcolor="#303030"]
edge [color="#6060FF"]
{
rwx_lsgm_python [label="Python"]
rwx_lsgm_shell [label="Shell"]
} -> rwx_lsgm
{
rwx_ofsp_python [label="Python"]
rwx_ofsp_shell [label="Shell"]
} -> rwx_ofsp
{
rwx_rwx_python [label="Python"]
rwx_rwx_shell [label="Shell"]
@ -223,15 +237,6 @@ rwx_help_forgejo [label="Forgejo"]
rwx_help_incus [label="Incus"]
} -> rwx_help
# ╭─────┬──────╮
# │ RWX │ ILOS │
# ╰─────┴──────╯
{
rwx_lsgm
rwx_ofsp
} -> rwx_ilos
# ╭─────┬─────┬────────╮
# │ RWX │ RWX │ Python │
# ╰─────┴─────┴────────╯