https://sourceware.org/bugzilla/show_bug.cgi?id=33693

Frank Ch. Eigler <fche at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |fche at redhat dot com

--- Comment #5 from Frank Ch. Eigler <fche at redhat dot com> ---
Interesting case.  One could imagine hacking on debuginfod internals to
configure some filename rewriting deep within the libarchive content iteration
stuff, sure, maybe in canonicalized_archive_entry_pathname().

An alternative would be to use some external shell script to extract &
repackage those gpkg.tar files on the fly, trimming that pesky image/ top level
directory away.  Heck, maybe the -Z script fragment option could do something
hilariously silly like

   $(bsdtar -x .. image.tar.* | (cd /tmp/$$; bsdtar xvf - ; cd image; bsdtar
cvf - . ; cd ..; rmdir image) )

'cause the tool will attempt to run any shell script expression that consumes
an archive on stdin and produces an archive on stdout.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Reply via email to