forked from ALHP/ALHP.GO
skip known tagrevs
this should speed up the queue generation
This commit is contained in:
@@ -607,6 +607,10 @@ func (b *BuildManager) genQueue() ([]*ProtoPackage, error) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if pkg.DBPackage.TagRev != nil && *pkg.DBPackage.TagRev == state.TagRev {
|
||||||
|
continue
|
||||||
|
}
|
||||||
|
|
||||||
if !pkg.isEligible(context.Background()) {
|
if !pkg.isEligible(context.Background()) {
|
||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user