4 commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 6e3fec0bec | |||
| 6a5e5aaf0d | |||
| d0311560da | |||
| ad45ee8510 |
| Author | SHA1 | Message | Date | |
|---|---|---|---|---|
| 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> |
|||
| 6a5e5aaf0d |
jw.pkg.cmds.distro.CmdRefresh: Add command
Add CmdRefresh, the class providing the "jw-pkg.py distro refresh" subcommand. Signed-off-by: Jan Lindemann <jan@janware.com> |
|||
| d0311560da |
jw.pkg.cmds.distro: Add __init__.py
Add a hand-coded __init__.py into jw.pkg.cmds.distro. Auto-generation works fine, but has to run before it can work. For a freshly downloaded toplevel Makefile / project-dirs-minimal.mk, the targets pkg-install-xxx-deps requires a working package manager without jw-pkg built. 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> |