mirror of
https://github.com/minetest/contentdb.git
synced 2024-12-23 06:22:24 +01:00
Check for existing releases with commit in update checker
This commit is contained in:
parent
912b917a47
commit
b7814d9541
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user