From dcdf4fa9b328c91c815b91fc0eda932835d64a17 Mon Sep 17 00:00:00 2001 From: Jens Ahrensfeld Date: Tue, 28 Jul 2026 11:00:51 +0200 Subject: [PATCH] Update TODO reference from common/ to the new docker-common repo common/scripts/ was replaced by the docker-common repo. Co-Authored-By: Claude Sonnet 5 Claude-Session: https://claude.ai/code/session_01NiNnj78HGx1KWyCCo39HSz --- TODO.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/TODO.md b/TODO.md index d01492f..e98598c 100644 --- a/TODO.md +++ b/TODO.md @@ -52,7 +52,8 @@ Build this to be reusable across the other noVNC-family projects (`docker-xserver-novnc`, `docker-sdr-novnc`), not dosbox-specific — it's a "browser audio + noVNC" concern, nothing - about it is really about DOSBox. Follow the `common/scripts/signals.sh` precedent: keep the - generic PulseAudio-sink/WebSocket/AudioWorklet piece project-agnostic in `common/`, then copy - it (not symlink) into each project's own `scripts/` the same way signal handling is shared, - so a fix in one place gets propagated by hand to the others. + about it is really about DOSBox. Follow the `docker-common/scripts/signals.sh` precedent + (see the `docker-common` repo): keep the generic PulseAudio-sink/WebSocket/AudioWorklet + piece project-agnostic there, then copy it (not symlink) into each project's own `scripts/` + the same way signal handling is shared, so a fix in one place gets propagated by hand to + the others.