You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If any project uses a static moodle source - instead of a symlink to some repository located elsewhere - moodledocker-exec will fail since File.readlink cannot be applied to a non-link.
home/j_dage01/Docker/Metafiles/Scripts/moodledocker-common.rb:62:in `readlink': Invalid argument @ rb_readlink - /home/j_dage01/Docker/production3_0/moodle (Errno::EINVAL)
from /home/j_dage01/Docker/Metafiles/Scripts/moodledocker-common.rb:62:in `block in project_name'
from /home/j_dage01/Docker/Metafiles/Scripts/moodledocker-common.rb:62:in `select'
from /home/j_dage01/Docker/Metafiles/Scripts/moodledocker-common.rb:62:in `project_name'
from /home/j_dage01/Docker/Metafiles/Scripts/moodledocker-exec:9:in `execute_on_docker'
from /home/j_dage01/Docker/Metafiles/Scripts/moodledocker-exec:33:in `<main>'
a0a99e8 fixes this for project_path, but project_name is more complex so that the fix cannot be applied identically.
The text was updated successfully, but these errors were encountered:
Dagefoerde
changed the title
moodledocker-exec does not work at all if any(!) projects use a static moodle source
moodledocker-exec does not work at all if any(!) project uses a static moodle source
Apr 28, 2017
If any project uses a static moodle source - instead of a symlink to some repository located elsewhere - moodledocker-exec will fail since
File.readlink
cannot be applied to a non-link.a0a99e8 fixes this for
project_path
, butproject_name
is more complex so that the fix cannot be applied identically.The text was updated successfully, but these errors were encountered: