Add module for parsing mtree files
All threads resolved!
All threads resolved!
Add a module for parsing mtree (e.g. a package's .MTREE file) files. Add documentation for the parser as well as documentation for package signatures.
Fixes #51 (closed)
Edited by David Runge
Merge request reports
Activity
added scopedocumentation scopeenhancement labels
requested review from @foxboron
assigned to @dvzrv
added 7 commits
- 1df2adb6 - Add module to parse mtree files
- 8a8e1b5d - Add pyzstd to list of dependencies
- 41ecccf7 - Update poetry lock file
- 9282ed20 - Export JSON schema for MTree model
- bec4964f - Add documentation about package files
- aad3a5a3 - Add documentation about packages to TOC
- fbd6ff03 - Link to package signature from binary repository docs
Toggle commit listadded 5 commits
Toggle commit listadded 5 commits
Toggle commit listadded 9 commits
- 25184d33 - Add module to parse mtree files
- 1274eb40 - Add pyzstd to list of dependencies
- 18a68925 - Update poetry lock file
- 5c26eeed - Add package module for basic reading of package files
- 814529fb - Add integration test to read mtree files from packages
- 92b3b8da - Export JSON schema for MTree model
- 5472358f - Add documentation about package files
- b631fbfd - Add documentation about packages to TOC
- e0e72ea0 - Link to package signature from binary repository docs
Toggle commit listadded 5 commits
Toggle commit list- Resolved by David Runge
Two more thoughts on possible improvements on this MR from my side:
- calculate installed size (
%ISIZE%
) from the mtree data (this seems to be retained nowhere else otherwise?) - provide convenience method on
MTree
to provide the list of files contained in it (this is useful for thefiles
files, when excluding our special purpose.INSTALL
,.MTREE
,.BUILDINFO
and.PKGINFO
files)
- calculate installed size (
- Resolved by David Runge
- Resolved by David Runge
added 9 commits
- a29a1c16 - Add module to parse mtree files
- 7b96a341 - Add pyzstd to list of dependencies
- 89dc0aaf - Update poetry lock file
- 1d270c26 - Add package module for basic reading of package files
- 03d00f8b - Add integration test to read mtree files from packages
- 25adb7b8 - Export JSON schema for MTree model
- 1e267ace - Add documentation about package files
- c0264ae4 - Add documentation about packages to TOC
- 5aced456 - Link to package signature from binary repository docs
Toggle commit listadded 9 commits
- fb9b3eaf - Add module to parse mtree files
- 0e85ddde - Add pyzstd to list of dependencies
- 36af17d9 - Update poetry lock file
- 41962ff5 - Add package module for basic reading of package files
- 689ed47f - Add integration test to read mtree files from packages
- 33f17dd3 - Export JSON schema for MTree model
- ec350ed5 - Add documentation about package files
- b6b0f002 - Add documentation about packages to TOC
- e2c71540 - Link to package signature from binary repository docs
Toggle commit list
Please register or sign in to reply