reporead: transaction.set_dirty call

This commit is contained in:
Jelle van der Waa 2016-11-30 21:37:39 +01:00
parent 5e56e7ff22
commit 0b714e47d2

View File

@ -333,7 +333,8 @@ def update_common(archname, reponame, pkgs, sanity_check=True):
# necessary to guard against simultaneous updates.
with transaction.atomic():
# force the transaction dirty, even though we will only do reads
transaction.set_dirty()
# https://github.com/django/django/blob/3c447b108ac70757001171f7a4791f493880bf5b/docs/releases/1.3.txt#L606
#transaction.set_dirty()
repository = Repo.objects.get(name__iexact=reponame)
architecture = Arch.objects.get(name=archname)