mirror of
https://github.com/mudler/luet.git
synced 2025-08-07 18:34:08 +00:00
Drop verbose output
This commit is contained in:
parent
d45536505b
commit
a0113dcd13
@ -325,8 +325,6 @@ func (l *LuetInstaller) install(syncedRepos Repositories, cp []pkg.Package, s *S
|
|||||||
if !l.Options.NoDeps {
|
if !l.Options.NoDeps {
|
||||||
// TODO: Lower those errors as warning
|
// TODO: Lower those errors as warning
|
||||||
for _, w := range p {
|
for _, w := range p {
|
||||||
Info("Getting finalizer for " + w.HumanReadableString())
|
|
||||||
|
|
||||||
// Finalizers needs to run in order and in sequence.
|
// Finalizers needs to run in order and in sequence.
|
||||||
ordered := solution.Order(allRepos, w.GetFingerPrint())
|
ordered := solution.Order(allRepos, w.GetFingerPrint())
|
||||||
ORDER:
|
ORDER:
|
||||||
|
Loading…
Reference in New Issue
Block a user