diff options
author | Klaus Aehlig <klaus.aehlig@huawei.com> | 2023-01-16 16:55:41 +0100 |
---|---|---|
committer | Klaus Aehlig <klaus.aehlig@huawei.com> | 2023-01-16 17:47:29 +0100 |
commit | 24e7398e225fc288d0a299fc6cd77fcf1539835c (patch) | |
tree | d479ef9738b39163282f70234f7e396b7fae910e /src/buildtool/common | |
parent | ddff40e1ad4869e21a35ff3e38fb23e06856b23f (diff) | |
download | justbuild-24e7398e225fc288d0a299fc6cd77fcf1539835c.tar.gz |
just-mr fetch: fix overwriting distfiles
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.
Diffstat (limited to 'src/buildtool/common')
0 files changed, 0 insertions, 0 deletions