command info

This commit is contained in:
2025-04-13 17:49:02 +03:00
parent 3603dc45a4
commit 93d568ec00
5 changed files with 85 additions and 46 deletions

View File

@ -256,6 +256,7 @@ func (rs *Repos) updatePkg(ctx context.Context, repo types.Repo, runner *interp.
return err
}
resolveOverrides(runner, pkg)
slog.Warn("inserting pkg", "pkg", pkg.BuildDepends)
return rs.db.InsertPackage(ctx, *pkg)
}