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 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01NiNnj78HGx1KWyCCo39HSz
This commit is contained in:
2026-07-28 11:00:51 +02:00
co-authored by Claude Sonnet 5
parent 2c70def189
commit dcdf4fa9b3
+5 -4
View File
@@ -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.