aboutsummaryrefslogtreecommitdiff
path: root/app/tasks/importtasks.py
diff options
context:
space:
mode:
authorrubenwardy <rw@rubenwardy.com>2020-07-14 03:49:30 +0100
committerrubenwardy <rw@rubenwardy.com>2020-07-14 23:45:54 +0100
commitc9e4638b348a5d9004376ed90e72fe8bb9df40e3 (patch)
tree3d333240f1cbafc7a7f4bdcbf7034600ced2d951 /app/tasks/importtasks.py
parentff2cd6dc2f2e1c500744c2e2e0c45a5590774484 (diff)
downloadcheatdb-c9e4638b348a5d9004376ed90e72fe8bb9df40e3.tar.xz
Add start of bulk tag editor
Diffstat (limited to 'app/tasks/importtasks.py')
-rw-r--r--app/tasks/importtasks.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/tasks/importtasks.py b/app/tasks/importtasks.py
index e0b2308..ff085cd 100644
--- a/app/tasks/importtasks.py
+++ b/app/tasks/importtasks.py
@@ -299,6 +299,8 @@ def makeVCSRelease(id, branch):
release.approve(release.package.author)
db.session.commit()
+ updateMetaFromRelease.delay(release.id, destPath)
+
return release.url
finally:
shutil.rmtree(gitDir)