Skip to content

qa script does not preserve file permissions

When you run the koha-qa.pl script (alias qa), the git checkout operations will be run as the user you are using inside the koha-testing-docker container, which will certainly be root. When they are done, the permissions won't be restored and you will certainly have to run a chown -R command on the whole Koha src dir.