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