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
Vorpal has been slowly adopting reproducibility practices where it can and will eventually need to support making sure all files in the store are properly set to read-only WITHOUT breaking any other permissions that may exist (exec, etc).
Changes
This will require going into the source code and finding all places files are placed in the store and properly set them to read only. This should be separate from the already existing "set_timestamps" function as that has value outside of setting permissions.
The text was updated successfully, but these errors were encountered:
Overview
Vorpal has been slowly adopting reproducibility practices where it can and will eventually need to support making sure all files in the store are properly set to read-only WITHOUT breaking any other permissions that may exist (exec, etc).
Changes
This will require going into the source code and finding all places files are placed in the store and properly set them to read only. This should be separate from the already existing "set_timestamps" function as that has value outside of setting permissions.
The text was updated successfully, but these errors were encountered: