Attention is currently required from: fixeria.
osmith has posted comments on this change. ( https://gerrit.osmocom.org/c/docker-playground/+/33774 )
Change subject: scripts/kernel-test: adjust to usr-merge ......................................................................
Patch Set 1:
(1 comment)
This change is ready for review.
Commit Message:
https://gerrit.osmocom.org/c/docker-playground/+/33774/comment/d56c4ff5_e937... PS1, Line 9: In debian bookworm, /bin has been moved to /usr/bin
Oh wow, that would break lots of scripts having `/bin/...` in their shebang. […]
Yes. First I thought I could just change the shebang, but then it breaks elsewhere, osmo-ggsn cannot be executed because the shared libraries don't end up in the proper paths. I've made a new version of the patch that properly copies everything to the /usr/... paths and adds the same symlinks.