internal: FIXME notes for container package set
Tracing the package set and repository journey, I found that the container package defined on the image type is never really used. Added notes to fix later.
This commit is contained in:
parent
d2a5c9aafa
commit
f11589367e
3 changed files with 3 additions and 2 deletions
|
|
@ -60,6 +60,7 @@ func NewOSTreeCommitServer(m *Manifest,
|
|||
}
|
||||
|
||||
func (p *OSTreeCommitServer) getPackageSetChain() []rpmmd.PackageSet {
|
||||
// FIXME: container package is defined here
|
||||
packages := []string{"nginx"}
|
||||
return []rpmmd.PackageSet{
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue