Commit f1e77fcb authored by Clément Schreiner's avatar Clément Schreiner
Browse files

Run plugins after packages have been installed into the repository.

parent 092d2a8c
......@@ -529,8 +529,6 @@ class Importer(object):
# Create th§e database rows
self._create_db_entries()
# Run QA plugins
self._run_plugins('qa')
# Loop through parent directories in the target installation directory to make sure they
# all exist. If not, create them.
......@@ -548,6 +546,9 @@ class Importer(object):
self._remove_temporary_files()
# Run QA plugins
self._run_plugins('qa')
# Execute post-successful-upload plugins
f = open(self.changes_file)
changes_contents = f.read()
......
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