You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I thought this was a bug in haskell-tar, an indeed there is some bug, but keter's behaviour is also wrong (or underdocumented) here? It just ignores any non-normal entries:
I have a case where I think that symlinks are not unpacked. Cf. https://gitlab.imn.htwk-leipzig.de/autotool/all/issues/18
But it says here that it should work: https://github.com/haskell/tar/blob/028f2813d14380da3d99ac0b306b3cbb13731e56/Codec/Archive/Tar/Unpack.hs#L46
I built this keter bundle manually (
tar czfv $KET $APP static config
).Even when I use
--dereference
when creating the archive, unpacking (via keter) does not work,while it does via the command line.
I guess I should report this to the haskell-tar project.
The text was updated successfully, but these errors were encountered: