Cristian Le
Cristian Le
This one seems to error when running `method=tar` because of `tarfixer`. But at least `include_git` seems to work locally :)
Epel 7/8 seem to be using old python version. would really prefer the `match: case` instead of this. @FrostyX can you advise on what `tarfixer` does?
Oh no, we have to make the code compatible all the way to python 2.7 😢
> > can you advise on what tarfixer does? > > Please take a look here https://github.com/rpm-software-management/tito/blob/master/src/tito/tar.py#L28-L60 Yeah, I've understood the basics that it is to fix the timestamps so...
Indeed I was suspecting there is something I am missing. Thanks for pointing to an example for local debugging. Any ideas of how to fix the main issue of this?...
How about we use `--transform` in #443 to strip the relative output?
I've just tested locally, `.gitattributes` works in subdirectories as well, and it works with `git archive HEAD sub_dir`. What doesn't work in any permutation is `git archive HEAD:./` or `git...
Also, I think this might be a bug in git. Do you know how to file a bug report there?
Oh no, this doesn't work. I have uploaded d008bd184e91b2545f1db4570ecc7adc6d61cac6 just for reference. The ownership and timestamp of the prefix are broken, but can't figure a way to fix the paths...
@FrostyX If you want to chime in: https://lore.kernel.org/git/[email protected]/T/#t