wip
All checks were successful
/ job (push) Successful in 6m2s

This commit is contained in:
Marc Beninca 2025-06-01 15:19:05 +02:00
parent 694cd9df33
commit dcc1b65bdd
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F

View file

@ -471,19 +471,19 @@ rwx_rwx_dev [label="Proper\ndev branch"]
{
rwx_rwx_python_codium [label="Codium"]
rwx_rwx_python_ffmpeg [label="FFMPEG"]
rwx_rwx_python_freetube [label="FreeTube"]
rwx_rwx_python_freetube [label="Free\nTube"]
rwx_rwx_python_gource [label="Gource"]
rwx_rwx_python_logo [label="Logo"]
rwx_rwx_python_venvs [label="Build VEnvs"]
rwx_rwx_python_venvs [label="Build\nVEnvs"]
} -> rwx_rwx_python
# ╭─────┬─────┬───────╮
# │ RWX │ RWX │ Shell │
# ╰─────┴─────┴───────╯
{
rwx_rwx_shell_cs [label="CryptSetup"]
rwx_rwx_shell_cs [label="Crypt\nSetup"]
rwx_rwx_shell_ffmpeg [label="FFMPEG"]
rwx_rwx_shell_git [label="Git"]
rwx_rwx_shell_venv [label="Use VEnv"]
rwx_rwx_shell_venv [label="Use\nVEnv"]
} -> rwx_rwx_shell
# ╭─────┬──────╮
@ -543,7 +543,12 @@ rwx_todo_name [label="Name"]
edge [color="#C0C000"]
node [fillcolor="#606000"]
wip [label="wip\nWork In\nProgress"]
wip [shape="plaintext", margin="0", label=<
<table cellspacing="0">
<tr><td>wip</td></tr>
<tr><td border="0">Work In<br/>Progress</td></tr>
</table>>]
wip -> {
rwx_todo
}