Add start of bulk tag editor

This commit is contained in:
rubenwardy
2020-07-14 03:49:30 +01:00
parent ff2cd6dc2f
commit c9e4638b34
7 changed files with 197 additions and 70 deletions

View File

@@ -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)