This commit is contained in:
2025-04-14 23:35:10 +03:00
parent e3aaa88822
commit 6d5016270f
21 changed files with 449 additions and 349 deletions

View File

@@ -76,11 +76,13 @@ func UpgradeCmd() *cli.Command {
return cliutils.FormatCliExit(gotext.Get("Error initialization database"), err)
}
slog.Debug("builder setup")
builder := build.NewMainBuilder(
builder, err := build.NewMainBuilder(
cfg,
rs,
)
if err != nil {
return err
}
info, err := distro.ParseOSRelease(ctx)
slog.Debug("ParseOSRelease", "err", err)