Add conversion from Package to OutputPackageBase
Implement initialization of OutputPackageBase and OutputPackage using Package.
Fixes #38 (closed)
Relates to #65 (closed)
Merge request reports
Activity
changed milestone to %0.1.0
added scopeenhancement label
assigned to @dvzrv
requested review from @anthraxx and @artafinde
- Resolved by David Runge
added 1 commit
- c92733ce - Add conversion from Package to OutputPackageBase and OutputPackage
Hm, the only improvement I can think of right now is to maybe add an integration test that covers the full round-trip (package to management repo). Without feeding the right packages and signatures, this would not entail using it for split packages yet (we don't know which those are without hardcoding or first investigating in the management repo).
An integration test could probably be more cleanly done in the context of #65 (closed) either way.