Daniele Rondina
Daniele Rondina
Please, check my code with Message-Authenticator support and fix for CHAP authentication. It seems that ``` chr(chapid).encode('utf-8') ``` doesn't work correctly when int > 128. I see this with `radclient`...
Commit related to this: 129ca8da55ab5d54222b119671bf641aa1a683b0
Fine, :+1:
The idea is: * `luet repo cleanup`: purge no more available repos * `luet repo cleanup --all`: purge no more available repos, all repo trees and cached packages * `luet...
A possibility could be to create an external plugin that removes the `package_dir` content before pushes the image.
I investigate this but could not be handled at the moment with a plugin because the analysis of the `package_dir ` is done after the push. So, the alternative is...
Do you mean with the suffix+build version? Maybe also to the only two numbers without patch version.
I found the same issue with the package: ``` category: system name: luet version: "0.17.8-geaaru+1" ``` The problem happens also in `luet-portage-converter` on calling this function: ```go pkg_search := &luet_pkg.DefaultPackage{...
This is already done through the command: ``` # Runtime dependencies in order $> luet tree pkglist -t /home//geaaru/dev/sabayon/luet-entropy-repo/ -m app-emulation/xen-tools --deps # Buildtime dependencies in order $> luet tree...
We need to add a specific command that use repo tree without supply the `--tree|-t` option. ``` $> luet search --deps $> luet search --deps -b ```