Atemu
Atemu
This issue still occurs. It usually also occurs twice in a row. This just happened to me again and I was able to consistently make it happen again by moving...
Is there anything us users could do to collect more meaningful data on this?
That behaviour is even better than automatically closing PRs IMHO. We don't need any unnecessary backport PRs hanging around either.
`borg extract --dry-run --list /var/tmp/borg/::foo --pattern '+ a*' --pattern '- *'` appears to work but that is not at all ergonomical.
Indeed that works. I'd personally advocate for that to be made the default pattern interpretation because that is the least surprising IMHO. I'd also be okay with the fact that...
https://github.com/borgbackup/borg/pull/8590
I did see your feedback, I will get to this eventually.
A super simple hack around that'd obviate patches could be to just inject a `cp` wrapper into the build that does chmod afterwards. Ideally check whether the src isn't in...
@alyaeanyx tried adding a wrapper to the FHSEnv yesterday but it didn't work. Likely the AOSP build process provides its own coreutils that we'd need to patch.
Indeed, something like that would work. I had totally missed that.