The Funtoo Linux project has transitioned to "Hobby Mode" and this wiki is now read-only.
Luet 0.26.0
Luet 0.26.0 is a minor release which was released on 24 June 2022.
ChangeLog
The transformation is began! The luet binary is now splitted in two binaries: luet became only the user/client PMS and luet-build the binary for building packages. This choice is been done to have a more thin binary for the users in the near future and to permit a refactor of the two binaries in two different phases.
This release contains the code that begin to rewrite the full PMS. For now the refactor is been done for the command luet search and luet query files.
Between this is been added the method luet query belongs that permits to retrieve the list of packages own the specified files.
This the improved of the luet search command:
funtoo # time sudo luet s --installed --table | wc -l 1896 real 3m14.963s user 3m44.375s sys 0m0.805s
And this with the new release:
funtoo # time sudo luet s --installed --table | wc -l 1896 real 0m0.148s user 0m0.145s sys 0m0.055s
The full commits history is available here