Check for existing releases with commit in update checker

This commit is contained in:
rubenwardy 2021-01-30 19:56:27 +00:00
parent 912b917a47
commit b7814d9541
1 changed files with 3 additions and 0 deletions

View File

@ -338,6 +338,9 @@ def check_update_config_impl(package):
db.session.commit()
return
if package.releases.any(commit_hash=commit):
return
if config.make_release:
rel = PackageRelease()
rel.package = package