On 2022-05-16 12:11:19 (+0200), David Runge wrote:
the next meeting for repod will take place on jitsi on 2022-05-17 19:00CEST.
The rendered meeting notes can be found here: https://md.archlinux.org/s/mLjI_gjqd
Raw markdown below:
``` # Repod 2022-05-17 meeting
Date: 2022-05-17T17:00:00Z Location: Jitsi Scribe: dvzrv
## Attendees
* dvzrv * wCPO * luna * Torxed * artafinde
## Agenda
### Renamed project to repod
Arch-repo-management is now called repod.
### Documentation now available
Documentation is not yet deployed, but already available to users of the project
``` tox -e docs ```
For a rendered version have a look at artafinde's rendering: https://pkgbuild.com/~artafinde/repod-docs/html/
### mtree parser
An mtree file parser has been written: [#34](https://gitlab.archlinux.org/archlinux/repod/-/merge_requests/34)
### BUILDINFO parser
* A draft for a BUILDINFO parser has been written: [#36](https://gitlab.archlinux.org/archlinux/repod/-/merge_requests/36) * Still needs user-facing documentation * Many packages need to be rebuilt to adhere to new standards ([packages](https://paste.rs/YxE), [community](https://paste.rs/B8O))
### Next steps
* Rebuild all packages that are built using devtools, but have an invalid buildtoolver (ca. 255) * Write .PKGINFO parser ([#53](https://gitlab.archlinux.org/archlinux/repod/-/issues/53)) * Move parts of models to files module * Consolidate models/reuse of models * Rebuild all packages with format 1 and all not built using devtools ```
Best, David