Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [4.0] Re-organize tree for sos-4.0 | Jake Hunsaker | 2020-04-07 | 1 | -0/+21 |
This is the beginning of the sos-4.0 design rework. First, move the existing `sosreport` binary into a new top-level `bin` dir. The future `sos` binary will also live here. Second, create a `report` subdir within the `sos` module, and move the relevant `sosreport` bits to that subdir. A following commit will update all references like `from sos.plugins` to `from sos.report.plugins`. Related: #1986 Signed-off-by: Jake Hunsaker <jhunsake@redhat.com> |