Age | Commit message (Collapse) | Author | Lines |
|
|
|
Done using clang-tidy's `modernize-use-override` check
|
|
Change-Id: I461abfda8b7297c1bd04f1090f8d58fa96364616
Reviewed-on: https://galileo.mailstation.de/gerrit/1892
Reviewed-by: Saleem Abdulrasool <compnerd@compnerd.org>
Reviewed-by: Kylie McClain <somasis@exherbo.org>
|
|
This adds the ability to take the associated classification information via
expart and then use that along with options to selectively install parts.
Signed-off-by: Saleem Abdulrasool <compnerd@compnerd.org>
|
|
This moves the stringification of the classification, and the formatting of the
merge display into FSMerger so that it may be shared across the VDB merger and
the NDBAM merger. This will be used internally in FSMerger for selective parts.
Signed-off-by: Saleem Abdulrasool <compnerd@compnerd.org>
|
|
make_arrows is used to generate indicators for FS mergers. The arrows that are
generated are similar for all FS mergers. Permit overriding of the arrow
generation in the future if necessary by making the method virtual and hoist it
into the base class FSMerger so that it may be shared across the VDB merger as
well as the NDBAM merger.
Signed-off-by: Saleem Abdulrasool <compnerd@compnerd.org>
|
|
This adds a new function `expart' which allows partitioning the image into
separate parts. This information is then provided to the merge to record.
Signed-off-by: Saleem Abdulrasool <compnerd@compnerd.org>
|
|
|
|
|
|
Fixes: ticket:1070
|
|
|
|
Fixes: ticket:967
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|