mirror of
https://github.com/mudler/luet.git
synced 2025-09-25 14:38:50 +00:00
Print selected packages
This commit is contained in:
@@ -153,6 +153,8 @@ var buildCmd = &cobra.Command{
|
|||||||
Fatal(err.Error())
|
Fatal(err.Error())
|
||||||
}
|
}
|
||||||
for _, spec := range specs {
|
for _, spec := range specs {
|
||||||
|
Info(":package: Selecting ", spec.GetPackage().GetName(), spec.GetPackage().GetVersion())
|
||||||
|
|
||||||
compilerSpecs.Add(spec)
|
compilerSpecs.Add(spec)
|
||||||
}
|
}
|
||||||
} else if !all {
|
} else if !all {
|
||||||
|
Reference in New Issue
Block a user