mirror of
https://github.com/mudler/luet.git
synced 2025-08-10 19:52:31 +00:00
installer: log packages ignored on create-repo
This commit is contained in:
parent
4028c62367
commit
07dff7f197
@ -265,6 +265,8 @@ func buildPackageIndex(path string, db pkg.PackageDatabase) ([]compiler.Artifact
|
|||||||
// We want to include packages that are ONLY referenced in the tree.
|
// We want to include packages that are ONLY referenced in the tree.
|
||||||
// the ones which aren't should be deleted. (TODO: by another cli command?)
|
// the ones which aren't should be deleted. (TODO: by another cli command?)
|
||||||
if _, notfound := db.FindPackage(artifact.GetCompileSpec().GetPackage()); notfound != nil {
|
if _, notfound := db.FindPackage(artifact.GetCompileSpec().GetPackage()); notfound != nil {
|
||||||
|
Info(fmt.Sprintf("Package %s not found in tree. Ignoring it.",
|
||||||
|
artifact.GetCompileSpec().GetPackage().HumanReadableString()))
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user