add new no-build globs to HK; typos

This commit is contained in:
2024-06-24 00:27:09 +02:00
parent f66be19131
commit 10baa7d290
3 changed files with 12 additions and 6 deletions

View File

@@ -750,7 +750,7 @@ func (p *ProtoPackage) PkgbaseEquals(p2 *ProtoPackage, marchSensitive bool) bool
return (marchSensitive && (p.Pkgbase == p2.Pkgbase && p.FullRepo == p2.FullRepo)) || (!marchSensitive && p.Pkgbase == p2.Pkgbase)
}
func (p *ProtoPackage) IsBuild() (bool, error) {
func (p *ProtoPackage) IsBuilt() (bool, error) {
if p.DBPackage == nil {
return false, nil
}