Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-01-16 | just-mr fetch: fix overwriting distfiles | Klaus Aehlig | |
Both, the python script as well as the compiled variant of just-mr fetch try to overwrite already existing distfiles in the distdir. While it is unclear if overwriting existing distfiles or not copying to distdir if a file with that name already exists is the better behaviour, we at least should not error out, as the compiled just-mr currently does as it sets permission to 444 and hence cannot overwrite later; fix this by addwing owner write permissions before overwriting. | |||
2023-01-16 | Add test to verify just-mr fetch functionality | Klaus Aehlig | |
2022-12-23 | Test that just-mr does not rely on CAS | Klaus Aehlig | |
... and, instead, stores all needed information in git and CAS-independent index files. |