21 Jul
2025
21 Jul
'25
11:04 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39740 --- Comment #9 from Jonathan Druart <jonathan.druart@gmail.com> --- (In reply to Marcel de Rooy from comment #8)
Just curious about this statement in the KTD repo btw:
Set some mandatory environment variables:
echo "export PROJECTS_DIR=$PROJECTS_DIR" >> ~/.bashrc echo 'export SYNC_REPO=$PROJECTS_DIR/koha' >> ~/.bashrc echo 'export KTD_HOME=$PROJECTS_DIR/koha-testing-docker' >> ~/.bashrc echo 'export PATH=$PATH:$KTD_HOME/bin' >> ~/.bashrc echo 'export LOCAL_USER_ID=$(id -u)' >> ~/.bashrc
Yes, on the host. This is to make the `ktd` script working on the host, to startup the container. -- You are receiving this mail because: You are watching all bug changes.