feat: log added packages
This commit is contained in:
parent
60d4478d83
commit
fc844c685f
3 changed files with 12 additions and 10 deletions
|
|
@ -133,7 +133,7 @@ pub async fn insert(conn: &DbConn, repo_id: i32, pkg: crate::repo::package::Pack
|
|||
.chain(
|
||||
info.makedepends
|
||||
.iter()
|
||||
.map(|s| (PackageRelatedEnum::Depend, s)),
|
||||
.map(|s| (PackageRelatedEnum::Makedepend, s)),
|
||||
)
|
||||
.chain(
|
||||
info.checkdepends
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue