Verified Commit 1002740f authored by Baptiste Beauplat's avatar Baptiste Beauplat
Browse files

Remove repository validity tests, effectively making it mandatory

parent c882d859
......@@ -237,9 +237,7 @@ class Importer():
finally:
changes.remove()
if self.repository:
self.repository.update()
self.spool.cleanup()
return success
......@@ -411,7 +409,6 @@ class Importer():
git_ref = git_storage.install(source)
# Install to repository
if self.repository:
self.repository.install(changes)
# Create DB entries
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment