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
We should offer users the ability to specify platform dependent path mappings, so that they can specify that everything under a given path should be mapped to a given other path when running under a given platform. Jobtypes would then call a function like "map_to_local_platform" on any paths they are using, which would then see if any applicable mappings are known for this path and return the rewritten path if yes.
This is necessary, because shares / exports from a fileserver cannot be mounted in the same manner and in the same place in Windows and on Linux/Unix.
The text was updated successfully, but these errors were encountered:
We should offer users the ability to specify platform dependent path mappings, so that they can specify that everything under a given path should be mapped to a given other path when running under a given platform. Jobtypes would then call a function like "map_to_local_platform" on any paths they are using, which would then see if any applicable mappings are known for this path and return the rewritten path if yes.
This is necessary, because shares / exports from a fileserver cannot be mounted in the same manner and in the same place in Windows and on Linux/Unix.
The text was updated successfully, but these errors were encountered: