mirror of
ssh://git.janware.com/janware/proj/jw-pkg
synced 2026-04-25 09:35:54 +02:00
2 commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 6af16d2dca | |||
| 6e3fec0bec |
| Author | SHA1 | Message | Date | |
|---|---|---|---|---|
| 6af16d2dca |
jw.pkg.cmds.distro.CmdInstall: Support --only-update
Passing --only-update should keep "jw-pkg.py distro install" from installing packages that are not already installed on the the system. Signed-off-by: Jan Lindemann <jan@janware.com> |
|||
| 6e3fec0bec |
jw.pkg.cmds.distro.CmdInstall: Add module
Add CmdRefresh, the class providing the "jw-pkg.py distro install" subcommand. Signed-off-by: Jan Lindemann <jan@janware.com> |