Historical bug tracker for the Pacman package manager.
The pacman bug tracker has moved to gitlab:
https://gitlab.archlinux.org/pacman/pacman/-/issues
This tracker remains open for interaction with historical bugs during the transition period. Any new bugs reports will be closed without further action.
The pacman bug tracker has moved to gitlab:
https://gitlab.archlinux.org/pacman/pacman/-/issues
This tracker remains open for interaction with historical bugs during the transition period. Any new bugs reports will be closed without further action.
FS#50176 - [makepkg] Export MTREE file option
Attached to Project:
Pacman
Opened by Hiroki Yamamoto (hirokiyamamoto) - Thursday, 28 July 2016, 14:12 GMT
Last edited by Allan McRae (Allan) - Saturday, 30 July 2016, 01:35 GMT
Opened by Hiroki Yamamoto (hirokiyamamoto) - Thursday, 28 July 2016, 14:12 GMT
Last edited by Allan McRae (Allan) - Saturday, 30 July 2016, 01:35 GMT
|
DetailsSummary and Info:
Add an option to 'makepkg' to have it's MTREE file exported (uncompressed). This is in addition to the (already available) inclusion of the .MTREE file in the '.pkg.tar.xz'. Possible export ideas: - To the PKGDEST folder as .pkg.tar.xz.mtree - To a NEWVARIABLE folder as .pkg.tar.xz.mtree - To the same folder the PKGBUILD is stored in Possible option names: - --genmtree - --gentree Steps to Reproduce: None. |
This task depends upon
As i'm currently already extracting the .MTREE file using a wrapper and then feeding it to sed, it is not, necessary, functionality and in addition to that, not necessarily functionality makepkg should be able to provide. However, I wanted to pitch the idea anyways just in case my specific use case wouldn't be as specific as i've initially believed it to be. Assuming backing for such an idea would not be overwhelming (according to some sources), i'll request a closure of the request leaving it referenced as a 'pitched idea' as it seems logical to generate a checksum file during package creation, instead of afterwards.