mirror of
ssh://git.janware.com/janware/proj/jw-pkg
synced 2026-04-25 17:45:55 +02:00
4 commits
| Author | SHA1 | Date | |
|---|---|---|---|
| d22074abf9 | |||
| 78835ecc9c | |||
| 2f49bc18d4 | |||
| ad45ee8510 |
| Author | SHA1 | Message | Date | |
|---|---|---|---|---|
| d22074abf9 |
jw.pkg.cmds.distro.Cmd._backend_path: Fix suse mapping
App.distro_id used to return "opensuse-tumbleweed", analogous to what's in ID@/etc/os-release, but now returns "opensuse", and the "tumbleweed" goes into "codename". That matches more what Debian-like distributions do, but it confuses _backend_path. Adapt it to map the new distro_id correctly. Signed-off-by: Jan Lindemann <jan@janware.com> |
|||
| 78835ecc9c |
jw.pkg.cmds.distro.Cmd: Add property util
Provide a property .util from Cmd, instanciated on demand from to the respective distribution directory's Util class. Signed-off-by: Jan Lindemann <jan@janware.com> |
|||
| 2f49bc18d4 |
jw.pkg.cmds.distro.Cmd._backend: Support Kali Linux
If Kali Linux is detected as distribution, use the Debian backend for package management. Signed-off-by: Jan Lindemann <jan@janware.com> |
|||
| ad45ee8510 |
jw.pkg.cmds.distro: Add directory
Add the subdirectory structure for the distro subcommand. Signed-off-by: Jan Lindemann <jan@janware.com> |