mirror of
https://github.com/Jguer/yay.git
synced 2025-10-05 00:08:30 -04:00
parent
7bc4a666e6
commit
dfa7ed51c1
@ -91,7 +91,7 @@ func (s *Service) UpdateVCSStore(ctx context.Context, targets []map[string]*dep.
|
||||
continue
|
||||
}
|
||||
|
||||
text.Debugln("updating VCS entry for", srcinfo.Packages[i].Pkgname, fmt.Sprintf("source: %v", srcinfo.Source))
|
||||
text.Debugln("checking VCS entry for", srcinfo.Packages[i].Pkgname, fmt.Sprintf("source: %v", srcinfo.Source))
|
||||
s.vcsStore.Update(ctx, srcinfo.Packages[i].Pkgname, srcinfo.Source)
|
||||
}
|
||||
}
|
||||
|
@ -139,7 +139,7 @@ func (v *InfoStore) Update(ctx context.Context, pkgName string, sources []gosrc.
|
||||
|
||||
v.OriginsByPackage[pkgName] = info
|
||||
|
||||
v.logger.Warnln(gotext.Get("Found git repo: %s", text.Cyan(url)))
|
||||
v.logger.Debugln(gotext.Get("Found git repo: %s", text.Cyan(url)))
|
||||
|
||||
if err := v.Save(); err != nil {
|
||||
fmt.Fprintln(os.Stderr, err)
|
||||
|
Loading…
x
Reference in New Issue
Block a user