<div dir="ltr"><div dir="ltr">I have a collaborator working with a VTK remote module (MomentInvariants). It so happens that this code was previously part of VTK proper, and was moved to a remote module. It includes some tests, with external test data. We now need to update the test data, and so are trying to change from md5 to sha512, as instructed here: <a href="https://gitlab.kitware.com/vtk/vtk/blob/master/Documentation/dev/git/data.md">https://gitlab.kitware.com/vtk/vtk/blob/master/Documentation/dev/git/data.md</a></div><div dir="ltr"><br></div><div>The cmake and build parts work just as they used to, but unfortunately the git parts, like the pre-commit hook and the gitlab-push command are no longer available in the remote module, since it lives in it's own repository. </div><div><br></div><div>Has anyone dealt with this before? What should we do?</div><div><br></div><div>The data is about 2.7 Mb, so one possibility is to just commit the data directly in the remote repository, I suppose, but I'm not sure how ctest will then interact with it.</div><div><br></div><div>Thanks!</div><div>Aron</div></div>