3 commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 75041d5505 | |||
| e075e8902b | |||
| ad45ee8510 |
| Author | SHA1 | Message | Date | |
|---|---|---|---|---|
| 75041d5505 |
src/python/jw/pkg/cmds/CmdDistro: Fix ID regex
The ID regex on /etc/os-release also matches ID_LIKE, which is obviously nonsense. Fix that. Signed-off-by: Jan Lindemann <jan@janware.com> |
|||
| e075e8902b |
jw.pkg.cmds.CmdDistro: Default --interactive to true
Better safe than sorry: If things are to happen unattendedly, enforce the need to explicitly request that. 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> |