Skip to content
Snippets Groups Projects
David Runge's avatar
David Runge's avatar
David Runge's avatar
David Runge's avatar
David Runge's avatar
David Runge's avatar
  • bd6dcf69 · feat: Add functions for the creation of ALPM-MTREE files
David Runge's avatar
commented on merge request !193 "Mtree helpers, fixes and write support" at Arch Linux / alpm / alpm

Ah, right!...

David Runge's avatar
David Runge's avatar
commented on merge request !192 "Add a set of improvements and helper functionality" at Arch Linux / alpm / alpm

I will add the CompressionType and PackageFileName types to the package module as well (in an upcoming MR)....

David Runge's avatar
  • 03820007 · feat: Add functions for the creation of ALPM-MTREE files
David Runge's avatar
commented on merge request !193 "Mtree helpers, fixes and write support" at Arch Linux / alpm / alpm

Alright, I have moved the functionality to specific functions, so that they can be exposed top-level as well.

David Runge's avatar
David Runge's avatar
commented on merge request !193 "Mtree helpers, fixes and write support" at Arch Linux / alpm / alpm

I like MtreeV1Creator better than the other one, as Writer is probably more associated with the Write trait etc....

Orhun Parmaksız's avatar
commented on merge request !193 "Mtree helpers, fixes and write support" at Arch Linux / alpm / alpm

You know... all_files: true etc...

David Runge's avatar
commented on merge request !193 "Mtree helpers, fixes and write support" at Arch Linux / alpm / alpm

Ah yeah, we can just overwrite that one, fair enough! 😄

David Runge's avatar
commented on merge request !193 "Mtree helpers, fixes and write support" at Arch Linux / alpm / alpm

How can it sound like a boolean value if it is typed? 😄...

Orhun Parmaksız's avatar
Orhun Parmaksız's avatar
  • 8440be88 · feat: Add alpm-soname crate for soname provision/dependency lookup
David Runge's avatar
commented on merge request !192 "Add a set of improvements and helper functionality" at Arch Linux / alpm / alpm

Ah yes. I forgot to clean this up when moving.

David Runge's avatar