vn971 / rua

Build tool for Arch Linux providing control, review and jailed build options
GNU General Public License v3.0
425 stars 42 forks source link

Fix a panic when moving tarballs across storage devices #109

Closed VukoDrakkeinen closed 4 years ago

VukoDrakkeinen commented 4 years ago

I have $XDG_CACHE_HOME and $XDG_DATA_HOME on different disks, which would trip up rua:

Invalid cross-device link (os error 18)', src/action_install.rs:232:13
vn971 commented 4 years ago

One request to please use the libc import, otherwise LGTM :+1:

vn971 commented 4 years ago

Thanks a lot for the pull request, merged it! I made the story with coreutils, our considerations over it and our behavior a bit more explicit here: 296482671587f79604db0ec4cc648d3cdefbda78 before merging. Also making a new release now.